- Feb 07, 2004
-
-
Christophe Geuzaine authored
Update copyright notice
-
- Feb 06, 2004
-
-
Christophe Geuzaine authored
Create temporary and error files in home directory to avoid file permission issues (most notably on Mac OS X, when launching Gmush from the Finder)
-
- Feb 05, 2004
-
-
Christophe Geuzaine authored
Added "append" argument to WriteView (so that "gmsh -convert file file" can handle all the views in the input file and not only the first one).
-
- Jan 29, 2004
-
-
Christophe Geuzaine authored
New syntax bit: you can now use #aa[] to get the size of the list aa[]
-
- Jan 25, 2004
-
-
Christophe Geuzaine authored
Following a discussion with Laurent, we can now combine multiple views (under certain conditions) into multi time step ones. This permits e.g. to output separate .pos files for each time step, and still have a real time evolution in gmsh. Pretty neat :-)
-
- Dec 12, 2003
-
-
Christophe Geuzaine authored
Removed extra arg in Init_Mesh
-
Christophe Geuzaine authored
Removed extra arg for Init_Mesh
-
- Dec 11, 2003
-
-
Christophe Geuzaine authored
remove tMesh
-
Christophe Geuzaine authored
new "Delete All;" command + only warn when reloading duplicate geometry points.
-
- Dec 07, 2003
-
-
Christophe Geuzaine authored
Small changes for skeletton of new mesh format
-
- Dec 01, 2003
-
-
Christophe Geuzaine authored
- Slightly reorganized the visibility browser window (the "toggle" behaviour in the input field was confusing) - added Show and Hide commands in the parser to enable scripting of the visibility stuff - Moved Visibility.{cpp,h} into Common/ to avoid dependencies with the Graphics library in the parser
-
- Nov 29, 2003
-
-
Christophe Geuzaine authored
Fixed missing exception handling for PluginManager::action() (this led to a crash when General.DefaultPlugins==0).
-
Christophe Geuzaine authored
- new DecomposeInSimplex plugin - new "Combine Views" command in the parser - cleaned up View::tranform and View::smooth (+small bug fix for SLs) - better check for transparency sorting - make depend - new View.AlphaChannel option to change the transparency globally for a given view (instead of having to change the colormap by hand every time) With all the above, we can now generate very nice (and correct) transparent iso-surfaces: Merge "../tutorial/view3.pos"; minIso = 0; maxIso = 2; nbIso = 7; Plugin(CutMap).iView = 0; For i In {1:nbIso} Plugin(CutMap).A = (maxIso-minIso)/nbIso * i; Plugin(CutMap).Run; EndFor Delete View[0]; Combine Views; For i In {1:nbIso} Delete View[0]; EndFor Plugin(DecomposeInSimplex).iView = 0; Plugin(DecomposeInSimplex).Run; View[0].AlphaChannel = 0.6;
-
- Nov 27, 2003
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
Cleaned up the whole Include/Merge/Open mess (removed the ugly yyin/yyname tables in the parser, made the Merge routine reentrant + uniformized all the INFO/STATUS messages). This should fix a nasty side effect from this morning's commit (wrong yynames when doing multiple merges in the same file).
-
- Nov 26, 2003
-
-
Christophe Geuzaine authored
Make Merge/Save/Print/Open behave like Include, i.e., open the file in the same directory as the main project file (if the path is relative).
-
- Nov 21, 2003
-
-
Christophe Geuzaine authored
Forgot these
-
Christophe Geuzaine authored
Big Levelset rewrite (+ cleanup of all other plugins). Not finished yet, but I need to commit this now so that I can use it with the boss tomorrow at work. This version should compile and have all the old features working, plus some extras (levelsets of scalar/vector/tensor 1D, 2D and 3D simplectic views). JF: 'Plugin(XX).Save' is now deprecated. Use 'Save View[XX] "filename"' instead.
-
- Oct 29, 2003
-
-
Christophe Geuzaine authored
Fix 2 gcc warnings
-
- Sep 22, 2003
-
-
Christophe Geuzaine authored
- Fix pb with index returned by Extrude Surface - Upgrade gl2ps
-
- Sep 19, 2003
-
-
Christophe Geuzaine authored
remove warnings for now
-
Christophe Geuzaine authored
Fix + generalize index retrival for geometrical transformation
-
- Sep 17, 2003
-
-
Christophe Geuzaine authored
- Comment JF's last changes in the parser until we fix the syntax - Update gl2ps - Small fix in the configure script to better detect fltk-config - Fix Parser/Makefile (for older versions of bison)
-
- Sep 05, 2003
-
-
Jean-François Remacle authored
-
- Aug 06, 2003
-
-
Christophe Geuzaine authored
Add 'newl' (synonym for 'newc') and fix the docs
-
- May 23, 2003
-
-
Christophe Geuzaine authored
removed unused prototypes
-
- May 22, 2003
-
-
Christophe Geuzaine authored
Speed up variable creation/retrieval by replacing 'List_T *Symbols_L' by 'Tree_T *Symbols_T'.
-
- Apr 19, 2003
-
-
Christophe Geuzaine authored
Fix includes with absolute paths
-
- Apr 14, 2003
-
-
Christophe Geuzaine authored
sync laptop and acm machine
-
- Apr 10, 2003
-
-
Jean-François Remacle authored
-
- Mar 28, 2003
-
-
Christophe Geuzaine authored
Add -DHAVE_FLTK when we do "make depend"
-
- Mar 21, 2003
-
-
Christophe Geuzaine authored
Fix whitespace in copyright headers
-
- Mar 19, 2003
-
-
Christophe Geuzaine authored
Add missing copyright headers
-
- Mar 11, 2003
-
-
Christophe Geuzaine authored
Add Layer on Extrude Point (phase 2 -- remove duplicates)
-
Christophe Geuzaine authored
Added Layer option for Extrude Point
-
- Mar 07, 2003
-
-
Christophe Geuzaine authored
Don't append the ".geo" extension anymore if the file name is not recognized.
-
- Mar 02, 2003
-
-
Christophe Geuzaine authored
Make headers self-contained
-
Christophe Geuzaine authored
Add add these, too.
-
- Mar 01, 2003
-
-
Christophe Geuzaine authored
Indented all source files using utils/gmshindent
-
- Feb 27, 2003
-
-
Christophe Geuzaine authored
Use MergeProblem instead of ParseFile in MergeProblemWithBoundingBox
-