virtual ~DomainGenerator()
Destroy the DomainGenerator object.
Definition: DomainGenerator.h:45
Uses a collection of PatchInfo objects to represent the domain of the problem.
Definition: Domain.h:50
Generates Domain objects.
Definition: DomainGenerator.h:39
virtual bool hasCoarserDomain()=0
return true if there is a coarser domain to be generated.
virtual Domain< D > getCoarserDomain()=0
Return a new coarser domain.
virtual Domain< D > getFinestDomain()=0
Return the finest domain.