Diffpack Documentation


Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

GridFVSizeInfo Class Reference

finite volume grid. More...

#include <GridFVSizeInfo.h>

List of all members.

Public Methods

 GridFVSizeInfo ()
 GridFVSizeInfo (const GridFV &grid)
 ~GridFVSizeInfo ()
void reset ()
void print (Os os) const

Public Attributes

GridFVState grid_state
GridFVType grid_type
bool redim_vertex_data
bool redim_face_data
int nsd
int nvols
int nfaces
int nvertices
int ndofs
int nfacedofs
int nbind
bool center_dofs
bool onemat
int max_vol_vol
int max_vol_face
int max_vol_vert
int max_face_vol
int max_face_vert
int max_vert_vol
int max_vert_face
MatSimple(int) face2vertices


Detailed Description

finite volume grid.

NAME: GridFVSizeInfo - finite volume grid

DESCRIPTION:

The class "GridFVSizeInfo" offers a collection of parameters used for redimensioning the internal data structure of a "GridFV" object.


Constructor & Destructor Documentation

GridFVSizeInfo::GridFVSizeInfo ( )
 

There are two constructors. The default constructor takes no arguments and will provide an empty object, whereas the second one is accepting an already existing "GridFV" object. In the latter case, the "GridSizeInfo" object will copy relevant information from the supplied "GridFV" object.

GridFVSizeInfo::GridFVSizeInfo ( const GridFV & grid )
 

See documentation of one of the overloaded constructor.

GridFVSizeInfo::~GridFVSizeInfo ( ) [inline]
 


Member Function Documentation

void GridFVSizeInfo::print ( Os os ) const
 

void GridFVSizeInfo::reset ( )
 

forgets all recorded data.


Member Data Documentation

bool GridFVSizeInfo::center_dofs
 

MatSimple(int) GridFVSizeInfo::face2vertices
 

GridFVState GridFVSizeInfo::grid_state
 

GridFVType GridFVSizeInfo::grid_type
 

int GridFVSizeInfo::max_face_vert
 

int GridFVSizeInfo::max_face_vol
 

int GridFVSizeInfo::max_vert_face
 

int GridFVSizeInfo::max_vert_vol
 

int GridFVSizeInfo::max_vol_face
 

int GridFVSizeInfo::max_vol_vert
 

int GridFVSizeInfo::max_vol_vol
 

int GridFVSizeInfo::nbind
 

int GridFVSizeInfo::ndofs
 

int GridFVSizeInfo::nfacedofs
 

int GridFVSizeInfo::nfaces
 

int GridFVSizeInfo::nsd
 

int GridFVSizeInfo::nvertices
 

int GridFVSizeInfo::nvols
 

bool GridFVSizeInfo::onemat
 

bool GridFVSizeInfo::redim_face_data
 

bool GridFVSizeInfo::redim_vertex_data
 


The documentation for this class was generated from the following file:
Copyright © 2003 inuTech GmbH. All rights reserved.