Public Member Functions | |
TypeInfo ("subDomain") | |
subDomain (const domain &gDomain, const domain &thisD, const dictionary &bDicts) | |
const auto & | thisDomain () const |
const dictionary & | leftDict () const |
const dictionary & | rightDict () const |
const dictionary & | bottomDict () const |
const dictionary & | topDict () const |
const dictionary & | rearDict () const |
const dictionary & | frontDict () const |
Protected Attributes | |
const domain & | globalDomain_ |
the actual limits of global domain More... | |
const dictionary & | boundaryDict_ |
dictionary of boundaries More... | |
domain | thisDomain_ |
the actual limits of this processor domain More... | |
Definition at line 30 of file subDomain.hpp.
|
inline |
Definition at line 52 of file subDomain.hpp.
TypeInfo | ( | "subDomain" | ) |
|
inline |
Definition at line 62 of file subDomain.hpp.
References subDomain::thisDomain_.
|
inline |
Definition at line 67 of file subDomain.hpp.
References subDomain::boundaryDict_, and dictionary::subDict().
|
inline |
Definition at line 72 of file subDomain.hpp.
References subDomain::boundaryDict_, and dictionary::subDict().
|
inline |
Definition at line 77 of file subDomain.hpp.
References subDomain::boundaryDict_, and dictionary::subDict().
|
inline |
Definition at line 82 of file subDomain.hpp.
References subDomain::boundaryDict_, and dictionary::subDict().
|
inline |
Definition at line 87 of file subDomain.hpp.
References subDomain::boundaryDict_, and dictionary::subDict().
|
inline |
Definition at line 92 of file subDomain.hpp.
References subDomain::boundaryDict_, and dictionary::subDict().
|
protected |
the actual limits of global domain
Definition at line 35 of file subDomain.hpp.
|
protected |
dictionary of boundaries
Definition at line 38 of file subDomain.hpp.
Referenced by subDomain::bottomDict(), subDomain::frontDict(), subDomain::leftDict(), subDomain::rearDict(), subDomain::rightDict(), and subDomain::topDict().
|
protected |
the actual limits of this processor domain
Definition at line 42 of file subDomain.hpp.
Referenced by subDomain::thisDomain().