#include <AMReX_ErrorList.H>
|
| | ErrorFunc2 () |
| | Bogus constructor.
|
| |
| | ErrorFunc2 (ErrorFunc2Default inFunc) |
| | A Constructor.
|
| |
| virtual ErrorFunc2 * | clone () const |
| | Return a ptr to a clone of this object. It is the responsibility of the caller to delete the result.
|
| |
| virtual | ~ErrorFunc2 ()=default |
| | Destructor.
|
| |
| | ErrorFunc2 (ErrorFunc2 const &)=default |
| |
| | ErrorFunc2 (ErrorFunc2 &&)=delete |
| |
| ErrorFunc2 & | operator= (ErrorFunc2 const &)=default |
| |
| ErrorFunc2 & | operator= (ErrorFunc2 &&)=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 int *level, const Real *avg) const |
| | Tag cells cells using "v2" interface.
|
| |
◆ ErrorFunc2() [1/4]
| amrex::ErrorRec::ErrorFunc2::ErrorFunc2 |
( |
| ) |
|
|
default |
◆ ErrorFunc2() [2/4]
A Constructor.
- Parameters
-
◆ ~ErrorFunc2()
| virtual amrex::ErrorRec::ErrorFunc2::~ErrorFunc2 |
( |
| ) |
|
|
virtualdefault |
◆ ErrorFunc2() [3/4]
| amrex::ErrorRec::ErrorFunc2::ErrorFunc2 |
( |
ErrorFunc2 const & |
| ) |
|
|
default |
◆ ErrorFunc2() [4/4]
| amrex::ErrorRec::ErrorFunc2::ErrorFunc2 |
( |
ErrorFunc2 && |
| ) |
|
|
delete |
◆ clone()
Return a ptr to a clone of this object. It is the responsibility of the caller to delete the result.
◆ operator()()
| void amrex::ErrorRec::ErrorFunc2::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 int * |
level, |
|
|
const Real * |
avg |
|
) |
| const |
|
virtual |
Tag cells cells using "v2" interface.
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ m_func
The documentation for this class was generated from the following files: