12 #ifndef CD_EBHelmholtzEBBCFactory_H
13 #define CD_EBHelmholtzEBBCFactory_H
16 #include <EBLevelGrid.H>
19 #include <CD_EBHelmholtzEBBC.H>
20 #include <CD_NamespaceHeader.H>
53 virtual RefCountedPtr<EBHelmholtzEBBC>
57 #include <CD_NamespaceFooter.H>
Factory class for making EBHelmholtzEBBCs.
Definition: CD_EBHelmholtzEBBCFactory.H:26
EBHelmholtzEBBCFactory(const EBHelmholtzEBBCFactory &a_other)=delete
Disallowed – don't see why you would need it.
virtual ~EBHelmholtzEBBCFactory()
Destructor.
Definition: CD_EBHelmholtzEBBCFactory.cpp:19
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.
EBHelmholtzEBBCFactory()
Constructor.
Definition: CD_EBHelmholtzEBBCFactory.cpp:16