PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
Public Member Functions | Private Attributes | List of all members
pism::rheology::FlowLawFactory Class Reference

#include <FlowLawFactory.hh>

Public Member Functions

 FlowLawFactory (const std::string &prefix, Config::ConstPtr conf, EnthalpyConverter::Ptr my_EC)
 
 ~FlowLawFactory ()=default
 
void set_default (const std::string &name)
 
void add (const std::string &name, FlowLawCreator)
 
void remove (const std::string &name)
 
std::shared_ptr< FlowLawcreate ()
 

Private Attributes

std::string m_type_name
 
std::string m_prefix
 
std::map< std::string, FlowLawCreatorm_flow_laws
 
const Config::ConstPtr m_config
 
EnthalpyConverter::Ptr m_EC
 

Detailed Description

Definition at line 43 of file FlowLawFactory.hh.


The documentation for this class was generated from the following files: