COOLFluiD
Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
|
Classes | |
struct | AddNewParameter |
struct | AddParameter |
struct | GidConverter |
struct | UpdateParameterValue |
Functions | |
std::string | param_list_name_to_comp (std::string param_list_name) |
Convert a Trilinos parameter list name to a valid component name. We just remove the spaces now, keeping a CamelCase name. More... | |
std::string | param_name_to_option (std::string param_name) |
Convert a parameter name to an option name (i.e. lowercase it and replace spaces with underscores) More... | |
std::string cf3::math::LSS::detail::param_list_name_to_comp | ( | std::string | param_list_name | ) |
Convert a Trilinos parameter list name to a valid component name. We just remove the spaces now, keeping a CamelCase name.
Definition at line 35 of file ParameterList.cpp.
std::string cf3::math::LSS::detail::param_name_to_option | ( | std::string | param_name | ) |
Convert a parameter name to an option name (i.e. lowercase it and replace spaces with underscores)
Definition at line 42 of file ParameterList.cpp.
Send comments to: COOLFluiD Web Admin |