- 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
-
Christophe Geuzaine authored
print warning for now when extrusion mesh is not recombined
-
Christophe Geuzaine authored
algo to compute normal for plane gmsh surfaces was wrong (sign could be wrong)
-
Christophe Geuzaine authored
slightly better fix than before
-
Christophe Geuzaine authored
add extra arg to XYZtoUV so we can use it also for point that are not on the surface
-
Christophe Geuzaine authored
- revert convergence check on xyz error in xyz2uv: just issue a warning - remove computation of mean plane during meshing: it's not used anymore (we only use the mean plane for plane Gmsh surfacesm and it is already computed correctly in the gmshFace constructor)
-
- Dec 02, 2006
-
-
Christophe Geuzaine authored
temporary (?) fix for transfinite on tri
-
Christophe Geuzaine authored
make default transfinite subdivision match old version to minimize backward compat problems
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-