Definition at line 16 of file Stencil.H.
◆ Stencil()
Test::Numeric::Stencil::Stencil |
( |
| ) |
|
|
inline |
◆ ~Stencil()
Test::Numeric::Stencil::~Stencil |
( |
| ) |
|
|
inline |
◆ Define() [1/2]
void Test::Numeric::Stencil::Define |
( |
amrex::IntVect |
_ncells | ) |
|
|
inline |
◆ Define() [2/2]
void Test::Numeric::Stencil::Define |
( |
int |
_ncells | ) |
|
|
inline |
◆ Derivative()
template<int i, int j, int k>
bool Test::Numeric::Stencil::Derivative |
( |
int |
verbose, |
|
|
std::string |
plotfile = "" |
|
) |
| |
|
inline |
◆ WritePlotFile()
void Test::Numeric::Stencil::WritePlotFile |
( |
std::string |
plotfile | ) |
|
|
inline |
◆ dmap
amrex::Vector<amrex::DistributionMapping> Test::Numeric::Stencil::dmap |
|
private |
◆ DphiExact
◆ DphiNumeric
◆ geom
amrex::Vector<amrex::Geometry> Test::Numeric::Stencil::geom |
|
private |
◆ grids
amrex::Vector<amrex::BoxArray> Test::Numeric::Stencil::grids |
|
private |
◆ ncells
amrex::IntVect Test::Numeric::Stencil::ncells |
|
private |
◆ ncomp
const int Test::Numeric::Stencil::ncomp = 1 |
|
private |
◆ nghost
const int Test::Numeric::Stencil::nghost = 2 |
|
private |
◆ phi
◆ varnames
amrex::Vector<std::string> Test::Numeric::Stencil::varnames = {"phi","dphi_exact","dphi_numeric"} |
|
private |
The documentation for this class was generated from the following file: