#include "Domain/DomainTraits.h"
#include "Utilities/PAssert.h"
Classes | |
class | AllDomain< Dim > |
AllDomain is a special domain class which is used as a 'wildcard'. More... | |
struct | DomainTraits< AllDomain< Dim > > |
DomainTraits<AllDomain<Dim>> provides traits information about AllDomain, which is one of the domain wildcards. More... |
AllDomain means to use the entire domain of a second 'reference' domain when constructing a new domain. It is also used when constructing new domains with no other arguments to mean that the domain should not be initialized, which can save considerable time in some circumstances.