|
PISM, A Parallel Ice Sheet Model stable 0.4.1779
|
#include <PCFactory.hh>

Public Member Functions | |
| PAFactory (IceGrid &g, const NCConfigVariable &conf) | |
| virtual | ~PAFactory () |
| virtual void | add_standard_types () |
Definition at line 167 of file PCFactory.hh.
| PAFactory | ( | IceGrid & | g, |
| const NCConfigVariable & | conf | ||
| ) | [inline] |
Definition at line 169 of file PCFactory.hh.
References add_standard_types(), and PCFactory< PISMAtmosphereModel, PAModifier >::option.
| virtual ~PAFactory | ( | ) | [inline, virtual] |
Definition at line 175 of file PCFactory.hh.
| void add_standard_types | ( | ) | [virtual] |
Reimplemented from PCFactory< PISMAtmosphereModel, PAModifier >.
Definition at line 61 of file PCFactory.cc.
References PCFactory< PISMAtmosphereModel, PAModifier >::add_model(), PCFactory< PISMAtmosphereModel, PAModifier >::add_modifier(), create_pa_anomalies(), create_pa_constant(), create_pa_dTforcing(), create_pa_given(), create_pa_lapse_rates(), create_pa_searise_greenland(), and PCFactory< PISMAtmosphereModel, PAModifier >::set_default().
Referenced by PAFactory().
1.7.3