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