Public Member Functions | |
TypeInfoNV ("domain") | |
INLINE_FUNCTION_HD | domain ()=default |
FUNCTION_H | domain (const box &db) |
INLINE_FUNCTION_HD | domain (const domain &)=default |
INLINE_FUNCTION_HD | domain (domain &&)=default |
INLINE_FUNCTION_HD domain & | operator= (const domain &)=default |
INLINE_FUNCTION_HD domain & | operator= (domain &&)=default |
INLINE_FUNCTION_HD | ~domain ()=default |
const INLINE_FUNCTION_HD auto & | domainBox () const |
const INLINE_FUNCTION_HD auto & | left () const |
const INLINE_FUNCTION_HD auto & | right () const |
const INLINE_FUNCTION_HD auto & | bottom () const |
const INLINE_FUNCTION_HD auto & | top () const |
const INLINE_FUNCTION_HD auto & | rear () const |
const INLINE_FUNCTION_HD auto & | front () const |
const INLINE_FUNCTION_H auto & | boundaryPlane (uint32 i) const |
const INLINE_FUNCTION_HD auto & | minPoint () const |
const INLINE_FUNCTION_HD auto & | maxPoint () const |
Private Attributes | |
box | domainBox_ |
plane | left_ |
-x More... | |
plane | right_ |
+x More... | |
plane | bottom_ |
-y More... | |
plane | top_ |
+y More... | |
plane | rear_ |
-z More... | |
plane | front_ |
+z More... | |
Definition at line 31 of file domain.hpp.
|
default |
|
explicit |
Definition at line 24 of file domain.cpp.
|
default |
|
default |
|
default |
TypeInfoNV | ( | "domain" | ) |
|
default |
|
default |
|
inline |
Definition at line 86 of file domain.hpp.
References domain::domainBox_.
Referenced by pFlow::equal(), boundaryList::extendedDomainBox(), pointFlag< DefaultHostExecutionSpace >::markPointRegions(), and pFlow::operator<<().
|
inline |
Definition at line 92 of file domain.hpp.
References domain::left_.
|
inline |
Definition at line 98 of file domain.hpp.
References domain::right_.
Referenced by pointFlag< DefaultHostExecutionSpace >::markPointRegions().
|
inline |
Definition at line 104 of file domain.hpp.
References domain::bottom_.
Referenced by pointFlag< DefaultHostExecutionSpace >::markPointRegions().
|
inline |
Definition at line 110 of file domain.hpp.
References domain::top_.
Referenced by pointFlag< DefaultHostExecutionSpace >::markPointRegions().
|
inline |
Definition at line 116 of file domain.hpp.
References domain::rear_.
Referenced by pointFlag< DefaultHostExecutionSpace >::markPointRegions().
|
inline |
Definition at line 122 of file domain.hpp.
References domain::front_.
Referenced by pointFlag< DefaultHostExecutionSpace >::markPointRegions().
|
inline |
Definition at line 128 of file domain.hpp.
References domain::bottom_, fatalErrorInFunction, domain::front_, domain::left_, domain::rear_, domain::right_, and domain::top_.
|
inline |
Definition at line 151 of file domain.hpp.
References domain::domainBox_, and box::minPoint().
|
inline |
Definition at line 157 of file domain.hpp.
References domain::domainBox_, and box::maxPoint().
|
private |
Definition at line 35 of file domain.hpp.
Referenced by domain::domainBox(), domain::maxPoint(), and domain::minPoint().
|
private |
-x
Definition at line 38 of file domain.hpp.
Referenced by domain::boundaryPlane(), and domain::left().
|
private |
+x
Definition at line 41 of file domain.hpp.
Referenced by domain::boundaryPlane(), and domain::right().
|
private |
-y
Definition at line 44 of file domain.hpp.
Referenced by domain::bottom(), and domain::boundaryPlane().
|
private |
+y
Definition at line 47 of file domain.hpp.
Referenced by domain::boundaryPlane(), and domain::top().
|
private |
-z
Definition at line 50 of file domain.hpp.
Referenced by domain::boundaryPlane(), and domain::rear().
|
private |
+z
Definition at line 53 of file domain.hpp.
Referenced by domain::boundaryPlane(), and domain::front().