- 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
-
Christophe Geuzaine authored
fixed full-quadrangle recombine algo: - run globally, not for each surface - assign entities to elements - split line meshes - correctly re-tag vertices as 1st order - plug memory leaks
-
- Jun 08, 2005
-
-
Christophe Geuzaine authored
replaced ExportLCField with ExportMeshStatistics (lc + gamma, eta, rho + elem num)
-
- Jun 06, 2005
-
-
Christophe Geuzaine authored
-
- Jun 03, 2005
-
-
Christophe Geuzaine authored
removed unused stuff + handle SURF_DISCRETE in MeshDiscreteSurface
-
- May 27, 2005
-
-
Christophe Geuzaine authored
add num of physical groups in stat window
-
Christophe Geuzaine authored
Fixed performance problem(s) for very large meshes with a huge number of physical entities: 1) use a temp tree for physical entities in read_mesh 2) we should not set partition=physical for the old mesh format 3) only do getFirstPhysical in draw_mesh if we need to (and warn if we do and if there are many many physicals)
-
- May 21, 2005
-
-
Christophe Geuzaine authored
polih previous commit
-