Memosa-FVM  0.2
NearestIBFace Struct Reference

#include <IBManager.h>

Collaboration diagram for NearestIBFace:

Public Member Functions

 NearestIBFace ()
 

Public Attributes

const Meshmesh
 
int IBFace
 
double distanceSquared
 
vector< int > neighbors
 

Detailed Description

Definition at line 35 of file IBManager.h.

Constructor & Destructor Documentation

NearestIBFace::NearestIBFace ( )
inline

Definition at line 38 of file IBManager.h.

38  :
39  mesh(0),
40  IBFace(-1),
42  {}
double distanceSquared
Definition: IBManager.h:46
const Mesh * mesh
Definition: IBManager.h:44

Member Data Documentation

double NearestIBFace::distanceSquared

Definition at line 46 of file IBManager.h.

int NearestIBFace::IBFace

Definition at line 45 of file IBManager.h.

const Mesh* NearestIBFace::mesh

Definition at line 44 of file IBManager.h.

vector<int> NearestIBFace::neighbors

Definition at line 47 of file IBManager.h.


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