MOOSE - Multiscale Object Oriented Simulation Environment
|
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().
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().
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().
double getYcolumn | ( | const string & | line | ) |
Definition at line 231 of file TableBase.cpp.
Referenced by innerLoadXplot(), and testUtilsForLoadXplot().
string headop | ( | const string & | op | ) |
Definition at line 363 of file TableBase.cpp.
Referenced by TableBase::compareVec(), and TableBase::compareXplot().
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().
bool isNamedPlot | ( | const string & | line, |
const string & | plotname | ||
) |
Definition at line 192 of file TableBase.cpp.
References name.
Referenced by innerLoadXplot(), and testUtilsForLoadXplot().
|
static |
Definition at line 156 of file TableBase.cpp.