NGen
|
A simple structure to hold meta data related to a computational layer. More...
#include <LayerData.hpp>
Public Attributes | |
std::string | name |
std::string | time_step_units |
int | id |
double | time_step |
A simple structure to hold meta data related to a computational layer.
This structure is used to hold information about a layers time_step, include value and units as well as the numeric id that is used to store and retrieve the layer
int ngen::LayerDescription::id |
std::string ngen::LayerDescription::name |
double ngen::LayerDescription::time_step |
Referenced by ngen::Layer::get_time_step(), and realization::Formulation_Manager::read().
std::string ngen::LayerDescription::time_step_units |
Referenced by ngen::Layer::get_time_step_units(), and realization::Formulation_Manager::read().