Go to the source code of this file.
|
string | elemTypeStr (const Element::Type &eType) |
|
bool | elemIs1D (const Element::Type &eType) |
|
bool | elemIs2D (const Element::Type &eType) |
|
bool | elemIs3D (const Element::Type &eType) |
|
string | basisTypeStr (char bType) |
|
bool | basisIs1D (char bType) |
|
bool | basisIs2D (char bType) |
|
bool | basisIs3D (char bType) |
|
string | mapTypeStr (int mType) |
|
int | update_basis (vector< socketstream *> &sock, const VisWinLayout &vwl, Element::Type e, char bType, int bOrder, int mType, Deformation::DefType dType, const DeformationData &defData, bool visualization, int &onlySome) |
|
int | main (int argc, char *argv[]) |
|
◆ basisIs1D()
bool basisIs1D |
( |
char |
bType | ) |
|
|
inline |
◆ basisIs2D()
bool basisIs2D |
( |
char |
bType | ) |
|
|
inline |
◆ basisIs3D()
bool basisIs3D |
( |
char |
bType | ) |
|
|
inline |
◆ basisTypeStr()
string basisTypeStr |
( |
char |
bType | ) |
|
◆ elemIs1D()
◆ elemIs2D()
◆ elemIs3D()
◆ elemTypeStr()
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ mapTypeStr()
string mapTypeStr |
( |
int |
mType | ) |
|
◆ update_basis()
int update_basis |
( |
vector< socketstream *> & |
sock, |
|
|
const VisWinLayout & |
vwl, |
|
|
Element::Type |
e, |
|
|
char |
bType, |
|
|
int |
bOrder, |
|
|
int |
mType, |
|
|
Deformation::DefType |
dType, |
|
|
const DeformationData & |
defData, |
|
|
bool |
visualization, |
|
|
int & |
onlySome |
|
) |
| |