URI:
       tpism_SIA.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_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"