tREADME - pism - [fork] customized build of PISM, the parallel ice sheet model (tillflux branch)
HTML git clone git://src.adamsgaard.dk/pism
DIR Log
DIR Files
DIR Refs
DIR LICENSE
---
tREADME (830B)
---
1 This directory contains files related to my (CK) attempt to document the
2 derivation of and re-generate coefficients of the SSAFD matrix.
3
4 CONTENTS:
5
6 * formulas.tex: formulas generated by Maxima, used in ssa-discretization.tex
7
8 * ssa-discretization.tex: documentation
9
10 * ssa.mac: the definition of the finite-difference discretization of the SSA PISM uses
11
12 * ssa_code.mac: Maxima script generating C code that can be pasted into SSAFD::assemble_matrix()
13
14 * ssa_coeffs.mac: Maxima script computing coefficients of the discretization
15
16 * ssa_prettyprint.mac: Maxima code generating formulas.tex
17
18 * ssafd_code.cc and ssafd_pik_code.cc: C code generated by ssa_code.mac
19
20 Run "make pdf" or "make" to build the PDF notes.
21
22 Run "make formulas.tex" to re-generated formulas used in the PDF notes.
23
24