Memosa-FVM  0.2
ContactModel< T >::NearestCell Class Reference

#include <ContactModel_impl.h>

Collaboration diagram for ContactModel< T >::NearestCell:

Public Member Functions

 NearestCell ()
 

Public Attributes

const Meshmesh
 
int cell
 
double distanceSquared
 
set< int > neighbors
 

Detailed Description

template<class T>
class ContactModel< T >::NearestCell

Definition at line 203 of file ContactModel_impl.h.

Constructor & Destructor Documentation

template<class T >
ContactModel< T >::NearestCell::NearestCell ( )
inline

Definition at line 206 of file ContactModel_impl.h.

206  :
207  mesh(0),
208  cell(-1),
209  distanceSquared(0) {};

Member Data Documentation

template<class T >
int ContactModel< T >::NearestCell::cell

Definition at line 212 of file ContactModel_impl.h.

template<class T >
double ContactModel< T >::NearestCell::distanceSquared

Definition at line 213 of file ContactModel_impl.h.

template<class T >
const Mesh* ContactModel< T >::NearestCell::mesh

Definition at line 209 of file ContactModel_impl.h.

template<class T >
set<int> ContactModel< T >::NearestCell::neighbors

Definition at line 214 of file ContactModel_impl.h.


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