|
ls1-MarDyn
ls1-MarDyn molecular dynamics code
|
Public Member Functions | |
| const std::set< const VariableGroup * > | getVariableGroupNames () const |
| unsigned int | VariableGroupsCount () const |
| bool | existVariableGroup (const std::string &name) const |
| const VariableGroup * | getVariableGroup (const std::string &name) const |
| unsigned int | VariableGroupVariablesCount (const std::string &name) const |
| unsigned int | VariablesCount () const |
| bool | existVariable (const std::string &name) const |
| std::set< Variable * > | getVariables () |
| Variable * | getVariable (const std::string &name) |
| Variable * | addVariable (const std::string &name) |
| template<class T > | |
| bool | setVariable (const std::string &name, T val=0) |
| template<class T > | |
| bool | setVariable (const std::string &vgrpname, const std::string &varname, T val=0) |
| bool | removeVariable (const std::string &name) |