MFEM  v3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Member Functions | List of all members
mfem::STable3D Class Reference

Symmetric 3D Table. More...

#include <stable3d.hpp>

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 ()
 

Detailed Description

Symmetric 3D Table.

Definition at line 28 of file stable3d.hpp.

Constructor & Destructor Documentation

mfem::STable3D::STable3D ( int  nr)
explicit

Definition at line 22 of file stable3d.cpp.

mfem::STable3D::~STable3D ( )

Definition at line 179 of file stable3d.cpp.

Member Function Documentation

int mfem::STable3D::Index ( int  r,
int  c,
int  f 
) const

Definition at line 114 of file stable3d.cpp.

int mfem::STable3D::NumberOfElements ( )
inline

Definition at line 51 of file stable3d.hpp.

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

Definition at line 96 of file stable3d.cpp.

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

Definition at line 156 of file stable3d.cpp.

int mfem::STable3D::Push ( int  r,
int  c,
int  f 
)

Definition at line 65 of file stable3d.cpp.

int mfem::STable3D::Push4 ( int  r,
int  c,
int  f,
int  t 
)

Definition at line 130 of file stable3d.cpp.


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