- May 05, 2010
-
-
Gaetan Bricteux authored
-
- Apr 02, 2010
-
-
Jean-François Remacle authored
No commit message
-
- Mar 31, 2010
-
-
Christophe Geuzaine authored
-
Gaetan Bricteux authored
fix multiple cut
-
Tuomas Karna authored
meshPartitionOptions::partitionByExtrusion assigns all extruded elements to the same partition as the source element
-
- Mar 27, 2010
-
-
Jean-François Remacle authored
-
- Mar 20, 2010
-
-
Christophe Geuzaine authored
* issue error for zero volume elements in FEA export * reset element number between 2D/3D in FEA export
-
- Mar 12, 2010
-
-
Gaetan Bricteux authored
-
- Mar 10, 2010
-
-
Gaetan Bricteux authored
-
- Mar 09, 2010
-
-
Gauthier Becker authored
-
- Mar 01, 2010
-
-
Christophe Geuzaine authored
-
- Feb 15, 2010
-
-
Jean-François Remacle authored
No commit message
-
- Feb 10, 2010
-
-
Christophe Geuzaine authored
-
- Jan 26, 2010
-
-
Jonathan Lambrechts authored
free to improve...)
-
- Jan 20, 2010
-
-
Jean-François Remacle authored
-
- Jan 16, 2010
-
-
Christophe Geuzaine authored
pretty please do not just "throw;" when you don't know what to do + constify MElement some more
-
- Jan 06, 2010
-
-
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.
-
- Dec 08, 2009
-
-
Samuel Melchior authored
-
- Nov 13, 2009
-
-
Christophe Geuzaine authored
- renamed functionSpace into polynomialBasis (functionSpace will be much higher level)
-
- Oct 03, 2009
-
-
Christophe Geuzaine authored
-
- Oct 02, 2009
-
-
Jean-François Remacle authored
-
- Sep 19, 2009
-
-
Christophe Geuzaine authored
renamed most gmsh* classes
-
- Sep 17, 2009
-
-
Jean-François Remacle authored
-
- Sep 14, 2009
-
-
Christophe Geuzaine authored
-
- Sep 10, 2009
-
-
Jean-François Remacle authored
-
- Sep 03, 2009
-
-
Christophe Geuzaine authored
-
- Aug 27, 2009
-
-
Christophe Geuzaine authored
make MElement and MVertex thread-safe by guarding _globalNum
-
- Aug 14, 2009
-
-
Christophe Geuzaine authored
- moved GUI to FlGui + added experimental QGui to test Qt - fixed most MSVC and gcc compiler warnings - converted some remaining tabs to whitespace (that's why the patch is so large; please try to remember to indent with 2 spaces and not tabs when you commit stuff to CVS) - merged modified patch from Konstantinos Poulios to allow saving physical/partition as element tags in mesh formats that don't support them natively
-
- Jul 16, 2009
-
-
Jean-François Remacle authored
-
- Jun 30, 2009
-
-
Christophe Geuzaine authored
call setVolumePositive() in all ::writeXXX() functions
-
- Jun 28, 2009
-
-
Christophe Geuzaine authored
too hard to maintain
-
- Jun 22, 2009
-
-
Jean-François Remacle authored
-
- May 15, 2009
-
-
Jean-François Remacle authored
added createtopologyFromMSH to create Topology from list of triangles
-
- Apr 15, 2009
-
-
Jean-François Remacle authored
-
- Mar 19, 2009
-
-
Christophe Geuzaine authored
-
- Feb 07, 2009
-
-
Christophe Geuzaine authored
-
- Jan 31, 2009
-
-
Christophe Geuzaine authored
-
- Jan 30, 2009
-
-
Christophe Geuzaine authored
-
- Jan 22, 2009
-
-
Christophe Geuzaine authored
* point not found should NOT be an error in the octree
-
- Jan 08, 2009
-
-
Christophe Geuzaine authored
HAVE_XXX defines. This fixes three longstanding problems: - the API was hard to use because some headers had HAVE_XXX ifdefs, so that cient codes had to know how the lib was compiled to compile themselves - we had to do make clean after each ./configure, which erased too much (e.g. most of contrib) - make depend could include unwanted stuff since it redefined FLAGS
-