tpism_Vec.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_Vec.i (365B)
---
1 %{
2 #include "util/petscwrappers/Vec.hh"
3 %}
4
5 /* This may be needed to use PISM's scatters to/from processor 0. */
6 %shared_ptr(pism::petsc::Vec)
7 %shared_ptr(pism::petsc::TemporaryGlobalVec)
8 %shared_ptr(pism::petsc::Wrapper< ::Vec >)
9
10 %include "util/petscwrappers/Wrapper.hh"
11 %template(_VecWrapper) pism::petsc::Wrapper< ::Vec >;
12
13 %include "util/petscwrappers/Vec.hh"