MFEM v2.0
Public Member Functions | Private Attributes
STable3D Class Reference

Symmetric 3D Table. More...

#include <stable3d.hpp>

Collaboration diagram for STable3D:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 STable3D (int nr)
int Push (int r, int c, int f)
int operator() (int r, int c, int f) const
int Index (int r, int c, int f) const
int Push4 (int r, int c, int f, int t)
int operator() (int r, int c, int f, int t) const
int NumberOfElements ()
 ~STable3D ()

Private Attributes

int Size
int NElem
STable3DNode ** Rows

Detailed Description

Symmetric 3D Table.

Definition at line 25 of file stable3d.hpp.


Constructor & Destructor Documentation

STable3D::STable3D ( int  nr) [explicit]

Definition at line 18 of file stable3d.cpp.

STable3D::~STable3D ( )

Definition at line 189 of file stable3d.cpp.

References STable3DNode::Prev.


Member Function Documentation

int STable3D::Index ( int  r,
int  c,
int  f 
) const
int STable3D::NumberOfElements ( ) [inline]

Definition at line 48 of file stable3d.hpp.

References NElem.

Referenced by Mesh::GetElementToFaceTable().

int STable3D::operator() ( int  r,
int  c,
int  f,
int  t 
) const

Definition at line 166 of file stable3d.cpp.

int STable3D::operator() ( int  r,
int  c,
int  f 
) const
int STable3D::Push ( int  r,
int  c,
int  f 
)
int STable3D::Push4 ( int  r,
int  c,
int  f,
int  t 
)

Definition at line 134 of file stable3d.cpp.

References mfem_error().

Referenced by Mesh::GetElementToFaceTable(), and Mesh::GetFacesTable().


Member Data Documentation

int STable3D::NElem [private]

Definition at line 28 of file stable3d.hpp.

Referenced by NumberOfElements().

Definition at line 29 of file stable3d.hpp.

int STable3D::Size [private]

Definition at line 28 of file stable3d.hpp.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines