Go to the source code of this file.
|
| void | PrintSampleUsage (ostream &out) |
| |
| void | ReadSerial (StreamState &state) |
| |
| void | SetGridFunction (StreamState &state) |
| |
| void | ReadParallel (int np, StreamState &state) |
| |
| int | ReadParMeshAndGridFunction (int np, const char *mesh_prefix, const char *sol_prefix, StreamState &state, int keep_attr) |
| |
| int | ReadInputStreams (StreamState &state, const StreamCollection &input_streams) |
| |
| bool | GLVisInitVis (int field_type, StreamCollection input_streams) |
| |
| void | GLVisStartVis () |
| |
| int | ScriptReadSolution (istream &scr, StreamState &state) |
| |
| int | ScriptReadParSolution (istream &scr, StreamState &state) |
| |
| int | ScriptReadDisplMesh (istream &scr, StreamState &state) |
| |
| void | ExecuteScriptCommand () |
| |
| void | ScriptControl () |
| |
| void | ScriptIdleFunc () |
| |
| void | PlayScript (istream &scr) |
| |
| void | GLVisServer (int portnum, bool save_stream, bool fix_elem_orient, bool save_coloring) |
| |
| int | main (int argc, char *argv[]) |
| |
| void ExecuteScriptCommand |
( |
| ) |
|
| void GLVisServer |
( |
int |
portnum, |
|
|
bool |
save_stream, |
|
|
bool |
fix_elem_orient, |
|
|
bool |
save_coloring |
|
) |
| |
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
| void PlayScript |
( |
istream & |
scr | ) |
|
| void PrintSampleUsage |
( |
ostream & |
out | ) |
|
| int ReadParMeshAndGridFunction |
( |
int |
np, |
|
|
const char * |
mesh_prefix, |
|
|
const char * |
sol_prefix, |
|
|
StreamState & |
state, |
|
|
int |
keep_attr |
|
) |
| |
| int ScriptReadDisplMesh |
( |
istream & |
scr, |
|
|
StreamState & |
state |
|
) |
| |
| int ScriptReadParSolution |
( |
istream & |
scr, |
|
|
StreamState & |
state |
|
) |
| |
| int ScriptReadSolution |
( |
istream & |
scr, |
|
|
StreamState & |
state |
|
) |
| |
| thread_local string extra_caption |
| thread_local GeometryRefiner GLVisGeometryRefiner |
| Vector* init_nodes = NULL |
| thread_local string plot_caption |
| bool secure = socketstream::secure_default |
| const char* string_default = "(default)" |
| const char* string_none = "(none)" |
| const char* window_titles[] |
Initial value:= { "GLVis [scalar data]",
"GLVis [vector data]", "GLVis [mesh]"
}
Definition at line 73 of file glvis.cpp.