#include <AMReX_ErrorList.H>
|
| ErrorFunc () |
| Bogus constructor. More...
|
|
| ErrorFunc (ErrorFuncDefault inFunc) |
| A Constructor. More...
|
|
| ErrorFunc (ErrorFunc3DDefault inFunc) |
| A Constructor. More...
|
|
virtual ErrorFunc * | clone () const |
| Return a ptr to a clone of this object. It is the responsibility of the caller to delete the result. More...
|
|
virtual | ~ErrorFunc ()=default |
| Destructor. More...
|
|
| ErrorFunc (ErrorFunc const &)=default |
|
| ErrorFunc (ErrorFunc &&)=delete |
|
ErrorFunc & | operator= (ErrorFunc const &)=default |
|
ErrorFunc & | operator= (ErrorFunc &&)=delete |
|
virtual void | operator() (int *tag, AMREX_ARLIM_P(tlo), AMREX_ARLIM_P(thi), const int *tagval, const int *clearval, Real *data, AMREX_ARLIM_P(data_lo), AMREX_ARLIM_P(data_hi), const int *lo, const int *hi, const int *nvar, const int *domain_lo, const int *domain_hi, const Real *dx, const Real *xlo, const Real *prob_lo, const Real *time, const int *level) const |
| Tag cells using "regular" function. More...
|
|
virtual void | operator() (int *tag, const int *tlo, const int *thi, const int *tagval, const int *clearval, Real *data, const int *dlo, const int *dhi, const int *lo, const int *hi, const int *nvar, const int *domain_lo, const int *domain_hi, const Real *dx, const Real *xlo, const Real *prob_lo, const Real *time, const int *level) const |
| Tag cells using dimension-agnostic "regular" function. More...
|
|
◆ ErrorFunc() [1/5]
amrex::ErrorRec::ErrorFunc::ErrorFunc |
( |
| ) |
|
|
default |
◆ ErrorFunc() [2/5]
A Constructor.
- Parameters
-
◆ ErrorFunc() [3/5]
A Constructor.
- Parameters
-
◆ ~ErrorFunc()
virtual amrex::ErrorRec::ErrorFunc::~ErrorFunc |
( |
| ) |
|
|
virtualdefault |
◆ ErrorFunc() [4/5]
amrex::ErrorRec::ErrorFunc::ErrorFunc |
( |
ErrorFunc const & |
| ) |
|
|
default |
◆ ErrorFunc() [5/5]
amrex::ErrorRec::ErrorFunc::ErrorFunc |
( |
ErrorFunc && |
| ) |
|
|
delete |
◆ clone()
Return a ptr to a clone of this object. It is the responsibility of the caller to delete the result.
◆ operator()() [1/2]
virtual void amrex::ErrorRec::ErrorFunc::operator() |
( |
int * |
tag, |
|
|
AMREX_ARLIM_P(tlo) |
, |
|
|
AMREX_ARLIM_P(thi) |
, |
|
|
const int * |
tagval, |
|
|
const int * |
clearval, |
|
|
Real * |
data, |
|
|
AMREX_ARLIM_P(data_lo) |
, |
|
|
AMREX_ARLIM_P(data_hi) |
, |
|
|
const int * |
lo, |
|
|
const int * |
hi, |
|
|
const int * |
nvar, |
|
|
const int * |
domain_lo, |
|
|
const int * |
domain_hi, |
|
|
const Real * |
dx, |
|
|
const Real * |
xlo, |
|
|
const Real * |
prob_lo, |
|
|
const Real * |
time, |
|
|
const int * |
level |
|
) |
| const |
|
virtual |
Tag cells using "regular" function.
- Parameters
-
tag | |
tlo | |
thi | |
tagval | |
clearval | |
data | |
data_lo | |
data_hi | |
lo | |
hi | |
nvar | |
domain_lo | |
domain_hi | |
dx | |
xlo | |
prob_lo | |
time | |
level | |
◆ operator()() [2/2]
virtual void amrex::ErrorRec::ErrorFunc::operator() |
( |
int * |
tag, |
|
|
const int * |
tlo, |
|
|
const int * |
thi, |
|
|
const int * |
tagval, |
|
|
const int * |
clearval, |
|
|
Real * |
data, |
|
|
const int * |
dlo, |
|
|
const int * |
dhi, |
|
|
const int * |
lo, |
|
|
const int * |
hi, |
|
|
const int * |
nvar, |
|
|
const int * |
domain_lo, |
|
|
const int * |
domain_hi, |
|
|
const Real * |
dx, |
|
|
const Real * |
xlo, |
|
|
const Real * |
prob_lo, |
|
|
const Real * |
time, |
|
|
const int * |
level |
|
) |
| const |
|
virtual |
Tag cells using dimension-agnostic "regular" function.
- Parameters
-
tag | |
tlo | |
thi | |
tagval | |
clearval | |
data | |
data_lo | |
data_hi | |
lo | |
hi | |
nvar | |
domain_lo | |
domain_hi | |
dx | |
xlo | |
prob_lo | |
time | |
level | |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ m_func
◆ m_func3D
The documentation for this class was generated from the following files: