- 28 Apr, 2021 8 commits
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
-
Christophe Geuzaine authored
(cherry picked from commit 00c24dd8)
-
Christophe Geuzaine authored
check if curve already exists on the boundary before adding it in setBoundEdges() - should fix #1315 (+ use .begin()/.end() instead of std::begin()/end() for consistency with the rest of the code) (cherry picked from commit 978f8f86)
-
Christophe Geuzaine authored
(currently model::add() would only make the new model the current one if no current model had been explicitly specified beforehand) This should fix #1316
-
-
(cherry picked from commit 728b9a12)
-
- 06 Apr, 2021 7 commits
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
(cherry picked from commit 2dee7b35)
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
manual merge of 1773c386 and a88e2453
-
Christophe Geuzaine authored
(cherry picked from commit 60b75951)
-
Christophe Geuzaine authored
use MEDfileVersionOpen in MED >= 4, so that Mesh.MedFileMinorVersion can be used to specify the minor file version (cherry picked from commit 0985da48)
-
- 27 Mar, 2021 2 commits
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
fix for #1289: make sure to delete removed entities in GModel during sync also with unbindWithoutChecks(): otherwise if some tags are reused (because entities have previsously been removed before the unbind, but without a sync between the two operations) we would find the (wrong) original entities in the GModel. (cherry picked from commit 72b91c25)
-
- 26 Mar, 2021 4 commits
-
-
Christophe Geuzaine authored
missing #include in gmsh.h_cwrap (cf. #1285) See merge request !412
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
(cherry picked from commit 3827c744)
-
- 21 Mar, 2021 19 commits
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
Merge branch 'data_races' into 'master' See merge request !408
-
Christophe Geuzaine authored
fix for #1263: just skip elements that are not supported by the UNV format,... See merge request !407
-
Christophe Geuzaine authored
explain onelab.run() See merge request !406
-
Christophe Geuzaine authored
nicer event loop See merge request !405
-
Christophe Geuzaine authored
Alternative implementation of OCC transforms, where we allow "unsafe"... See merge request !404
-
Christophe Geuzaine authored
typo: getMaxTag(3) -> getMaxTag(2) See merge request !403
-
Christophe Geuzaine authored
tooltip to explain that selected lines are copied to the clipboard See merge request !402
-
Christophe Geuzaine authored
Merge branch 'CustomOnelabAttributes' into 'master' See merge request !401
-
Christophe Geuzaine authored
restore high-order node placement on geodesic for non-plane surfaces, with... See merge request !400
-
Christophe Geuzaine authored
fix openmp data races See merge request !396 (cherry picked from commit 8459c9a9) 974d0a33 fix some (harmless) openmp data races e8e3ce32 fix warning
-
Christophe Geuzaine authored
fix for #1263: just skip elements that are not supported by the UNV format, without warning; this is what we do for other mesh file formats anyway (cherry picked from commit e7028b32)
-
Christophe Geuzaine authored
(cherry picked from commit 0b31b89c)
-
Christophe Geuzaine authored
(cherry picked from commit 384a3e2c)
-
Christophe Geuzaine authored
Alternative implementation of OCC transforms, where we allow "unsafe" unbindings to get rid of the linear complexity in terms of the number of entities in the model (see #1240). Please report any side-effects if you discover any! (cherry picked from commit 2c86397e)
-
Christophe Geuzaine authored
(cherry picked from commit a96c9782)
-