- Oct 24, 2004
-
-
Christophe Geuzaine authored
fixed small syntax mistakes (missing semi-colons, etc.)
-
- Oct 23, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- added a couple of entries in the FAQ - inluded the FAQ in the texinfo manual - merged README.gui in the texinfo manual
-
- Oct 21, 2004
-
-
Christophe Geuzaine authored
shorter Draw_TensorElement routine
-
Christophe Geuzaine authored
make displacement drawing code much shorter
-
Christophe Geuzaine authored
Generalized "Raised scalar view" vector type: one can now also raise vector and tensor views. (It's now simply called "Raised view".)
-
- Oct 20, 2004
-
-
Christophe Geuzaine authored
small fixes for last commit: - only delete view.adaptive if we really delete the view (we might want to use the adaptive data in a duplicate view) - add missing opt_view_global_zoom in update_view() - don't even try to open StructuralSolver's data files if GMSHPLUGINSHOME is not defined
-
Jean-François Remacle authored
New high order interpolation. JFR
-
Christophe Geuzaine authored
minor fix: don't change xyzv::eps permanently in smooth()
-
- Oct 18, 2004
-
-
Christophe Geuzaine authored
fix minimum height of the solver window (was a bit too small)
-
- Oct 17, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
Trying to fix Patrick's problems when launching getdp on Windows... When gmsh is started from the command line on Windows, cygwin does not (for some obscure reason) prepend '/cygdrive/x/' to the path. Since we check for '/cygdrive/' in SystemCall() in order to sanitize the path before passing it to CreateProcess(), the system call fails. I think the right way to deal with this is to actually remove the path change in SystemCall() (since we only change the leading part), and use the official cygwin API to change the path of every piece that will eventually end up in the argument of CreateProcess(). And that's what "FixWindowsPath()" now does...
-
- Oct 16, 2004
-
-
Christophe Geuzaine authored
added an option to specify the maximum delay Gmsh will wait for a solver to respond
-
Christophe Geuzaine authored
forgot to commit this
-
Christophe Geuzaine authored
1.56
-
Christophe Geuzaine authored
work around the "window in window in window" MacOS X FLTK bug (ColorBar_Window not showing completely) by replacing the option sub-windows with groups.
-
Christophe Geuzaine authored
complete WriteView in parsed format (print strings)
-
- Oct 15, 2004
-
-
Christophe Geuzaine authored
draw the labels a little bit closer to the entities
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
reworked the "post-processing file format" section
-
Christophe Geuzaine authored
added ability to save views in "parsed" format
-
- Oct 14, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
added an option to draw the nodes per element (much slower, but permits to visualize only a subset of the nodes)
-
Christophe Geuzaine authored
-
- Oct 13, 2004
-
-
Christophe Geuzaine authored
slightly reworked interactive/non-interactove section
-
- Oct 12, 2004
-
-
Christophe Geuzaine authored
explain that "Duplicata View[i]" does not actually copy the data
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
forgot to add this
-
- Oct 11, 2004
-
-
Christophe Geuzaine authored
one last touch :-)
-
Christophe Geuzaine authored
more fine-tuning
-
Christophe Geuzaine authored
fine-tune size
-
Christophe Geuzaine authored
fixed alignment problem when views have different View.Formats
-
Christophe Geuzaine authored
better label
-
Christophe Geuzaine authored
fix potential crash with TimeStepMin/TimeStepMax and empty views
-
Christophe Geuzaine authored
when there is not enough space to diplay all the values, but there is enough space to draw a middle value, do it
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
add an option to draw the post-processing scales horizontally + remove Post_View.TransparentScales (never really worked well anyway)
-
Christophe Geuzaine authored
compute Euler angles from rotation matrix
-