Home
last modified time | relevance | path

Searched refs:IsosurfaceRecompute (Results 1 – 3 of 3) sorted by relevance

/dports/science/elmerfem/elmerfem-release-9.0/post/src/tcl/
H A Dtimestep.tcl54 global time_tstep IsosurfaceRecompute time_current
75 set IsosurfaceRecompute 1
H A Disosurface.tcl69 set IsosurfaceRecompute 1
290 … $IsosurfaceContourMin $IsosurfaceContourMax }; set IsosurfaceRecompute 1; UpdateObject; play;}
/dports/science/elmerfem/elmerfem-release-9.0/post/src/
H A DElmerPost.c93 static int IsosurfaceRecompute=TRUE, IsosurfaceContourSetMinMax; variable
1789 vis_set_param( VL, "Recompute", IsosurfaceRecompute, 0.0, NULL ); in UpdateObject()
1790 IsosurfaceRecompute = FALSE; in UpdateObject()
2496 Tcl_LinkVar( TCLInterp, "IsosurfaceRecompute", (char *)&IsosurfaceRecompute, TCL_LINK_INT ); in main()