URI: 
       tpism_FlowLaw.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_FlowLaw.i (726B)
       ---
            1 %{
            2 #include "rheology/FlowLaw.hh"
            3 #include "rheology/GPBLD.hh"
            4 #include "rheology/FlowLawFactory.hh"
            5 #include "rheology/PatersonBudd.hh"
            6 #include "rheology/PatersonBuddCold.hh"
            7 #include "rheology/PatersonBuddWarm.hh"
            8 #include "rheology/grain_size_vostok.hh"
            9 %}
           10 
           11 %shared_ptr(pism::rheology::FlowLaw)
           12 %shared_ptr(pism::rheology::GPBLD)
           13 %shared_ptr(pism::rheology::PatersonBudd)
           14 %shared_ptr(pism::rheology::PatersonBuddCold)
           15 %shared_ptr(pism::rheology::PatersonBuddWarm)
           16 
           17 %include "rheology/FlowLaw.hh"
           18 %include "rheology/GPBLD.hh"
           19 %include "rheology/PatersonBudd.hh"
           20 %include "rheology/PatersonBuddCold.hh"
           21 %include "rheology/PatersonBuddWarm.hh"
           22 
           23 %include "rheology/FlowLawFactory.hh"
           24 
           25 %include "rheology/grain_size_vostok.hh"