NGen
|
Structure representing the configuration for a general Formulation. More...
#include <config.hpp>
Public Member Functions | |
Config ()=default | |
Construct a new Config object. | |
Config (const boost::property_tree::ptree &tree) | |
Construct a new Config object from a property tree. | |
bool | has_formulation () |
Determine if the config has a formulation. | |
Public Attributes | |
Formulation | formulation |
Forcing | forcing |
Structure representing the configuration for a general Formulation.
|
default |
Construct a new Config object.
|
inline |
Construct a new Config object from a property tree.
tree |
References forcing, and formulation.
|
inline |
Determine if the config has a formulation.
References formulation, realization::config::Formulation::parameters, and realization::config::Formulation::type.
Referenced by realization::Formulation_Manager::read().
Forcing realization::config::Config::forcing |
Formulation realization::config::Config::formulation |