pism

[fork] customized build of PISM, the parallel ice sheet model (tillflux branch)
git clone git://src.adamsgaard.dk/pism # fast
git clone https://src.adamsgaard.dk/pism.git # slow
Log | Files | Refs | README | LICENSE Back to index

pism_SIA.i (397B)


      1 %{
      2 #include "stressbalance/sia/SIAFD.hh"
      3 #include "stressbalance/sia/BedSmoother.hh"
      4 %}
      5 
      6 %shared_ptr(pism::stressbalance::SSB_Modifier)
      7 %shared_ptr(pism::stressbalance::ConstantInColumn)
      8 %include "stressbalance/SSB_Modifier.hh"
      9 %shared_ptr(pism::stressbalance::SIAFD)
     10 %include "stressbalance/sia/SIAFD.hh"
     11 
     12 %shared_ptr(pism::stressbalance::BedSmoother)
     13 %include "stressbalance/sia/BedSmoother.hh"