Public Types | |
using | mapType = mapperNBS< DefaultHostExecutionSpace > |
using | memory_space = typename mapType::memory_space |
Public Member Functions | |
pointRectCell (const dictionary &dictMesh, const pointStructure &pStruct, repository &rep) | |
const auto & | mesh () const |
auto & | processedRepository () |
void | mapPOints () |
auto | getCellIterator () const |
int32 | nPointInCell (int32 i, int32 j, int32 k) const |
Protected Attributes | |
repository & | processedRepository_ |
rectangleMesh & | mesh_ |
const pointStructure & | pStruct_ |
ViewType1D< realx3, memory_space > | pointPosition_ |
mapType | map_ |
int32RectMeshField_H | nPointInCell_ |
Definition at line 32 of file pointRectCell.hpp.
using mapType = mapperNBS<DefaultHostExecutionSpace> |
Definition at line 36 of file pointRectCell.hpp.
using memory_space = typename mapType::memory_space |
Definition at line 38 of file pointRectCell.hpp.
|
inline |
Definition at line 57 of file pointRectCell.hpp.
References pointRectCell::mapPOints().
|
inline |
Definition at line 91 of file pointRectCell.hpp.
References pointRectCell::mesh_.
Referenced by processField::mesh(), pFlow::sumMaksOp(), and pFlow::sumOp().
|
inline |
Definition at line 96 of file pointRectCell.hpp.
References pointRectCell::processedRepository_.
Referenced by processField::processedRepository().
|
inline |
Definition at line 101 of file pointRectCell.hpp.
References pointStructure::activePointsMaskH(), pointStructure::activeRange(), mapperNBS< executionSpace >::buildCheckInDomain(), mapperNBS< executionSpace >::getCellIterator(), pointRectCell::map_, n, pointRectCell::nPointInCell_, cells< indexType >::nx(), cells< indexType >::ny(), cells< indexType >::nz(), and pointRectCell::pStruct_.
Referenced by pointRectCell::pointRectCell().
|
inline |
Definition at line 134 of file pointRectCell.hpp.
References mapperNBS< executionSpace >::getCellIterator(), and pointRectCell::map_.
Referenced by pFlow::sumMaksOp(), and pFlow::sumOp().
Definition at line 139 of file pointRectCell.hpp.
References pointRectCell::nPointInCell_.
|
protected |
Definition at line 42 of file pointRectCell.hpp.
Referenced by pointRectCell::processedRepository().
|
protected |
Definition at line 44 of file pointRectCell.hpp.
Referenced by pointRectCell::mesh().
|
protected |
Definition at line 47 of file pointRectCell.hpp.
Referenced by pointRectCell::mapPOints().
|
protected |
Definition at line 49 of file pointRectCell.hpp.
|
protected |
Definition at line 51 of file pointRectCell.hpp.
Referenced by pointRectCell::getCellIterator(), and pointRectCell::mapPOints().
|
protected |
Definition at line 53 of file pointRectCell.hpp.
Referenced by pointRectCell::mapPOints(), and pointRectCell::nPointInCell().