PISM, A Parallel Ice Sheet Model 2.3.0-79cae578d committed by Constantine Khrulev on 2026-03-22
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
pism::rheology::FlowLawFactory Class Reference

#include <FlowLawFactory.hh>

Public Member Functions

 FlowLawFactory (std::shared_ptr< const Config > conf, std::shared_ptr< EnthalpyConverter > my_EC)
 
 ~FlowLawFactory ()=default
 
void add (const std::string &name, FlowLawCreator)
 
void remove (const std::string &name)
 
std::shared_ptr< FlowLawcreate (const std::string &type_name, double exponent)
 

Private Attributes

std::map< std::string, FlowLawCreatorm_flow_laws
 
std::shared_ptr< const Configm_config
 
std::shared_ptr< EnthalpyConverterm_EC
 

Detailed Description

Definition at line 42 of file FlowLawFactory.hh.


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