|
Memosa-FVM
0.2
|
#include <IBManager.h>

Public Member Functions | |
| NearestCell () | |
Public Attributes | |
| const Mesh * | mesh |
| int | cell |
| double | distanceSquared |
| vector< int > | neighbors |
structure that keeps information about nearest cell for a solid boundary face.
Definition at line 21 of file IBManager.h.
|
inline |
Definition at line 24 of file IBManager.h.
| int NearestCell::cell |
Definition at line 31 of file IBManager.h.
Referenced by IBManager::createSolidInterpolationStencil(), and IBManager::findNearestCellForSolidFaces().
| double NearestCell::distanceSquared |
Definition at line 32 of file IBManager.h.
Referenced by IBManager::findNearestCellForSolidFaces().
| const Mesh* NearestCell::mesh |
Definition at line 30 of file IBManager.h.
Referenced by IBManager::createSolidInterpolationStencil(), and IBManager::findNearestCellForSolidFaces().
| vector<int> NearestCell::neighbors |
Definition at line 33 of file IBManager.h.
Referenced by IBManager::createIBInterpolationStencil(), and IBManager::createSolidInterpolationStencil().