Factory class for making DomainFluxIFFAB.
More...
#include <CD_DomainFluxIFFABFactory.H>
|
| | DomainFluxIFFABFactory (const EBISLayout &a_ebisl, const ProblemDomain &a_domain) |
| | Full constructor.
|
| |
|
| ~DomainFluxIFFABFactory () |
| | Destructor (does nothing)
|
| |
| virtual DomainFluxIFFAB * | create (const Box &a_box, int a_nComp, const DataIndex &a_dit) const |
| | Factory method.
|
| |
|
|
EBISLayout | m_ebisl |
| | EBIS layout.
|
| |
|
ProblemDomain | m_domain |
| | Domain.
|
| |
Factory class for making DomainFluxIFFAB.
◆ DomainFluxIFFABFactory()
| DomainFluxIFFABFactory::DomainFluxIFFABFactory |
( |
const EBISLayout & |
a_ebisl, |
|
|
const ProblemDomain & |
a_domain |
|
) |
| |
Full constructor.
- Parameters
-
| [in] | a_ebisl | EBISLayout |
| [in] | a_domain | Computational domain |
◆ create()
| DomainFluxIFFAB * DomainFluxIFFABFactory::create |
( |
const Box & |
a_box, |
|
|
int |
a_nComp, |
|
|
const DataIndex & |
a_dit |
|
) |
| const |
|
virtual |
Factory method.
- Parameters
-
| [in] | a_box | Input region |
| [in] | a_nComp | Number of components |
| [in] | a_dit | Grid index |
- Returns
- Returns a new DomainIFFluxFAB defined over the input region
The documentation for this class was generated from the following files: