]> SALOME platform Git repositories - tools/medcoupling.git/log
Salome HOME
tools/medcoupling.git
4 weeks ago[EDF29571] : Fix problem of performance of MEDCoupling1GTUMesh::getCellsContainingPoints
Anthony Geay [Fri, 16 Aug 2024 15:47:35 +0000 (17:47 +0200)]
[EDF29571] : Fix problem of performance of MEDCoupling1GTUMesh::getCellsContainingPoints

2 months agofix: replace unordered_set/map with set/map ast/build_inner_boundaries V9_13_0b1 15/head
SONOLET Aymeric [Tue, 25 Jun 2024 12:31:21 +0000 (14:31 +0200)]
fix: replace unordered_set/map with set/map

This is not the best solution but this method does not seem critical in
performance and it should be much simpler to test crackAlong.

2 months agofix: windows compilation
SONOLET Aymeric [Tue, 25 Jun 2024 07:54:34 +0000 (09:54 +0200)]
fix: windows compilation

2 months agofeat: new crackAlong method 14/head
SONOLET Aymeric [Mon, 27 May 2024 06:20:33 +0000 (08:20 +0200)]
feat: new crackAlong method

This new method is a more powerfull version of the
buildInnerBoundariesAlongM1Group method because it naturally handle non
connex and complex M1 groups

wip: fix cycling over nodal connectivity

fix shared_ptr<set<int>> allocation

wip: no more memleak !

TODO: for now this method only treat the mesh at level 0. The mesh at
level -1 and the groups lying on it should be taken care of.

wip: Duplicate faces inplace and replace old node number with new ones

wip: removing useless shared_ptr, adding doc

wip: moving duplicateFaces to CrackAlgo.cxx

wip: refactor CrackAlgo and treat elements families

missing node families

feat: functional new duplicateFaces method

fix: changing API and preparing methods for test

feat: separate tests on crackAlong method

wip: using M1 and not Mf

fix: case when cell has no neighbor

feat: test mesh at level -1

This test checks that the crack mesh has twice as many cells than the
starting crack mesh, and that they are both equivalent after merging the
nodes.

wip: fixing connectivity of faces which are not duplicated

fix: manage connectivity of m1 elements touching crack

wip: add python tests

Still figuring out why using M1 non connex group erease the families at lev -2

fix: crackAlong exceptions with boolean param

A boolean is added to change the method behavior in the case when a face
is duplicated but not modified (there is no real separation between
volumes)

feat: new tests and OpenCrack binding

fix: Copy family at lev0 and set them back

Because suprisingly they tend to disapear.

refactor: OpenCrack -> openCrack

fix: remove french comments, better use of stl

refactor: better documentation, less auto, more const

3 months agoAdd test for .mesh file format spns_40523_family_cells_test V9_13_0a1 V9_13_0a2
Christophe Bourcier [Tue, 4 Jun 2024 13:41:46 +0000 (15:41 +0200)]
Add test for .mesh file format

3 months agoFix spns #40523 export .mesh is too slow. Extract only unique family ids before using...
karadaniz [Mon, 25 Mar 2024 15:16:09 +0000 (16:16 +0100)]
Fix spns #40523 export .mesh is too slow. Extract only unique family ids before using them in to iterate over cells.
And ignore operation on fields if no field exists to avoid crash when writing .mesh file

3 months agofix: remove ref to adm_local in CMakeLists.txt gb262689/delete-adm-local 12/head
Gbkng [Thu, 23 May 2024 13:51:58 +0000 (15:51 +0200)]
fix: remove ref to adm_local in CMakeLists.txt

3 months agorefactor!: remove adm_local/ directory
Gbkng [Thu, 23 May 2024 13:51:36 +0000 (15:51 +0200)]
refactor!: remove adm_local/ directory

4 months agoFix: getCellsContainingPoints() in case of polyhedron with a face containing colinear... cbr/fix_isElementContainsPointAlg3D_planar_polyhedron_face 8/head
Christophe Bourcier [Fri, 26 Apr 2024 06:21:13 +0000 (08:21 +0200)]
Fix: getCellsContainingPoints() in case of polyhedron with a face containing colinear points

+ Also fixes Remapper with PointLocator
+ See CEA spns #40783

4 months agoMinor: accessors in OverlapDEC
abn [Fri, 3 May 2024 12:40:54 +0000 (14:40 +0200)]
Minor: accessors in OverlapDEC

4 months ago[spns#34841] Intersect2DMeshWith1DLine : throw exception if any node within mesh1D...
karadaniz [Thu, 15 Feb 2024 14:53:27 +0000 (15:53 +0100)]
[spns#34841] Intersect2DMeshWith1DLine : throw exception if any node within mesh1D is connected to more than two edges

4 months agofeat!: rename target "dev_docs" into "doxygen_documentation" and remove it from the... fix-txx-doxygen-documentation 7/head
Gbkng [Thu, 11 Apr 2024 13:11:25 +0000 (15:11 +0200)]
feat!: rename target "dev_docs" into "doxygen_documentation" and remove it from the ALL target

4 months agofeat: invert IF statement, for readability
Gbkng [Thu, 11 Apr 2024 13:10:14 +0000 (15:10 +0200)]
feat: invert IF statement, for readability

refactor: rename some minor internal variables with a clearer name

4 months agostyle: format comments
Gbkng [Thu, 11 Apr 2024 13:09:43 +0000 (15:09 +0200)]
style: format comments

4 months agostyle: move block of code closer to usage
Gbkng [Thu, 11 Apr 2024 13:09:20 +0000 (15:09 +0200)]
style: move block of code closer to usage

4 months agofeat: supress coupling to SALOME/CONFIGURATION cmake functions for cmake file of...
Gbkng [Thu, 11 Apr 2024 12:12:56 +0000 (14:12 +0200)]
feat: supress coupling to SALOME/CONFIGURATION cmake functions for cmake file of documentation

4 months agorefactor!: simplify name of Doxyfile of developer doc
Gbkng [Thu, 11 Apr 2024 11:58:36 +0000 (13:58 +0200)]
refactor!: simplify name of Doxyfile of developer doc

4 months agofix: remove special chars in text, typo and trailing whitespaces
Gbkng [Mon, 8 Apr 2024 14:15:39 +0000 (16:15 +0200)]
fix: remove special chars in text, typo and trailing whitespaces

4 months agofix!: reactivate parsing of `.txx` C++ source files
Gbkng [Wed, 10 Apr 2024 13:55:22 +0000 (15:55 +0200)]
fix!: reactivate parsing of `.txx` C++ source files

The `txx` extension is not among automatically handled extensions of
Doxygen. The `EXTENSION_MAPPING` allows to add a rule for this
extension.

5 months ago[ODEC] Bug fix for empty matrix parts - thanks Antoine G.!
abn [Fri, 12 Apr 2024 09:17:00 +0000 (11:17 +0200)]
[ODEC] Bug fix for empty matrix parts - thanks Antoine G.!

5 months agoMinor bug fix seen by '-fsanitize'
abn [Thu, 11 Apr 2024 14:14:34 +0000 (16:14 +0200)]
Minor bug fix seen by '-fsanitize'

6 months ago[bos #38048] [EDF] (2023-T3) PARAMEDMEM Ergonomy.
cconopoima [Tue, 9 Jan 2024 15:45:14 +0000 (15:45 +0000)]
[bos #38048] [EDF] (2023-T3) PARAMEDMEM Ergonomy.

6 months ago[TetraIntersect] Corner case for angle comparison ...
abn [Fri, 1 Mar 2024 09:22:39 +0000 (10:22 +0100)]
[TetraIntersect] Corner case for angle comparison ...

6 months ago[TetraIntersect] Avoid multiple divisions in calculatePolygonBarycenter
BRUNO LATHUILIERE [Wed, 21 Feb 2024 11:58:25 +0000 (12:58 +0100)]
[TetraIntersect] Avoid multiple divisions in calculatePolygonBarycenter

+ more accurate (if no overflow) and faster
+ cosmetics floating point fixes

7 months ago[TetraIntersect] Obvious optimisation -> 10% gain by replacing atan2() abn/grandy_for_ever
abn [Wed, 7 Feb 2024 14:13:53 +0000 (15:13 +0100)]
[TetraIntersect] Obvious optimisation -> 10% gain by replacing atan2()

+ use quicker pseudo angle computation suitable for sorting

7 months ago[TetraIntersect] This test can be re-activated.
abn [Wed, 7 Feb 2024 10:26:08 +0000 (11:26 +0100)]
[TetraIntersect] This test can be re-activated.

7 months ago[TetraIntersect] Settting TransformedTriangle::THRESHOLD to 100
abn [Wed, 7 Feb 2024 10:09:10 +0000 (11:09 +0100)]
[TetraIntersect] Settting TransformedTriangle::THRESHOLD to 100

+ see previous commit : we can not keep 20 because of P1P1 intersector which uses
barycentric computation. A small threshold produces sometimes more
intersection points, which disturbs the (improper) barycentric
computation.

7 months ago[TetraIntersec] Several bug fixes in Grandy's implementation
abn [Thu, 25 Jan 2024 19:37:39 +0000 (20:37 +0100)]
[TetraIntersec] Several bug fixes in Grandy's implementation

+ triple product inconsistency was not properly detected (now using original deltas from douple prod computation)
+ f/F factor set to 20 (not 500) as in Grandy's article -> (will be set to 100, see next commit)
+ epsilonEqual used when necessary: when it provides more points in polygon A or B (risk is completely missing a point in polygon!)
+ better handling of degenerated case where PQR triangle is in h=0
  plane, or when P,Q or R close to a tet corner
+ fixed surface-edge intersection test: triple product equality (and zeroing) must be checked with care
+ using 'long double' is not necessary -> double are enough

7 months ago[TetraIntersect] Formatting and including what's inline really inline!
abn [Mon, 5 Feb 2024 16:07:36 +0000 (17:07 +0100)]
[TetraIntersect] Formatting and including what's inline really inline!

(nothing new in this commit)

+ better log (corner, edge, ... names)
+ and various other minor formattings ...

7 months agobos #40795 [CEA] COTECH 156.2 - Check if native HDF5 can be used for DB10 version bos/40795 3/head
Nabil Ghodbane [Thu, 1 Feb 2024 10:30:24 +0000 (11:30 +0100)]
bos #40795 [CEA] COTECH 156.2 - Check if native HDF5 can be used for DB10 version

7 months agoSmall doc into test used to make connection between client and server for IA
Anthony Geay [Wed, 31 Jan 2024 12:32:39 +0000 (13:32 +0100)]
Small doc into test used to make connection between client and server for IA

7 months ago[OverlapDEC] valgrind on uninitialized array of bool
abn [Thu, 21 Dec 2023 09:11:24 +0000 (10:11 +0100)]
[OverlapDEC] valgrind on uninitialized array of bool

7 months ago[OverlapDEC] Fixing ODEC work algo sharing 1
abn [Wed, 13 Dec 2023 21:08:10 +0000 (22:08 +0100)]
[OverlapDEC] Fixing ODEC work algo sharing 1

7 months ago[OverlapDEC] Bug fix for transfer of multi-compo field
abn [Thu, 7 Dec 2023 20:03:47 +0000 (21:03 +0100)]
[OverlapDEC] Bug fix for transfer of multi-compo field

+ adding tests illustrating transfer of several fields
+ doc and minor fix in workSharing algo (was improperly identifying less loaded proc -> should not impact result, just balancing)
+ C++ style loops
+ more debug info

7 months agoUpdated copyright comment
mbs [Sat, 20 Jan 2024 13:58:55 +0000 (13:58 +0000)]
Updated copyright comment

8 months agoMerge branch 'V9_12_BR'
jfa [Sat, 13 Jan 2024 00:09:25 +0000 (00:09 +0000)]
Merge branch 'V9_12_BR'

9 months agoadd test for Nan - computeTriangleHeight
NATHALIE GORE [Mon, 18 Dec 2023 08:47:54 +0000 (09:47 +0100)]
add test for Nan - computeTriangleHeight

9 months agoFix computation height of isocel triangle with base equal zero : NaN
NATHALIE GORE [Fri, 15 Dec 2023 07:20:15 +0000 (08:20 +0100)]
Fix computation height of isocel triangle with base equal zero : NaN

9 months agoIncrement version: 9.12.0 V9_12_BR V9_12_0 V9_12_0rc1
jfa [Mon, 20 Nov 2023 18:26:53 +0000 (18:26 +0000)]
Increment version: 9.12.0

10 months agoExpose MPI configuration in CMake export file. abn/cmake_mpi V9_12_0b1
abn [Thu, 9 Nov 2023 20:12:20 +0000 (21:12 +0100)]
Expose MPI configuration in CMake export file.

10 months ago[ParaMEDFileMesh] geometric type is passed as an argument for fields partial loading akr/paramedfile
Anida Khizar [Tue, 3 Oct 2023 08:53:53 +0000 (10:53 +0200)]
[ParaMEDFileMesh] geometric type is passed as an argument for fields partial loading

10 months agoNew method: getHiddenCppPointerAsLongLong() abn/cpp_ptr
abn [Mon, 23 Oct 2023 14:38:34 +0000 (16:38 +0200)]
New method: getHiddenCppPointerAsLongLong()

+ useful for mixed wrapping tools, for example mixing MEDCoupling's SWIG
  and PyBind11/Nanobind

13 months ago[EDF28448] : MEDFileUMesh.declarePartsUpdated and MEDFileField1TS context manager... V9_12_0a1 V9_12_0a2
Anthony Geay [Thu, 17 Aug 2023 13:55:09 +0000 (15:55 +0200)]
[EDF28448] : MEDFileUMesh.declarePartsUpdated and  MEDFileField1TS context manager dealing with file and not file situation indifferently

13 months ago[EDF27375] : Add InterpKernelDEC.synchronizeWithDefaultValue and retrieveNonFetchedId...
Anthony Geay [Wed, 16 Aug 2023 08:16:04 +0000 (10:16 +0200)]
[EDF27375] : Add InterpKernelDEC.synchronizeWithDefaultValue and retrieveNonFetchedIds methods

13 months ago[EDF27860] : MEDCouplingUMesh.getCellsContainingPoints eps parameter specifies a...
Anthony Geay [Mon, 14 Aug 2023 08:43:38 +0000 (10:43 +0200)]
[EDF27860] : MEDCouplingUMesh.getCellsContainingPoints eps parameter specifies a balls radius relative to the conidered cell

13 months ago[EDF27988] : Implementation of MEDCouplingUMesh.explodeMeshTo for MEDFileUMesh.reduce...
Anthony Geay [Fri, 11 Aug 2023 07:55:19 +0000 (09:55 +0200)]
[EDF27988] : Implementation of MEDCouplingUMesh.explodeMeshTo for MEDFileUMesh.reduceToCells

13 months ago[EDF27859] : Correct bug in case of HEXA/HEXA in P1P0 mode with PLANAR_FACE5 / PLANAR...
Anthony Geay [Mon, 7 Aug 2023 14:29:10 +0000 (16:29 +0200)]
[EDF27859] : Correct bug in case of HEXA/HEXA in P1P0 mode with PLANAR_FACE5 / PLANAR_FACE6 / GENERAL_24

13 months ago[EDF27859] : In salome test mechanism : explicit python executable.
Anthony Geay [Mon, 7 Aug 2023 14:22:09 +0000 (16:22 +0200)]
[EDF27859] : In salome test mechanism : explicit python executable.

13 months ago[EDF28170] : management of structure elements pipes using SEG4 elements. Management...
Anthony Geay [Fri, 4 Aug 2023 07:39:13 +0000 (09:39 +0200)]
[EDF28170] : management of structure elements pipes using SEG4 elements. Management of Gauss Points on SEG4 cell types

14 months agoMerge branch 'V9_11_BR'
jfa [Wed, 19 Jul 2023 15:11:46 +0000 (16:11 +0100)]
Merge branch 'V9_11_BR'

14 months agoupdated copyright message V9_11_BR V9_11_0
mbs [Mon, 19 Jun 2023 16:54:13 +0000 (17:54 +0100)]
updated copyright message

15 months agoupdated copyright message
mbs [Fri, 16 Jun 2023 18:59:09 +0000 (19:59 +0100)]
updated copyright message

15 months agoBug fix: isColinear3D() was using wrongly dimensionned epsilon abn/conf3d_fix
abn [Mon, 12 Jun 2023 19:49:45 +0000 (21:49 +0200)]
Bug fix: isColinear3D() was using wrongly dimensionned epsilon

15 months ago[KW103] : Fix invalid usage of CMAKE_DEPENDENT_OPTION
Anthony Geay [Mon, 5 Jun 2023 05:55:32 +0000 (07:55 +0200)]
[KW103] : Fix invalid usage of CMAKE_DEPENDENT_OPTION

15 months agoIncrement version: 9.11.0 V9_11_0rc1
jfa [Thu, 25 May 2023 13:55:03 +0000 (14:55 +0100)]
Increment version: 9.11.0

16 months agoMinor: wider exception check in *DEC test V9_11_0b1
abn [Tue, 16 May 2023 07:42:18 +0000 (09:42 +0200)]
Minor: wider exception check in *DEC test

16 months ago[DEC] Enhance ctors on Python side to accept mpi4py communicators
abn [Fri, 12 May 2023 13:10:52 +0000 (15:10 +0200)]
[DEC] Enhance ctors on Python side to accept mpi4py communicators

+ factory pattern with 'New' static method
+ can use 'MPI._addressof(<my_communicator>)' in direct constructors

16 months agoNew feature: colinearizeEdges(): merge colinear edges of polyhedrons
abn [Mon, 15 May 2023 11:47:12 +0000 (13:47 +0200)]
New feature: colinearizeEdges(): merge colinear edges of polyhedrons

+ typically to be used after simplifyPolyhedra()

16 months agoDoc: indicating how to pass MPI_Comm from mpi4py V9_11_0a1 V9_11_0a2
abn [Tue, 25 Apr 2023 19:23:08 +0000 (21:23 +0200)]
Doc: indicating how to pass MPI_Comm from mpi4py

17 months agofix compilation issues. Tested on all supported Linux distributions: abn/mac_port
Nabil Ghodbane [Mon, 17 Apr 2023 12:17:36 +0000 (14:17 +0200)]
fix compilation issues. Tested on all supported Linux distributions:
 - CentOS 7, 8
 - Debian 9,10, 11
 - Fedora 32, 34, 36, 37

 -  Ubuntu 20.04, 22.04

17 months agoPortability: Mac
abn [Mon, 17 Apr 2023 09:04:31 +0000 (11:04 +0200)]
Portability: Mac

17 months agoMinor: exception propagation when scipy not available was buggy
abn [Fri, 14 Apr 2023 12:00:17 +0000 (14:00 +0200)]
Minor: exception propagation when scipy not available was buggy

17 months ago[Bug fix] faces duplication during partitioning akr/partial_load
Anida Khizar [Fri, 17 Mar 2023 13:46:53 +0000 (14:46 +0100)]
[Bug fix] faces duplication during partitioning

17 months ago[Partial load] Implementation of a partial parallel load (of mesh and field) from...
Anida Khizar [Wed, 11 Jan 2023 14:48:19 +0000 (15:48 +0100)]
[Partial load] Implementation of a partial parallel load (of mesh and field) from a user-defined partition

17 months agoFix MEDCoupling tests currently failing on Windows OS:
Nabil Ghodbane [Tue, 21 Mar 2023 12:14:09 +0000 (13:14 +0100)]
Fix MEDCoupling tests currently failing on Windows OS:

   1/ fix import in python scripts
   2/ fix PYTHONPATH search path in CTestTestfileInstall.cmake consistently for Windows
   3/ Implement Linux which equivalent command on Windows

Taking into account code review as discussed in this pull request: https://codev-tuleap.cea.fr/plugins/git/?action=pull-requests&repo_id=146&group_id=116#/pull-requests/2456/overview

18 months ago[EDF27364] : Partial connectivity only extraction of cells of a mesh (MEDFileUMesh...
Anthony Geay [Wed, 15 Mar 2023 09:52:41 +0000 (10:52 +0100)]
[EDF27364] : Partial connectivity only extraction of cells of a mesh (MEDFileUMesh.LoadConnectivityOnlyPartOf)

18 months agoBug fix: findCellIdsOnBoundary() wrongly throwing if void mesh.
abn [Mon, 13 Mar 2023 12:12:25 +0000 (13:12 +0100)]
Bug fix: findCellIdsOnBoundary() wrongly throwing if void mesh.

18 months agoMinor: buildInnerBoundary(): degenerated case was not handled properly. abn/write40
abn [Fri, 3 Mar 2023 11:57:50 +0000 (12:57 +0100)]
Minor: buildInnerBoundary(): degenerated case was not handled properly.

When a cell of the cracking group is on the skin of the initial mesh
it should be discarded.

18 months agoMEDFile -> write40 functionality
abn [Fri, 10 Mar 2023 17:20:20 +0000 (18:20 +0100)]
MEDFile -> write40 functionality

18 months ago[EDF27213] : Fix VTK version detection
Anthony Geay [Thu, 2 Mar 2023 12:18:07 +0000 (13:18 +0100)]
[EDF27213] : Fix VTK version detection

19 months agoNew references checked for PYRA5 due to modification of shape function in fd8dbd34764...
Anthony Geay [Wed, 15 Feb 2023 09:02:31 +0000 (10:02 +0100)]
New references checked for PYRA5 due to modification of shape function in fd8dbd34764 commit

19 months agoImplement all derivatives for a shape functions based on ASTER implementation. Thank...
Anthony Geay [Wed, 8 Feb 2023 12:54:05 +0000 (13:54 +0100)]
Implement all derivatives for a shape functions based on ASTER implementation. Thank you to Emmanuelle.

19 months ago[EDF26877] : management of computation of measure field on field on Gauss Point in...
Anthony Geay [Tue, 31 Jan 2023 08:27:55 +0000 (09:27 +0100)]
[EDF26877] : management of computation of measure field on field on Gauss Point in the special case where SpaceDim is not equal to MeshDim

19 months ago[EDF26877] : Improvement of precision of integral computation of fields on Gauss...
Anthony Geay [Mon, 23 Jan 2023 16:29:31 +0000 (17:29 +0100)]
[EDF26877] : Improvement of precision of integral computation of fields on Gauss Points. Only configuration with spaceDim == meshDim suported for the moment

19 months agoMinor: portability on MacOS
abn [Fri, 27 Jan 2023 15:34:50 +0000 (16:34 +0100)]
Minor: portability on MacOS

20 months agoFix MEDCOUPLING compilation issue on Windows bos/33389 1/head
Antoine KARCHER [Mon, 16 Jan 2023 09:43:30 +0000 (10:43 +0100)]
Fix MEDCOUPLING compilation issue on Windows

20 months agoMake it compile on RH8 native compiler of cluster
Anthony Geay [Wed, 4 Jan 2023 16:24:53 +0000 (17:24 +0100)]
Make it compile on RH8 native compiler of cluster

20 months ago[EDF26665] : MEDFileFieldMultiTS.setInfo added in Python wrapping of MEDLoader
Anthony Geay [Wed, 28 Dec 2022 07:37:01 +0000 (08:37 +0100)]
[EDF26665] : MEDFileFieldMultiTS.setInfo added in Python wrapping of MEDLoader

20 months agoImplementation of new DataArrayInt.locateComponentId method
Anthony Geay [Wed, 21 Dec 2022 16:23:47 +0000 (17:23 +0100)]
Implementation of new DataArrayInt.locateComponentId method

20 months agoImplementation of MEDCoupling1SGTUMesh.computeTriangleHeight and DataArrayDouble...
Anthony Geay [Tue, 20 Dec 2022 15:13:16 +0000 (16:13 +0100)]
Implementation of MEDCoupling1SGTUMesh.computeTriangleHeight and DataArrayDouble.minPerTuple

21 months agoBug fix: MEDFileUMesh::Aggregate wrongly handling duplicated families
abn [Thu, 15 Dec 2022 20:44:03 +0000 (21:44 +0100)]
Bug fix: MEDFileUMesh::Aggregate wrongly handling duplicated families

21 months agoMerge branch 'V9_10_BR'
jfa [Fri, 16 Dec 2022 08:10:01 +0000 (11:10 +0300)]
Merge branch 'V9_10_BR'

21 months ago[EDF26362] : Check at write time of MEDFileUMesh instance consitency between DataArra...
Anthony Geay [Mon, 28 Nov 2022 16:34:34 +0000 (17:34 +0100)]
[EDF26362] : Check at write time of MEDFileUMesh instance consitency between DataArrayDouble instances indirectly aggregated accross data structure

21 months agoWarning hunting
Anthony Geay [Mon, 28 Nov 2022 14:43:48 +0000 (15:43 +0100)]
Warning hunting

21 months ago[EDF26451] : implementation of MEDFileMesh.addGroupsAtLevel
Anthony Geay [Mon, 28 Nov 2022 14:43:23 +0000 (15:43 +0100)]
[EDF26451] : implementation of MEDFileMesh.addGroupsAtLevel

21 months ago[EDF26299] : Quick fix for symmetrization of the behavior between families at nodes...
Anthony Geay [Mon, 28 Nov 2022 08:06:16 +0000 (09:06 +0100)]
[EDF26299] : Quick fix for symmetrization of the behavior between families at nodes and cells

21 months agoIncrement version: 9.10.0 V9_10_BR V9_10_0 V9_10_0rc1
jfa [Tue, 22 Nov 2022 11:19:01 +0000 (14:19 +0300)]
Increment version: 9.10.0

22 months agoCygwin portability abn/cygwin V9_10_0b1
abn [Fri, 21 Oct 2022 08:15:28 +0000 (10:15 +0200)]
Cygwin portability

23 months ago[tuleap30906] : fix compilation error in UB22 V9_10_0a1 V9_10_0a2
Anthony Geay [Mon, 10 Oct 2022 10:49:01 +0000 (12:49 +0200)]
[tuleap30906] : fix compilation error in UB22

23 months agoMake it work with debian9 native g++ version 6.3.0
Anthony Geay [Fri, 7 Oct 2022 13:49:07 +0000 (15:49 +0200)]
Make it work with debian9 native g++ version 6.3.0

23 months ago[EDF26238] : fix performance on MEDFileMesh::getGroupsOnSpecifiedLev method
Anthony Geay [Fri, 7 Oct 2022 12:17:11 +0000 (14:17 +0200)]
[EDF26238] : fix performance on MEDFileMesh::getGroupsOnSpecifiedLev method

23 months agoRemoving compiler warning (unused argument)
Yoann Audouin [Mon, 26 Sep 2022 06:42:12 +0000 (08:42 +0200)]
Removing compiler warning (unused argument)

2 years agoAdd MEDFileMesh.ConvertToMEDFileGeoType method
Anthony Geay [Wed, 14 Sep 2022 16:07:30 +0000 (18:07 +0200)]
Add MEDFileMesh.ConvertToMEDFileGeoType method

2 years ago[tuleap30958] : windows porting
Anthony Geay [Mon, 12 Sep 2022 07:51:31 +0000 (09:51 +0200)]
[tuleap30958] : windows porting

2 years agoManagement of derivatives of shape functions of NORM_HEXA8,NORM_PENTA6,NORM_PYRA5...
Anthony Geay [Thu, 8 Sep 2022 06:24:40 +0000 (08:24 +0200)]
Management of derivatives of shape functions of NORM_HEXA8,NORM_PENTA6,NORM_PYRA5,NORM_PENTA15,NORM_HEXA20,NORM_HEXA27

2 years agoKeep track of datetime of configuration
Anthony Geay [Fri, 2 Sep 2022 09:49:27 +0000 (11:49 +0200)]
Keep track of datetime of configuration

2 years agoFix problem for not locatable points in the context of NodeFE spatial discr
Anthony Geay [Wed, 24 Aug 2022 13:37:09 +0000 (15:37 +0200)]
Fix problem for not locatable points in the context of NodeFE spatial discr

2 years agoSmall refactoring of interpolation and implementation of localization of points regar... V9_9_1b1
Anthony Geay [Thu, 18 Aug 2022 09:08:14 +0000 (11:08 +0200)]
Small refactoring of interpolation and implementation of localization of points regarding associated reference FE element.

2 years agoBug fix MEDCouplingRemapper::reverseTransfer()
abn [Wed, 8 Jun 2022 12:03:05 +0000 (14:03 +0200)]
Bug fix MEDCouplingRemapper::reverseTransfer()

2 years agoAdding an extra test case for buildInnerBoundaryAlongM1Group()
abn [Fri, 20 May 2022 18:49:13 +0000 (20:49 +0200)]
Adding an extra test case for buildInnerBoundaryAlongM1Group()