tpism_verification.i - 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
---
tpism_verification.i (1080B)
---
1 /* Classes related to column-wise systems and interpolation in the
2 * column (from the storage grid to the fine computational grid).
3 *
4 * We use these Python wrappers to test C++ code.
5 */
6
7 %{
8 #include "verification/tests/exactTestsABCD.h"
9 #include "verification/tests/exactTestsFG.hh"
10 #include "verification/tests/exactTestH.h"
11 #include "verification/tests/exactTestsIJ.h"
12 #include "verification/tests/exactTestK.h"
13 #include "verification/tests/exactTestL.hh"
14 #include "verification/tests/exactTestO.h"
15 #include "verification/tests/exactTestM.h"
16 #include "verification/tests/exactTestN.h"
17 #include "verification/tests/exactTestP.hh"
18 %}
19
20 %include "verification/tests/exactTestsABCD.h"
21 %include "verification/tests/exactTestsFG.hh"
22 %include "verification/tests/exactTestH.h"
23 %include "verification/tests/exactTestsIJ.h"
24 %include "verification/tests/exactTestK.h"
25 %include "verification/tests/exactTestL.hh"
26 %include "verification/tests/exactTestO.h"
27 %include "verification/tests/exactTestM.h"
28 %include "verification/tests/exactTestN.h"
29 %include "verification/tests/exactTestP.hh"