MFEM
v4.0
Finite element discretization library
|
#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 () | |
Symmetric 3D Table.
Definition at line 29 of file stable3d.hpp.
|
explicit |
Definition at line 21 of file stable3d.cpp.
mfem::STable3D::~STable3D | ( | ) |
Definition at line 186 of file stable3d.cpp.
int mfem::STable3D::Index | ( | int | r, |
int | c, | ||
int | f | ||
) | const |
Definition at line 117 of file stable3d.cpp.
|
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.