- Nov 18, 2004
-
-
Christophe Geuzaine authored
doc update
-
Christophe Geuzaine authored
Added GUI for z-clipping plane distance factor (and changed the default value from 10 to 5)
-
Christophe Geuzaine authored
New "fast" routine to create simplices used only for visualization. This speeds up the load time of large tetrahedral (volume) meshes by roughly 50%, and brings Read_Mesh.cpp pretty close to mshsort.cpp performance-wise. Since Read_Mesh does many more things (all the Tree/List queries to create elementary/physical entites + partitions), this is actually pretty good. Loading a 1.4 million tets mesh file on my 1.5 GHz Linux machine now takes about 17 seconds.
-
Christophe Geuzaine authored
New General.ClipFactor option to fine-tune the position of the near and far clipping planes (default = 10; setting a smaller value leads to a better z-buffer resolution, but zooms/rotations can then lead to undesired clipping).
-
- Nov 16, 2004
-
-
Christophe Geuzaine authored
Revert to GL_NORMALIZE instead of GL_RESCALE_NORMAL (since GL_RESCALE_NORMAL is not supposed to work with anisotropic scalings)
-
- Nov 15, 2004
-
-
Christophe Geuzaine authored
cleanup variable names
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
use homogenous coordinates so that we can apply translations, too.
-
- Nov 14, 2004
-
-
Christophe Geuzaine authored
older versions of g++ don't like static members in inline fcts...
-
Christophe Geuzaine authored
set lc=0.1 by default, since the default viewport size is of order 1
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
Better interactive point creation (modified patch from schumact@colorado.edu)
-
- Nov 13, 2004
-
-
Christophe Geuzaine authored
- First draft (pretty much untested!) of new "Integrate" plugin to * integrate scalar fields over all the elements in a view * integrate the circulation of vector fields along line elements * integrate the flux of vector fields across surface elements Used with Plugin(DisplacementRaise) and Plugin(Evaluate) this permits for example to compute the area/volume of deformed configurations; and, with Plugin(CutPlane)+Plugin(Skin), the perimeter of deformed sections. Another interesting application is to use it on a vector field with Plugin(CutPlane), in order to compute fluxes across arbitrary cross-sections. - Added "connectPoints" option to Plugin(CutParametric) so that we can feed its output to Plugin(Integrate) - Added Normals and Tangents options to visualize the orientation of elements in post-processing views - Added "swapOrientation" in Plugin(Transform) to change the orientation of the elements (in place) (+ moved the transformation routines from the view class into the plugin) - fixed #defines in some of the plugin header files
-
Christophe Geuzaine authored
- First draft (pretty much untested!) of new "Integrate" plugin to * integrate scalar fields over all the elements in a view * integrate the circulation of vector fields along line elements * integrate the flux of vector fields across surface elements Used with Plugin(DisplacementRaise) and Plugin(Evaluate) this permits for example to compute the area/volume of deformed configurations; and, with Plugin(CutPlane)+Plugin(Skin), the perimeter of deformed sections. Another interesting application is to use it on a vector field with Plugin(CutPlane), in order to compute fluxes across arbitrary cross-sections. - Added "connectPoints" option to Plugin(CutParametric) so that we can feed its output to Plugin(Integrate) - Added Normals and Tangents options to visualize the orientation of elements in post-processing views - Added "swapOrientation" in Plugin(Transform) to change the orientation of the elements (in place) (+ moved the transformation routines from the view class into the plugin) - fixed #defines in some of the plugin header files
-
- Nov 12, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Nov 10, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
fix gcc warning
-
Jean-François Remacle authored
-
Christophe Geuzaine authored
pretty print
-
- Nov 09, 2004
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
GUI::reset_option_browser() should not show() the whole option window, just the appropriate group
-
Christophe Geuzaine authored
cleanup (and remove 2 shift/reduce conflicts in parser)
-
Jean-François Remacle authored
-
Christophe Geuzaine authored
- avoid querying menu/browser->value() when it doesn't make sense - fixed out-of-sync option panel when removing views
-
- Nov 08, 2004
-
-
Christophe Geuzaine authored
better error messages+choice selection for "external view" stuff
-
Christophe Geuzaine authored
fix broken english
-
Christophe Geuzaine authored
since Tools->Options->Save behaves like a good citizen now (saving only stuff that has been modified), we can reduce the number of things that are saved in .gmshrc
-
Christophe Geuzaine authored
allow a 3rd arg to specify an output filename
-
- Nov 03, 2004
-
-
Christophe Geuzaine authored
Trying to fix (for the 100th time) a home directory issue under some version of Windows. Thanks to <nicolas.haefele@supelec.fr>.
-
- Nov 02, 2004
-
-
Christophe Geuzaine authored
simpler Sprintf
-
Christophe Geuzaine authored
2 small mods for T. Schumacher
-
- Nov 01, 2004
-
-
Christophe Geuzaine authored
trying to fix problem reported by T. Schumacher: use double[16] instead of double[4][4] for opengl matrices
-
Christophe Geuzaine authored
-
- Oct 31, 2004
-
-
Christophe Geuzaine authored
fix view name
-
- Oct 30, 2004
-
-
Christophe Geuzaine authored
HarmonicToTime
-
Christophe Geuzaine authored
New Plugin(HarmonicToTime)
-
Christophe Geuzaine authored
better detection of the view number
-