NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
Structure for the four standard variables. More...
#include <structures.hpp>
Public Attributes | |
std::string | sName [4] = {"x", "y", "z", "t"} |
mu::value_type | vValue [4][4] |
Structure for the four standard variables.
Definition at line 2501 of file structures.hpp.
std::string DefaultVariables::sName[4] = {"x", "y", "z", "t"} |
Definition at line 2503 of file structures.hpp.
Referenced by integrate2d(), and NumeReKernel::StartUp().
mu::value_type DefaultVariables::vValue[4][4] |
Definition at line 2504 of file structures.hpp.
Referenced by createDatagrid(), Plot::createPlotOrAnimation(), Plot::createSubPlotSet(), Plot::fillData(), integrate(), integrate2d(), Odesolver::odeFunction(), particleSwarmOptimizer(), Odesolver::solve(), and NumeReKernel::StartUp().