#include <GridFVSizeInfo.h>
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 |
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.
|
|
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. |
|
|
See documentation of one of the overloaded constructor. |
|
|
|
|
|
|
|
|
forgets all recorded data. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|