Memosa-FVM  0.2
NearestCell Struct Reference

#include <IBManager.h>

Collaboration diagram for NearestCell:

Public Member Functions

 NearestCell ()
 

Public Attributes

const Meshmesh
 
int cell
 
double distanceSquared
 
vector< int > neighbors
 

Detailed Description

structure that keeps information about nearest cell for a solid boundary face.

Definition at line 21 of file IBManager.h.

Constructor & Destructor Documentation

NearestCell::NearestCell ( )
inline

Definition at line 24 of file IBManager.h.

24  :
25  mesh(0),
26  cell(-1),
28  {}
double distanceSquared
Definition: IBManager.h:32
const Mesh * mesh
Definition: IBManager.h:30

Member Data Documentation

int NearestCell::cell
double NearestCell::distanceSquared

Definition at line 32 of file IBManager.h.

Referenced by IBManager::findNearestCellForSolidFaces().

const Mesh* NearestCell::mesh
vector<int> NearestCell::neighbors

The documentation for this struct was generated from the following file: