FreePOOMA  2.4.1
Classes
LeftDomain.h File Reference

LeftDomain is one of the domain wildcards, which are used when constructing other domains using specific combination rules. More...

#include "Domain/DomainTraits.h"
#include "Domain/Loc.h"
#include "Utilities/PAssert.h"
Include dependency graph for LeftDomain.h:
This graph shows which files directly or indirectly include this file:

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...

Detailed Description

LeftDomain is one of the domain wildcards, which are used when constructing other domains using specific combination rules.

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.