#include "Domain/DomainTraits.h"
#include "Domain/Loc.h"
#include "Utilities/PAssert.h"
Classes | |
class | LeftDomain< Dim > |
LeftDomain is a special domain class which is used as a 'wildcard'. More... | |
struct | DomainTraits< LeftDomain< Dim > > |
DomainTraits<LeftDomain<Dim>> provides traits information about LeftDomain, which is one of the domain wildcards. More... |
LeftDomain means to use the starting endpoint of the domain of a second 'reference' domain, with a new user-provided right endpoint, 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.