chombo-discharge
|
Factory class for making EBHelmholtzEBBCs. More...
#include <CD_EBHelmholtzEBBCFactory.H>
Public Member Functions | |
EBHelmholtzEBBCFactory () | |
Constructor. | |
virtual | ~EBHelmholtzEBBCFactory () |
Destructor. | |
EBHelmholtzEBBCFactory (const EBHelmholtzEBBCFactory &a_other)=delete | |
Disallowed – don't see why you would need it. | |
EBHelmholtzEBBCFactory & | operator= (const EBHelmholtzEBBCFactory &a_other)=delete |
Disallowed - don't see why you would need it. | |
virtual RefCountedPtr< EBHelmholtzEBBC > | create ()=0 |
Factory method which returns new BC object. More... | |
Factory class for making EBHelmholtzEBBCs.
|
pure virtual |
Factory method which returns new BC object.
Implemented in EBHelmholtzRobinEBBCFactory, EBHelmholtzNeumannEBBCFactory, and EBHelmholtzDirichletEBBCFactory.