- Sep 24, 2014
-
-
Christophe Geuzaine authored
-
- Sep 17, 2014
-
-
Amaury Johnen authored
The parser wanted to create extruded volume begining systematically from 1. Thus, when there already existed volumes with number 1,2,3,etc, extruded volumes was created.
-
- Sep 10, 2014
-
-
Jonathan Lambrechts authored
petsc matrices
-
- Sep 04, 2014
-
-
Christophe Geuzaine authored
No commit message
-
- Aug 18, 2014
-
-
Amaury Johnen authored
Test of metric as a shape measure. It uses the slot Rho instead of adding a new slot, define METRICSHAPEMEASURE in GmshDefines.h to activate !
-
Christophe Geuzaine authored
-
- Aug 16, 2014
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Aug 05, 2014
-
-
Nicolas Kowalski authored
Removed lots of warning introduced with my last commit, cleaned up a bit duplicateBoundaries, and introduced support for 2D for DuplicateBoundaries. More cleanup is going to follow soon, especially in the modified part of commandline.
-
- Jul 31, 2014
-
-
Nicolas Kowalski authored
Addition of plugin DuplicateBoundary that allow one to modelize inter granular cracks with cohesive zones. Addition of the line command ComputeBestSeeds that allow one to optimize the placement of seeds in a microstructure to remove small edges from the Voronoï representation. Small additions to cross3D and direction3D to compute the smoothness fo fields.
-
Christophe Geuzaine authored
-
- Jul 30, 2014
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jul 29, 2014
-
-
Axel Modave authored
fix commandLine for partition with weights\ntri in the documentation, triangle in the code\nnow, both are allowed (only one should be allowed?)
-
- Jul 25, 2014
-
-
Christophe Geuzaine authored
- ParseString can now run in the current model directory (useful when parsing things with relative filenames) - New View.Time option to select the timestep according to the time value
-
- Jul 24, 2014
-
-
Christophe Geuzaine authored
No commit message
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- Jul 23, 2014
-
-
Christophe Geuzaine authored
-
- Jul 16, 2014
-
-
Christophe Geuzaine authored
-
- Jul 09, 2014
-
-
Christophe Geuzaine authored
No commit message
- Jul 03, 2014
-
-
Christophe Geuzaine authored
-
- Jul 01, 2014
-
-
Christophe Geuzaine authored
-
- Jun 08, 2014
-
-
Christophe Geuzaine authored
set Geometry.AutoCoherence=2 to active this
-
- Jun 01, 2014
-
-
Francois Henrotte authored
-
- May 27, 2014
-
-
Jean-François Remacle authored
prudently put between #if 0 #endif Those should allow to produce better quality quad meshes and more robust triangular meshes (random factor has disappeared) : Technically, the divide and conquer algo has been replaced by a bowyer-watson with robust predicates.
-
Christophe Geuzaine authored
-
- May 25, 2014
-
-
Francois Henrotte authored
Implementation of the client-based flag -changed- for python clients (native and interfaced). Plus some cleanup.
-
Christophe Geuzaine authored
Store one "changed" flag per client; this allows to correctly detect which client needs to be run when a parameter is changed. Warning: this changes the onelab protocol: now at version 1.1 -- you'll need to upgrade all your clients.
-
- May 16, 2014
-
-
Christophe Geuzaine authored
-
- May 13, 2014
-
-
Christophe Geuzaine authored
-
- May 12, 2014
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
No commit message
-
Christophe Geuzaine authored
-
- May 11, 2014
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
fine-tune setChanged (the real fix will be to store the _changed attribute for each client in the parameter's _clients map)
-
- May 09, 2014
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- if no client is given, set the changed flag for all the parameters; - if a client name is given and "changed" is false, affect only the parameters that are owned exclusively by the client; - if "changed" is true, affect all parameters that depend on this client
-
- May 08, 2014
-
-
Francois Henrotte authored
-