Salome HOME
tools/medcoupling.git
11 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

11 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

11 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

11 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()

12 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

12 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

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

12 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

12 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

12 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

13 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

13 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)

13 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.

13 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.

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

14 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

14 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

14 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.

15 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

15 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

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

15 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

16 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

16 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

16 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

16 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

16 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

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

17 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

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

17 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

17 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

17 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

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

18 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

19 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

19 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

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

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

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

19 months 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

20 months 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

20 months 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

20 months 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.

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

23 months 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()

23 months agoDisabling usage of MEDCOUPLING_BUILD_PY_TESTS at application level.
abn [Thu, 2 Jun 2022 14:42:29 +0000 (16:42 +0200)]
Disabling usage of MEDCOUPLING_BUILD_PY_TESTS at application level.

+ updating CTestTestfileInstall.cmake files

23 months agoFix problems with `salome test`
vsr [Fri, 3 Jun 2022 09:52:08 +0000 (12:52 +0300)]
Fix problems with `salome test`

23 months agoMerge branch 'V9_9_BR'
vsr [Tue, 31 May 2022 08:05:48 +0000 (11:05 +0300)]
Merge branch 'V9_9_BR'

23 months ago[Bug fix]: buildInnerBoundaryAlongM1Group V9_9_BR V9_9_0 V9_9_0rc2
abn [Thu, 12 May 2022 19:16:40 +0000 (21:16 +0200)]
[Bug fix]: buildInnerBoundaryAlongM1Group

+ some tetrahedral configurations not handled properly
+ rewrote algorithm for findCellsToRenumber()

23 months agobos #29863 [CEA 29586] MEDCouplingBascisTest failing: SWIG 4 compatibility (temporary... vsr/29863 V9_9_0rc1
vsr [Thu, 12 May 2022 10:43:01 +0000 (13:43 +0300)]
bos #29863 [CEA 29586] MEDCouplingBascisTest failing: SWIG 4 compatibility (temporary solution)

2 years agoCopyright update 2022
vsr [Thu, 5 May 2022 12:12:30 +0000 (15:12 +0300)]
Copyright update 2022

2 years agoIncrement version: 9.9.0
vsr [Thu, 5 May 2022 07:36:56 +0000 (10:36 +0300)]
Increment version: 9.9.0

2 years agoIntroducing MEDCOUPLING_BUILD_PY_TESTS (default ON) to allow disabling abn/minors
abn [Fri, 29 Apr 2022 18:45:56 +0000 (20:45 +0200)]
Introducing MEDCOUPLING_BUILD_PY_TESTS (default ON) to allow disabling
Python tests.

2 years agoFixing CMake to allow inclusion as a sub-project.
abn [Thu, 28 Apr 2022 07:25:52 +0000 (09:25 +0200)]
Fixing CMake to allow inclusion as a sub-project.

2 years ago[EDF25207] : More robust implementation keeping the same amount size of object for... V9_9_0b1
Anthony Geay [Tue, 19 Apr 2022 09:30:28 +0000 (11:30 +0200)]
[EDF25207] : More robust implementation keeping the same amount size of object for MeshElement objects

2 years ago[EDF25207] : Fix bbox computation in the polhedron with more than 255 nodes context
Anthony Geay [Mon, 11 Apr 2022 12:13:25 +0000 (14:13 +0200)]
[EDF25207] : Fix bbox computation in the polhedron with more than 255 nodes context

[EDF25207] : Non regression test

2 years agoMerge branch 'duc/new_function' V9_9_0a2
Anthony Geay [Wed, 30 Mar 2022 13:15:57 +0000 (15:15 +0200)]
Merge branch 'duc/new_function'

2 years agoBug fix: infinite loop when ordering 1D cells of piecewise meshes made up of closed...
Anida Khizar [Mon, 28 Mar 2022 16:04:46 +0000 (18:04 +0200)]
Bug fix: infinite loop when ordering 1D cells of piecewise meshes made up of closed parts

2 years agonew sort function for the pairs list which can replace sortEachPairToMakeALinkedList duc/new_function
DUC ANH HOANG [Tue, 29 Mar 2022 10:18:36 +0000 (12:18 +0200)]
new sort function for the pairs list which can replace sortEachPairToMakeALinkedList

2 years ago[Bug fix] : creation of redundant nodes in BuildSlice3D abn_akr/int
Anida Khizar [Thu, 17 Feb 2022 21:23:54 +0000 (22:23 +0100)]
[Bug fix] : creation of redundant nodes in BuildSlice3D

2 years ago[Bug fix] Intersect2DMeshWith1DLine now handles properly closed loops
abn [Fri, 4 Mar 2022 16:25:36 +0000 (17:25 +0100)]
[Bug fix] Intersect2DMeshWith1DLine now handles properly closed loops

2 years agoStatic members of CellModel and Units fix. abn/static_fix V9_9_0a1
abn [Thu, 3 Feb 2022 12:28:42 +0000 (13:28 +0100)]
Static members of CellModel and Units fix.

+ static items moved into dedicated methods with local static variables
+ avoid strange crashes in complex code couplings on some compilers.

2 years agobos #26461 [EDF] (2021) MedCoupling: debug tetra/tetra 3d intersector algorithm
eap [Mon, 17 Jan 2022 11:39:32 +0000 (14:39 +0300)]
bos #26461 [EDF] (2021) MedCoupling: debug tetra/tetra 3d intersector algorithm

2 years agoFix error in deepCopy of MEDFileJoints for ASTERXX splitter
Anthony Geay [Wed, 29 Dec 2021 14:44:51 +0000 (15:44 +0100)]
Fix error in deepCopy of MEDFileJoints for ASTERXX splitter

2 years agoAddition of MEDFileJointOneStep.clearCorrespondences method to update joints for...
Anthony Geay [Wed, 29 Dec 2021 10:38:18 +0000 (11:38 +0100)]
Addition of MEDFileJointOneStep.clearCorrespondences method to update joints for ASTERXX splitter

2 years ago[EDF24514] : GlobalNodeIds array was missing whereas a Global node array is present...
Anthony Geay [Mon, 20 Dec 2021 07:40:48 +0000 (08:40 +0100)]
[EDF24514] : GlobalNodeIds array was missing whereas a Global node array is present in MED file

2 years agoMerge branch 'V9_8_BR'
vsr [Fri, 10 Dec 2021 09:38:08 +0000 (12:38 +0300)]
Merge branch 'V9_8_BR'

2 years agoIncrement version: 9.8.0 V9_8_BR V9_8_0 V9_8_0rc1
vsr [Fri, 26 Nov 2021 10:38:14 +0000 (13:38 +0300)]
Increment version: 9.8.0

2 years agobos #26452 [EDF] (2021) SMESH: orientation of faces
eap [Mon, 8 Nov 2021 16:28:43 +0000 (19:28 +0300)]
bos #26452 [EDF] (2021) SMESH: orientation of faces

2 years ago[bos #26432] [CEA 26431] import/export SAUV removal
jfa [Wed, 17 Nov 2021 13:27:38 +0000 (16:27 +0300)]
[bos #26432] [CEA 26431] import/export SAUV removal

2 years agoBug fix: buildInnerBoundaryAlongM1Group
abn [Tue, 5 Oct 2021 13:52:43 +0000 (15:52 +0200)]
Bug fix: buildInnerBoundaryAlongM1Group

+ separated findNodesToDuplicate() into two parts
+ some singular points were improperly identified
+ some situation where the cells around the M1 group form non-connex
patterns were not handled properly.

2 years agoBug fix: buildInnerBoundaryAlongM1Group
abn [Tue, 5 Oct 2021 13:52:43 +0000 (15:52 +0200)]
Bug fix: buildInnerBoundaryAlongM1Group

+ separated findNodesToDuplicate() into two parts
+ some singular points were improperly identified
+ some situation where the cells around the M1 group form non-connex
patterns were not handled properly.

2 years agobos #26616 [CEA][Windows] type long MEDCOUPLING failing test: attempt 2
vsr [Thu, 11 Nov 2021 06:55:54 +0000 (09:55 +0300)]
bos #26616 [CEA][Windows] type long MEDCOUPLING failing test: attempt 2

2 years agoRevert "bos #26616 [CEA][Windows] type long MEDCOUPLING failing test"
vsr [Wed, 10 Nov 2021 17:20:59 +0000 (20:20 +0300)]
Revert "bos #26616 [CEA][Windows] type long MEDCOUPLING failing test"

This reverts commit 6712a95b385dfb8db6ab119dd2cc0da77f063142.

2 years agobos #26616 [CEA][Windows] type long MEDCOUPLING failing test
vsr [Tue, 9 Nov 2021 10:57:27 +0000 (13:57 +0300)]
bos #26616 [CEA][Windows] type long MEDCOUPLING failing test

2 years agoMerge branch 'vsr/26458' V9_8_0a1 V9_8_0a2 V9_8_0b1
vsr [Mon, 4 Oct 2021 17:55:48 +0000 (20:55 +0300)]
Merge branch 'vsr/26458'

2 years agobos #26458 Versioning of sources via git commit id (sha1)
vsr [Mon, 4 Oct 2021 11:08:13 +0000 (14:08 +0300)]
bos #26458 Versioning of sources via git commit id (sha1)

2 years agoMinor doc: recall conformize3D limitation.
abn [Thu, 16 Sep 2021 18:21:02 +0000 (20:21 +0200)]
Minor doc: recall conformize3D limitation.

2 years agoAdding conversion to int64 for MEDcouplingField
Yoann Audouin [Wed, 1 Sep 2021 06:28:11 +0000 (08:28 +0200)]
Adding conversion to int64 for MEDcouplingField

2 years agoAdding support for int64 field in basic api
Yoann Audouin [Thu, 26 Aug 2021 14:48:22 +0000 (16:48 +0200)]
Adding support for int64 field in basic api

2 years ago[EDF23738] : bug correction to avoid regressions
Anthony Geay [Mon, 2 Aug 2021 09:59:37 +0000 (11:59 +0200)]
[EDF23738] : bug correction to avoid regressions

2 years agoMerge branch 'agy/edf23738_mix_struc_el_integ'
Anthony Geay [Mon, 2 Aug 2021 09:34:31 +0000 (11:34 +0200)]
Merge branch 'agy/edf23738_mix_struc_el_integ'

2 years ago[EDF23738] : implementation in structure elements (SE) context of case of multiple...
Anthony Geay [Tue, 22 Jun 2021 09:22:33 +0000 (11:22 +0200)]
[EDF23738] : implementation in structure elements (SE) context of case of multiple SE in a same field. Each SE lies on
different GEOM Type of a same mesh.

2 years ago[doc] Updating tutorial to only use "import medcoupling as mc"
abn [Fri, 2 Jul 2021 12:16:48 +0000 (14:16 +0200)]
[doc] Updating tutorial to only use "import medcoupling as mc"

2 years agoMinor fix in ICoCo header ...
abn [Fri, 25 Jun 2021 10:08:31 +0000 (12:08 +0200)]
Minor fix in ICoCo header ...

2 years ago[EDF23738] : multi geometric type in a single mesh having structure elements on each...
Anthony Geay [Mon, 21 Jun 2021 20:54:32 +0000 (22:54 +0200)]
[EDF23738] : multi geometric type in a single mesh having structure elements on each geometric type

2 years ago[EDF23724] : protection against intersection on a single array that can be ambigous...
Anthony Geay [Wed, 16 Jun 2021 15:11:55 +0000 (17:11 +0200)]
[EDF23724] : protection against intersection on a single array that can be ambigous and so return an unexpected result

2 years ago[EDF23724] : Get rid of DataArrayMedInt class not castable into DataArrayInt32 nor...
Anthony Geay [Wed, 16 Jun 2021 11:59:08 +0000 (13:59 +0200)]
[EDF23724] : Get rid of DataArrayMedInt class not castable into DataArrayInt32 nor DataArrayInt64

2 years agoPatch from Intel
Anthony Geay [Mon, 31 May 2021 12:39:36 +0000 (14:39 +0200)]
Patch from Intel

2 years agoMerge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/medcoupling
Anthony Geay [Mon, 31 May 2021 12:26:32 +0000 (14:26 +0200)]
Merge branch 'master' of https://codev-tuleap.cea.fr/plugins/git/salome/medcoupling

2 years agoFix of reference connectivity of faces of PENTA15 cell from Roberto Da Via
Anthony Geay [Mon, 31 May 2021 12:25:54 +0000 (14:25 +0200)]
Fix of reference connectivity of faces of PENTA15 cell from Roberto Da Via

2 years agoMerge branch 'V9_7_BR'
vsr [Mon, 24 May 2021 13:38:41 +0000 (16:38 +0300)]
Merge branch 'V9_7_BR'

2 years ago[ICoCo] renamed header and symbol for decl spec V9_7_BR V9_7_0 V9_7_0rc2
abn [Mon, 10 May 2021 11:54:01 +0000 (13:54 +0200)]
[ICoCo] renamed header and symbol for decl spec

+ shell script to test equality between GitHub and MC version

2 years ago[ICoCo] renamed header and symbol for decl spec
abn [Mon, 10 May 2021 11:54:01 +0000 (13:54 +0200)]
[ICoCo] renamed header and symbol for decl spec

+ shell script to test equality between GitHub and MC version

3 years ago[Intersect2D] Keep flexibility on orientation of mesh2 V9_7_0rc1
abn [Thu, 29 Apr 2021 08:21:30 +0000 (10:21 +0200)]
[Intersect2D] Keep flexibility on orientation of mesh2

+ for Voronoi and Gauss points notably

3 years ago[Intersect2D] Bug fix: residual cell construction
abn [Thu, 29 Apr 2021 07:26:21 +0000 (09:26 +0200)]
[Intersect2D] Bug fix: residual cell construction

+ was buggy when mesh2 fully included in mesh1 and points
of mesh2 on edges of mesh1

3 years ago[Intersect2D] Keep flexibility on orientation of mesh2 abn/intersec_fix3
abn [Thu, 29 Apr 2021 08:21:30 +0000 (10:21 +0200)]
[Intersect2D] Keep flexibility on orientation of mesh2

+ for Voronoi and Gauss points notably

3 years ago[Intersect2D] Bug fix: residual cell construction
abn [Thu, 29 Apr 2021 07:26:21 +0000 (09:26 +0200)]
[Intersect2D] Bug fix: residual cell construction

+ was buggy when mesh2 fully included in mesh1 and points
of mesh2 on edges of mesh1

3 years agoUseful python function to transfert data without copy from SMESH
Anthony Geay [Wed, 28 Apr 2021 20:36:44 +0000 (22:36 +0200)]
Useful python function to transfert data without copy from SMESH