|
MOOSE - Multiscale Object Oriented Simulation Environment
|
Include dependency graph for TableBase.cpp:Go to the source code of this file.
Functions | |
| double | getRMS (const vector< double > &v) |
| double | getRMSDiff (const vector< double > &v1, const vector< double > &v2) |
| double | getRMSRatio (const vector< double > &v1, const vector< double > &v2) |
| double | getYcolumn (const string &line) |
| string | headop (const string &op) |
| bool | innerLoadXplot (string fname, string plotname, vector< double > &v) |
| bool | isNamedPlot (const string &line, const string &plotname) |
Variables | |
| static const Cinfo * | tableBaseCinfo = TableBase::initCinfo() |
| double getRMS | ( | const vector< double > & | v | ) |
Definition at line 340 of file TableBase.cpp.
Referenced by getRMSRatio(), and testUtilsForCompareXplot().
Here is the caller graph for this function:| double getRMSDiff | ( | const vector< double > & | v1, |
| const vector< double > & | v2 | ||
| ) |
Definition at line 326 of file TableBase.cpp.
Referenced by TableBase::compareVec(), TableBase::compareXplot(), getRMSRatio(), and testUtilsForCompareXplot().
Here is the caller graph for this function:| double getRMSRatio | ( | const vector< double > & | v1, |
| const vector< double > & | v2 | ||
| ) |
Definition at line 352 of file TableBase.cpp.
References getRMS(), and getRMSDiff().
Referenced by TableBase::compareVec(), TableBase::compareXplot(), and testUtilsForCompareXplot().
Here is the call graph for this function:
Here is the caller graph for this function:| double getYcolumn | ( | const string & | line | ) |
Definition at line 231 of file TableBase.cpp.
Referenced by innerLoadXplot(), and testUtilsForLoadXplot().
Here is the caller graph for this function:| string headop | ( | const string & | op | ) |
Definition at line 363 of file TableBase.cpp.
Referenced by TableBase::compareVec(), and TableBase::compareXplot().
Here is the caller graph for this function:| bool innerLoadXplot | ( | string | fname, |
| string | plotname, | ||
| vector< double > & | v | ||
| ) |
Definition at line 250 of file TableBase.cpp.
References getYcolumn(), isNamedPlot(), and moose::trim().
Referenced by TableBase::compareXplot(), TableBase::loadXplot(), and TableBase::loadXplotRange().
Here is the call graph for this function:
Here is the caller graph for this function:| bool isNamedPlot | ( | const string & | line, |
| const string & | plotname | ||
| ) |
Definition at line 192 of file TableBase.cpp.
References name.
Referenced by innerLoadXplot(), and testUtilsForLoadXplot().
Here is the caller graph for this function:
|
static |
Definition at line 156 of file TableBase.cpp.