tpism_DM.i - pism - [fork] customized build of PISM, the parallel ice sheet model (tillflux branch)
(HTM) git clone git://src.adamsgaard.dk/pism
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
tpism_DM.i (292B)
---
1 %{
2 #include "util/petscwrappers/DM.hh"
3 %}
4
5 /* This is needed to wrap IceGrid::get_dm() */
6 %shared_ptr(pism::petsc::DM)
7 %shared_ptr(pism::petsc::Wrapper< ::DM >)
8
9 %include "util/petscwrappers/Wrapper.hh"
10 %template(_DMWrapper) pism::petsc::Wrapper< ::DM >;
11
12 %include "util/petscwrappers/DM.hh"