- Jan 11, 2011
-
-
Gaetan Bricteux authored
-
- Dec 16, 2010
-
-
Innocent Niyonzima authored
-
- Dec 06, 2010
-
-
Jean-François Remacle authored
-
- Nov 11, 2010
-
-
Emilie Marchandise authored
Lift And Drag better, but dgFunctionEvaluator returns some out of range values (bbox ?, precision ?)
-
- Nov 03, 2010
-
-
Jean-François Remacle authored
better quad meshing
-
- Oct 27, 2010
-
-
Gaetan Bricteux authored
-
- Oct 26, 2010
-
-
Jonathan Lambrechts authored
MElement : correct bug in 1d jacobian (please check this commit is correct, I'm surprise such a bug survived so long unnoticed)
-
- Sep 24, 2010
-
-
Jonathan Lambrechts authored
integration points (order 8 meshes 10 times faster) + correct a bug in dg for non iso-parametric in implicit
-
Jonathan Lambrechts authored
-
- Sep 06, 2010
-
-
Emilie Marchandise authored
-
- Aug 24, 2010
-
-
Christophe Geuzaine authored
-
- Aug 12, 2010
-
-
Gaetan Bricteux authored
-
- Aug 04, 2010
-
-
Christophe Geuzaine authored
-
- Jun 18, 2010
-
-
Jonathan Lambrechts authored
-
- Jun 13, 2010
-
-
Jean-François Remacle authored
No commit message
-
- Jun 11, 2010
-
-
Gauthier Becker authored
(fracture in bending OK) 3) lua version of code 4) a test case with 3rd order quadrilateral element. Some modifications are made in linearSystem (add a function to compute norm of RightHandSide) and in dofManager (add a function to have the fixed dof outside dofManager)
-
- Jun 04, 2010
-
-
Tuomas Karna authored
physical tags, partitioning, second order prisms
-
- Jun 03, 2010
-
-
Christophe Geuzaine authored
-
- Jun 02, 2010
-
-
Gaetan Bricteux authored
-
- May 21, 2010
-
-
Christophe Geuzaine authored
-
- May 19, 2010
-
-
Gaetan Bricteux authored
-
- May 17, 2010
-
-
Gaetan Bricteux authored
-
- 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
-