tpism_ColumnSystem.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_ColumnSystem.i (276B)
---
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 "util/ColumnInterpolation.hh"
9 %}
10
11 %include "util/ColumnInterpolation.hh"