|
| TypeInfoNV ("rectangleMesh") |
|
INLINE_FUNCTION_HD | rectangleMesh () |
|
INLINE_FUNCTION_HD | rectangleMesh (const realx3 &minP, const realx3 &maxP, int32 nx, int32 ny, int32 nz) |
|
INLINE_FUNCTION_H | rectangleMesh (const dictionary &dict) |
|
INLINE_FUNCTION_HD | rectangleMesh (const rectangleMesh &)=default |
|
INLINE_FUNCTION_HD rectangleMesh & | operator= (const rectangleMesh &)=default |
|
INLINE_FUNCTION_HD | rectangleMesh (rectangleMesh &&)=default |
|
INLINE_FUNCTION_HD rectangleMesh & | operator= (rectangleMesh &&)=default |
|
INLINE_FUNCTION_HD | ~rectangleMesh ()=default |
|
INLINE_FUNCTION_HD int64 | size () const |
|
INLINE_FUNCTION_HD real | cellVol () const |
|
INLINE_FUNCTION_H auto | minPoint () const |
|
INLINE_FUNCTION_H auto | maxPoint () const |
|
bool | read (iIstream &is) |
|
bool | write (iOstream &os) const |
|
bool | writeToVtk (iOstream &os) const |
|
INLINE_FUNCTION_HD | cells () |
|
INLINE_FUNCTION_H | cells (const box &domain, real cellSize) |
|
INLINE_FUNCTION_H | cells (const box &domain, int32 nx, int32 ny, int32 nz) |
|
INLINE_FUNCTION_HD | cells (const cells &)=default |
|
INLINE_FUNCTION_HD | cells (cells &&)=default |
|
INLINE_FUNCTION_HD cells & | operator= (const cells &)=default |
|
INLINE_FUNCTION_HD cells & | operator= (cells &&)=default |
|
cells | getCells () const |
|
INLINE_FUNCTION_H void | setCellSize (real cellSize) |
|
INLINE_FUNCTION_H void | setCellSize (realx3 cellSize) |
|
INLINE_FUNCTION_HD realx3 | cellSize () const |
|
const INLINE_FUNCTION_HD CellType & | numCells () const |
|
INLINE_FUNCTION_HD int32 | nx () const |
|
INLINE_FUNCTION_HD int32 | ny () const |
|
INLINE_FUNCTION_HD int32 | nz () const |
|
INLINE_FUNCTION_HD int64 | totalCells () const |
|
const auto & | domain () const |
|
INLINE_FUNCTION_HD CellType | pointIndex (const realx3 &p) const |
|
INLINE_FUNCTION_HD bool | pointIndexInDomain (const realx3 p, CellType &index) const |
|
INLINE_FUNCTION_HD bool | inDomain (const realx3 &p) const |
|
INLINE_FUNCTION_HD bool | isInRange (const CellType &cell) const |
|
INLINE_FUNCTION_HD bool | isInRange (int32 i, int32 j, int32 k) const |
|
INLINE_FUNCTION_HD void | extendBox (const CellType &p1, const CellType &p2, const CellType &p3, int32 extent, CellType &minP, CellType &maxP) const |
|
INLINE_FUNCTION_HD void | extendBox (const realx3 &p1, const realx3 &p2, const realx3 &p3, real extent, realx3 &minP, realx3 &maxP) const |
|
INLINE_FUNCTION_HD CellType | bound (CellType p) const |
|
INLINE_FUNCTION_HD realx3 | bound (realx3 p) const |
|
Definition at line 31 of file rectangleMesh.hpp.