- Oct 16, 2005
-
-
Christophe Geuzaine authored
add missing copyright headers
-
- Oct 10, 2005
-
-
Christophe Geuzaine authored
always save the surface elements in unv format (not just when the surface is not part of the boundary of a volume)
-
- Sep 22, 2005
-
-
Jean-François Remacle authored
-
- Sep 21, 2005
-
-
Christophe Geuzaine authored
make depend
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
moving all external code to contrib subdirectory
-
Jean-François Remacle authored
-
- Sep 07, 2005
-
-
Jean-François Remacle authored
-
Jean-François Remacle authored
use it now with -partition N for N partitions only works with tets and triangles output should be added (useless for now)
-
- Aug 26, 2005
-
-
Laurent Stainier authored
with node ordering corresponding to positive orientation (volume). Test implemented for 1st and 2nd order elements, but only 1st order hexas have actually been tested!
-
- Aug 25, 2005
-
-
Jean-François Remacle authored
-
- Aug 24, 2005
-
-
Jean-François Remacle authored
-
Jean-François Remacle authored
-
- Aug 22, 2005
-
-
Jean-François Remacle authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
simpler tetgen integration by Jozef Vesely
-
- Aug 19, 2005
-
-
Jean-François Remacle authored
-
- Jul 15, 2005
-
-
Christophe Geuzaine authored
fix memory leak + missing depend
-
- Jul 14, 2005
-
-
Jean-François Remacle authored
-
Jean-François Remacle authored
-
- Jul 12, 2005
-
-
Jean-François Remacle authored
-
- Jul 08, 2005
-
-
Jean-François Remacle authored
-
- Jul 07, 2005
-
-
Christophe Geuzaine authored
move msg
-
Jean-François Remacle authored
-
- Jul 04, 2005
-
-
Jean-François Remacle authored
-
- Jul 03, 2005
-
-
Christophe Geuzaine authored
compile tetgen by default so we get feedback on machine-specific problems
-
Christophe Geuzaine authored
try different ordering when swapping fails
-
- Jun 30, 2005
-
-
Jean-François Remacle authored
-
- Jun 29, 2005
-
-
nicolas tardieu authored
All modifications are commentarized because this feature is not functionnal : the transfer from Gmsh to Tetgen is OK, but the transfer from Tetgen to Gmsh is not : all the mesh (points, lines, surfaces, volumes) must be recreated in Gmsh...
-
nicolas tardieu authored
New fonction to use Tetgen 's algorithm Attention : several problems - the method deinitialized of Tetgen is not seen by the compiler - it seems that the data structure tetgenio is destroyed after its creation, so that all meshing procedure is dine in the constructor
-
- Jun 28, 2005
-
-
Jean-François Remacle authored
-
- Jun 27, 2005
-
-
Jean-François Remacle authored
-
- Jun 25, 2005
-
-
Christophe Geuzaine authored
don't store lines in vol->Simp_Surf : it screws up the saving of Physical Lines! Use vol->Lin_Surf
-
- Jun 20, 2005
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jun 10, 2005
-
-
Christophe Geuzaine authored
remove the VerticesTemp hack, as it was not the main bottleneck
-
Christophe Geuzaine authored
Removed the last bits of the "Discrete Surface/Line" stuff. Gmsh can now simply read a .msh file, and use it as the boundary mesh of a 3D mesh. For an example on how to do this, cf. demos/sphere-discrete.geo. This complements nicely the STL remeshing stuff: Gmsh can now for example very easily be used to extrude surface meshes that come from other tools.
-
Christophe Geuzaine authored
fix old extrude of existing meshes
-
Christophe Geuzaine authored
make full-quad algo work for non-plane surfaces
-
- Jun 09, 2005
-
-
Christophe Geuzaine authored
-