MFEM  v4.1.0
Finite element discretization library
 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 ()
 
void Print (std::ostream &out=mfem::out) const
 
 ~STable3D ()
 

Detailed Description

Symmetric 3D Table.

Definition at line 29 of file stable3d.hpp.

Constructor & Destructor Documentation

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

Definition at line 21 of file stable3d.cpp.

mfem::STable3D::~STable3D ( )

Definition at line 186 of file stable3d.cpp.

Member Function Documentation

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

Definition at line 117 of file stable3d.cpp.

int mfem::STable3D::NumberOfElements ( )
inline

Definition at line 52 of file stable3d.hpp.

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

Definition at line 97 of file stable3d.cpp.

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

Definition at line 162 of file stable3d.cpp.

void mfem::STable3D::Print ( std::ostream &  out = mfem::out) const

Definition at line 205 of file stable3d.cpp.

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

Definition at line 64 of file stable3d.cpp.

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

Definition at line 135 of file stable3d.cpp.


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