13#ifndef CD_EBHELMHOLTZEBBCFACTORY_H
14#define CD_EBHELMHOLTZEBBCFACTORY_H
17#include <EBLevelGrid.H>
20#include <CD_EBHelmholtzEBBC.H>
21#include <CD_NamespaceHeader.H>
55 virtual RefCountedPtr<EBHelmholtzEBBC>
59#include <CD_NamespaceFooter.H>
Factory class for making EBHelmholtzEBBCs.
Definition CD_EBHelmholtzEBBCFactory.H:27
EBHelmholtzEBBCFactory & operator=(const EBHelmholtzEBBCFactory &a_other)=delete
Disallowed - don't see why you would need it.
EBHelmholtzEBBCFactory(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.
virtual ~EBHelmholtzEBBCFactory()
Destructor.
Definition CD_EBHelmholtzEBBCFactory.cpp:19
EBHelmholtzEBBCFactory()
Constructor.