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[]) |
| |
| bool basisIs1D |
( |
char |
bType | ) |
|
|
inline |
| bool basisIs2D |
( |
char |
bType | ) |
|
|
inline |
| bool basisIs3D |
( |
char |
bType | ) |
|
|
inline |
| string basisTypeStr |
( |
char |
bType | ) |
|
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
| 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 |
|
) |
| |