- Jan 06, 2010
-
-
Jean-François Remacle authored
Added Navier Stokes & 2 test cases in DG Added binary restart capabilities in DG Added mesh renumbering option (-renumber)@
-
Matti Pellika authored
-
Jonathan Lambrechts authored
-
Christophe Geuzaine authored
single file IO) TWO BIG WARNINGS: 1) The MSH file version has been bumped from 2.1 to 2.2 because if a mesh has partitions, the meaning of the tags has changed. Tag 3 used to be the partition id; now tag 3 contains the number of partitions (self+ghosts, if necessary), and the next tag(s) contain(s) the partition(s) id(s). Ghost partitions have < 0 ids. The (new) default behaviour is to not save partition numbers by default if there are none. 2) There is an issue for split-file IO (one file per partition), due to our on-the-fly renumbering of the elements (we would need a global pass+store an inverse multimap to have the correct ghost element numbers in a split-file scheme). The problem comes from the multiple physicals -> multiple copies of the same MElement* in the MSH file + our refusal to store an index in MElement. We need to discuss this before we implement split-file IO in parallel... PS -- I also changed the way we write binary files. We now save blobs of single elements. This is fully compatible with old versions, but might slow down reading large files. I did not see any performance hit on my machine, but this should be tested more thoroughly. Third party codes can still write larger binary blobs if they want to, but Gmsh itself now writes small blobs, which makes the writeMSH routine much simpler.
-
Jonathan Lambrechts authored
-
- Jan 05, 2010
-
-
Laurent Van Migroet authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
_storeVerticesInEntities. Please SHOUT if you see something wrong when reading meshes: I'll revert the patch
-
Christophe Geuzaine authored
-
Bastien Gorissen authored
Removes a bug occuring when matched edges aren't parametrized in the same direction as the original geometrical edge.
-
Christophe Geuzaine authored
-
Éric Béchet authored
-
- Jan 04, 2010
-
-
Christophe Geuzaine authored
-
Éric Béchet authored
-
Éric Béchet authored
-
Boris Sedji authored
No commit message
-
Boris Sedji authored
No commit message
-
Jonathan Lambrechts authored
though)
-
Matti Pellika authored
default after homology computatation for better generator chain visualization.
-
Emilie Marchandise authored
No commit message
-
Samuel Melchior authored
-
Emilie Marchandise authored
No commit message
-
- Jan 03, 2010
-
-
Matti Pellika authored
-
- Jan 01, 2010
-
-
Matti Pellika authored
-
Matti Pellika authored
Changed homology generator chain mesh element orientations (determined by vertex order) so that post-processing data isn't needed to save the generators, instead all the elements have coefficient 1 now in the chain. Due to this also reverted changes made to GModel writeMSH method in my earlier commit (they became obsolete).
-
Matti Pellika authored
entities.
-
- Dec 29, 2009
-
-
Matti Pellika authored
Added option to save MSH without renumbering the mesh elements (required to save post-processing $ElementData right!).
-
Matti Pellika authored
-
- Dec 25, 2009
-
-
Emilie Marchandise authored
No commit message
-
- Dec 24, 2009
-
-
Christophe Geuzaine authored
-
- Dec 23, 2009
-
-
Jonathan Lambrechts authored
some mac owner confirm that it works ?
-
Jean-François Remacle authored
-
- Dec 22, 2009
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Jonathan Lambrechts authored
though. doc interface is present but no doc is generated
-
Emilie Marchandise authored
No commit message
-
Emilie Marchandise authored
Added possibility to save distance to all boundaries (gmsh box.geo -2 -distance writes an additional distance.pos file) distance is computed simply with ann for the moment
-
Jean-François Remacle authored
No commit message
-
Bruno Seny authored
-