- Dec 16, 2006
-
-
Christophe Geuzaine authored
change the logic in GenerateMesh(): - never reload the model file--we don't need this trick anymore! - always only generate the mesh we are asked to generate (pressing "1D" should *always* mesh the edges; pressing "2D" should only mesh the surfaces, unless there is no 1D mesh). This makes the behavour much more predictable when changing mesh attributes interactively.
-
Christophe Geuzaine authored
small cleanup of session/option file (don't print help strings by defaul)
-
Christophe Geuzaine authored
add one level of undo in interactive visibility hiding
-
Christophe Geuzaine authored
fix interactive modification of mesh attributes
-
- Dec 15, 2006
-
-
Christophe Geuzaine authored
sanity check: don't try to tetrahedralize a volume with quads on the boundary
-
Christophe Geuzaine authored
clenup projectionFace a bit
-
- Dec 14, 2006
-
-
Christophe Geuzaine authored
don't force (annoying) vis_window->show() aftereach operation
-
- Dec 12, 2006
-
-
Christophe Geuzaine authored
better handling of "negative" physical groups
-
Christophe Geuzaine authored
prepa invert_selection + remove some debug prints
-
- Dec 11, 2006
-
-
Jean-François Remacle authored
-
- Dec 08, 2006
-
-
Jacob Bedrossian authored
-
- Dec 06, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
2 fixed bugs and 2 new ones
-
Christophe Geuzaine authored
gmsh 2.0 fixes all of these
-
- Dec 05, 2006
-
-
Christophe Geuzaine authored
fix warning
-
Christophe Geuzaine authored
first gui hooks for projection stuff + fix potential crashes in drawMeshGxxx if mesh.changed was not set correctly
-
Jacob Bedrossian authored
-
Jean-François Remacle authored
-
- Dec 04, 2006
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
Add middle edge points to compute mean plane of plane faces with less than 3 bounding points
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
better conv warning
-
Christophe Geuzaine authored
switch license to standard gmsh license
-
- Dec 03, 2006
-
-
Christophe Geuzaine authored
cleanup
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
update for version 2
-
Christophe Geuzaine authored
Layers{N,1} can now be written simply as Layers{N}
-
Christophe Geuzaine authored
sugg by oscar: save->save as defaults
-
Christophe Geuzaine authored
don't put the cut plane options in the disabled group (forces to compute all even if only want to show cut)
-
Christophe Geuzaine authored
algo2d=triangle is not available at the moment
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- polish gui for interactive visibility - upgrade tetgen to latest available version
-
Christophe Geuzaine authored
deprecated -> warnings instead of errors
-
Christophe Geuzaine authored
fix message
-
Christophe Geuzaine authored
make sure we don't store physical tags multiple times per entity
-
Christophe Geuzaine authored
add "Show with the mouse" mode in interactive visibility. This is awesome :-)
-
Christophe Geuzaine authored
don't throw an exception if attributes are not defined -- just issue an error
-
Christophe Geuzaine authored
make sure the boundary vertices are ordered consistently with the ordering of the transfinite corners. If not, just revert the list. This is crucial for maintaining backward compatibility with the old version.
-
Christophe Geuzaine authored
-