GLVis
v4.2
Accurate and flexible finite element visualization
|
Go to the source code of this file.
Functions | |
void | ToggleMagicKey () |
void | CutReferenceElements (int TimesToRefine, double lambda) |
Variables | |
thread_local VisualizationSceneSolution3d * | vssol3d |
thread_local GeometryRefiner | GLVisGeometryRefiner |
thread_local IntegrationRule | cut_QuadPts |
thread_local Array< int > | cut_QuadGeoms |
thread_local IntegrationRule | cut_TriPts |
thread_local Array< int > | cut_TriGeoms |
thread_local int | triangle_counter |
thread_local int | quad_counter |
void CutReferenceElements | ( | int | TimesToRefine, |
double | lambda | ||
) |
Definition at line 1609 of file vssolution3d.cpp.
void ToggleMagicKey | ( | ) |
Definition at line 442 of file vssolution3d.cpp.
thread_local Array<int> cut_QuadGeoms |
Definition at line 32 of file vssolution3d.cpp.
thread_local IntegrationRule cut_QuadPts |
Definition at line 31 of file vssolution3d.cpp.
thread_local Array<int> cut_TriGeoms |
Definition at line 34 of file vssolution3d.cpp.
thread_local IntegrationRule cut_TriPts |
Definition at line 33 of file vssolution3d.cpp.
thread_local int quad_counter |
Definition at line 3107 of file vssolution3d.cpp.
thread_local int triangle_counter |
Definition at line 3106 of file vssolution3d.cpp.
thread_local VisualizationSceneSolution3d* vssol3d |
Definition at line 24 of file vssolution3d.cpp.