![]() |
GLVis
v4.2
Accurate and flexible finite element visualization
|
Go to the source code of this file.
Functions | |
| void | KeyDPressed () |
| void | KeyNPressed () |
| void | KeyBPressed () |
| void | KeyvPressed () |
| void | KeyVPressed () |
| void | KeyuPressed () |
| void | KeyUPressed () |
| double | VecLength (double x, double y) |
| double | VecDirection (double x, double y) |
| double | VecDotNx (double x, double y) |
| double | VecDotNy (double x, double y) |
| double | VecDivSubst (double x, double y) |
| double | VecCurlSubst (double x, double y) |
| double | VecAnisotrSubst (double x, double y) |
Variables | |
| thread_local VisualizationSceneVector * | vsvector |
| thread_local VisualizationScene * | locscene |
| thread_local VisualizationSceneSolution * | vssol |
| thread_local GeometryRefiner | GLVisGeometryRefiner |
| thread_local int | ianim = 0 |
| thread_local int | ianimmax = 10 |
| int | key_u_func = 0 |
| const char * | Vec2ScalarNames [7] |
| double(* | Vec2ScalarFunctions [7])(double, double) |
| thread_local double | new_maxlen |
| void KeyBPressed | ( | ) |
Definition at line 122 of file vsvector.cpp.
| void KeyDPressed | ( | ) |
Definition at line 110 of file vsvector.cpp.
| void KeyNPressed | ( | ) |
Definition at line 116 of file vsvector.cpp.
| void KeyuPressed | ( | ) |
Definition at line 158 of file vsvector.cpp.
| void KeyUPressed | ( | ) |
Definition at line 203 of file vsvector.cpp.
| void KeyvPressed | ( | ) |
Definition at line 141 of file vsvector.cpp.
| void KeyVPressed | ( | ) |
Definition at line 147 of file vsvector.cpp.
| double VecAnisotrSubst | ( | double | x, |
| double | y | ||
| ) |
Definition at line 337 of file vsvector.cpp.
| double VecCurlSubst | ( | double | x, |
| double | y | ||
| ) |
Definition at line 332 of file vsvector.cpp.
| double VecDirection | ( | double | x, |
| double | y | ||
| ) |
Definition at line 312 of file vsvector.cpp.
| double VecDivSubst | ( | double | x, |
| double | y | ||
| ) |
Definition at line 327 of file vsvector.cpp.
| double VecDotNx | ( | double | x, |
| double | y | ||
| ) |
Definition at line 317 of file vsvector.cpp.
| double VecDotNy | ( | double | x, |
| double | y | ||
| ) |
Definition at line 322 of file vsvector.cpp.
| double VecLength | ( | double | x, |
| double | y | ||
| ) |
Definition at line 307 of file vsvector.cpp.
| thread_local int ianim = 0 |
Definition at line 107 of file vsvector.cpp.
| thread_local int ianimmax = 10 |
Definition at line 108 of file vsvector.cpp.
| int key_u_func = 0 |
Definition at line 156 of file vsvector.cpp.
| thread_local VisualizationScene* locscene |
Definition at line 38 of file aux_vis.cpp.
| thread_local double new_maxlen |
Definition at line 842 of file vsvector.cpp.
| double(* Vec2ScalarFunctions[7])(double, double) |
Definition at line 342 of file vsvector.cpp.
| const char* Vec2ScalarNames[7] |
Definition at line 249 of file vsvector.cpp.
| thread_local VisualizationSceneSolution* vssol |
Definition at line 28 of file vssolution.cpp.
| thread_local VisualizationSceneVector* vsvector |
Definition at line 102 of file vsvector.cpp.
1.8.5