#include <EBAMRTestCommon.H>
Static Public Member Functions | |
static int | compareError (const LevelData< EBCellFAB > &a_errorFine, const EBISLayout &a_ebislFine, const DisjointBoxLayout &a_gridsFine, const Box &a_domainFine, const LevelData< EBCellFAB > &a_errorCoar, const EBISLayout &a_ebislCoar, const DisjointBoxLayout &a_gridsCoar, const Box &a_domainCoar) |
static int | makeEBISL (EBISLayout &a_ebisl, const DisjointBoxLayout &a_grids, const Box &a_domain, const int &a_nghost) |
static int | makeHalfLayouts (DisjointBoxLayout &a_gridsFine, EBISLayout &a_ebislFine, DisjointBoxLayout &a_gridsCoar, EBISLayout &a_ebislCoar, const Box &a_domainFine, const Box &a_domainCoar, int a_refrat, int a_halfDir) |
static int | makeGeometry (Box &a_domain, RealVect &a_dx) |
static int | checkForZero (const LevelData< EBCellFAB > &a_errorVelo, const DisjointBoxLayout &a_gridsFine, const EBISLayout &a_ebislFine, const Box &a_domainFine, string a_funcname) |
static void | outputError (const LevelData< EBCellFAB > &a_errorFine, const LevelData< EBCellFAB > &a_errorCoar, const DisjointBoxLayout &a_gridsFine, const DisjointBoxLayout &a_gridsCoar, const Box &a_domainFine, const Box &a_domainCoar, const string &a_fileFine, const string &a_fileCoar) |
static int EBAMRTestCommon::compareError | ( | const LevelData< EBCellFAB > & | a_errorFine, | |
const EBISLayout & | a_ebislFine, | |||
const DisjointBoxLayout & | a_gridsFine, | |||
const Box & | a_domainFine, | |||
const LevelData< EBCellFAB > & | a_errorCoar, | |||
const EBISLayout & | a_ebislCoar, | |||
const DisjointBoxLayout & | a_gridsCoar, | |||
const Box & | a_domainCoar | |||
) | [static] |
static int EBAMRTestCommon::makeEBISL | ( | EBISLayout & | a_ebisl, | |
const DisjointBoxLayout & | a_grids, | |||
const Box & | a_domain, | |||
const int & | a_nghost | |||
) | [static] |
static int EBAMRTestCommon::makeHalfLayouts | ( | DisjointBoxLayout & | a_gridsFine, | |
EBISLayout & | a_ebislFine, | |||
DisjointBoxLayout & | a_gridsCoar, | |||
EBISLayout & | a_ebislCoar, | |||
const Box & | a_domainFine, | |||
const Box & | a_domainCoar, | |||
int | a_refrat, | |||
int | a_halfDir | |||
) | [static] |
static int EBAMRTestCommon::checkForZero | ( | const LevelData< EBCellFAB > & | a_errorVelo, | |
const DisjointBoxLayout & | a_gridsFine, | |||
const EBISLayout & | a_ebislFine, | |||
const Box & | a_domainFine, | |||
string | a_funcname | |||
) | [static] |
static void EBAMRTestCommon::outputError | ( | const LevelData< EBCellFAB > & | a_errorFine, | |
const LevelData< EBCellFAB > & | a_errorCoar, | |||
const DisjointBoxLayout & | a_gridsFine, | |||
const DisjointBoxLayout & | a_gridsCoar, | |||
const Box & | a_domainFine, | |||
const Box & | a_domainCoar, | |||
const string & | a_fileFine, | |||
const string & | a_fileCoar | |||
) | [static] |