Salome HOME
tools/medcoupling.git
10 years agoAddition of a method in MEDFileFields to filter empty fields
geay [Wed, 5 Mar 2014 11:46:47 +0000 (12:46 +0100)]
Addition of a method in MEDFileFields to filter empty fields

10 years agoBehavior modification for slices in medcoupling and medloader. start==stop==length...
geay [Wed, 5 Mar 2014 11:03:57 +0000 (12:03 +0100)]
Behavior modification for slices in medcoupling and medloader. start==stop==length is now supported. Negative integers in __getitem__ are also supported.

10 years agoDebug of CMake build procedure
mpa [Tue, 4 Mar 2014 07:13:11 +0000 (11:13 +0400)]
Debug of CMake build procedure

10 years agoMerge branch 'V7_main' of ssh://git.salome-platform.org/modules/med into V7_main
geay [Mon, 3 Mar 2014 14:01:42 +0000 (15:01 +0100)]
Merge branch 'V7_main' of ssh://git.salome-platform.org/modules/med into V7_main

10 years agoaddition of MEDCouplingUMesh::conformize2D to conformize a 2D mesh
geay [Mon, 3 Mar 2014 14:01:22 +0000 (15:01 +0100)]
addition of MEDCouplingUMesh::conformize2D to conformize a 2D mesh

10 years agoMinor bug: MEDFileParameterMultiTS::getPosOfTimeStep() was improperly testing iterati...
abn [Mon, 3 Mar 2014 11:15:35 +0000 (12:15 +0100)]
Minor bug: MEDFileParameterMultiTS::getPosOfTimeStep() was improperly testing iteration/order.

10 years agoAdd 3D1D interpolation P0P1 in ParaMEDMEM
geay [Wed, 26 Feb 2014 14:07:08 +0000 (15:07 +0100)]
Add 3D1D interpolation P0P1 in ParaMEDMEM

10 years agodebug for 3D1D interpolation in P0P1
geay [Wed, 26 Feb 2014 11:37:30 +0000 (12:37 +0100)]
debug for 3D1D interpolation in P0P1

10 years agoMerge branch 'V7_main' of ssh://git.salome-platform.org/modules/med into V7_main
geay [Wed, 26 Feb 2014 09:19:48 +0000 (10:19 +0100)]
Merge branch 'V7_main' of ssh://git.salome-platform.org/modules/med into V7_main

10 years agoMEDCouplingUMesh::buildSpreadZonesWithPoly manages now quadratic polygons
geay [Wed, 26 Feb 2014 09:18:48 +0000 (10:18 +0100)]
MEDCouplingUMesh::buildSpreadZonesWithPoly manages now quadratic polygons

10 years agoFix compilation errors on Windows platform.
rnv [Tue, 25 Feb 2014 14:30:21 +0000 (18:30 +0400)]
Fix compilation errors on Windows platform.

10 years agowarning hunting in swig
geay [Tue, 25 Feb 2014 11:10:49 +0000 (12:10 +0100)]
warning hunting in swig

10 years agoWarning hunting. Thanks of them a bug has been found !
geay [Tue, 25 Feb 2014 10:03:21 +0000 (11:03 +0100)]
Warning hunting. Thanks of them a bug has been found !

10 years agoAddition unloadArraysWithoutDataLoss methods in MEDFileFields, MEDFileAnyTypeFieldMul...
geay [Tue, 25 Feb 2014 09:37:54 +0000 (10:37 +0100)]
Addition unloadArraysWithoutDataLoss methods in MEDFileFields, MEDFileAnyTypeFieldMultiTS, MEDFileAnyTypeField1TS to give opportunity of new MEDReader to have different cache strategy

10 years agoA little test to use remapper to find non conform cells
geay [Mon, 24 Feb 2014 13:38:59 +0000 (14:38 +0100)]
A little test to use remapper to find non conform cells

10 years agoLast checks of the new option for 3D surf
geay [Mon, 24 Feb 2014 11:05:30 +0000 (12:05 +0100)]
Last checks of the new option for 3D surf

10 years agoAddition of a new advanced option for 3D surf option.
geay [Mon, 24 Feb 2014 09:37:45 +0000 (10:37 +0100)]
Addition of a new advanced option for 3D surf option.

10 years agoOn the road of 3D surf interpolation taking into account of non coincident 3D surf...
geay [Fri, 21 Feb 2014 15:14:13 +0000 (16:14 +0100)]
On the road of 3D surf interpolation taking into account of non coincident 3D surf cells

10 years agoimprove perf of convertToPolyTypes
geay [Thu, 20 Feb 2014 15:51:29 +0000 (16:51 +0100)]
improve perf of convertToPolyTypes

10 years agoMerge branch 'abn/fix_intersec' into V7_main
geay [Thu, 20 Feb 2014 11:40:00 +0000 (12:40 +0100)]
Merge branch 'abn/fix_intersec' into V7_main

10 years agoLittle refactory abn/fix_intersec
geay [Thu, 20 Feb 2014 11:38:38 +0000 (12:38 +0100)]
Little refactory

10 years agoMerge branch 'abn/fix_orient' into V7_main
geay [Thu, 20 Feb 2014 10:00:23 +0000 (11:00 +0100)]
Merge branch 'abn/fix_orient' into V7_main

10 years agoBug fix: bounding box for quadratic elements spaceDim=2/meshDim=1 (i.e. SEG3)
Adrien Bruneton [Wed, 19 Feb 2014 14:15:47 +0000 (15:15 +0100)]
Bug fix: bounding box for quadratic elements spaceDim=2/meshDim=1 (i.e. SEG3)
was not properly computed. Was leading to spurious bugs in Intersect2DMeshes().

10 years agoUpdate copyrights 2014.
akl [Wed, 19 Feb 2014 12:17:11 +0000 (16:17 +0400)]
Update copyrights 2014.

10 years agoAdded missing method to SWIG: isFullyQuadratic()
Adrien Bruneton [Tue, 18 Feb 2014 10:55:28 +0000 (11:55 +0100)]
Added missing method to SWIG: isFullyQuadratic()

10 years agoBug fix - are2DCellsCorrectlyOriented - added C++ tests as well (valgrind 0) abn/fix_orient
Adrien Bruneton [Tue, 18 Feb 2014 10:33:22 +0000 (11:33 +0100)]
Bug fix - are2DCellsCorrectlyOriented - added C++ tests as well (valgrind 0)

10 years agoBug fix: cell orientation for NORM_QPOLY with two SEG3 (a circle) was not working.
Adrien Bruneton [Tue, 18 Feb 2014 09:22:05 +0000 (10:22 +0100)]
Bug fix: cell orientation for NORM_QPOLY with two SEG3 (a circle) was not working.

10 years agolack of display of geo types in the tree in new MEDReader. Add methods for informatio...
geay [Mon, 17 Feb 2014 10:41:21 +0000 (11:41 +0100)]
lack of display of geo types in the tree in new MEDReader. Add methods for information only.

10 years agoFeedback from Patrick : lack of geo types in new MEDReader
geay [Mon, 17 Feb 2014 09:24:17 +0000 (10:24 +0100)]
Feedback from Patrick : lack of geo types in new MEDReader

10 years agoAddition of new reference coords including degenerated cells.
geay [Wed, 12 Feb 2014 11:54:59 +0000 (12:54 +0100)]
Addition of new reference coords including degenerated cells.

10 years agoMEDFileUMesh::setName forward name to the leaves.
ageay [Wed, 5 Feb 2014 15:42:52 +0000 (15:42 +0000)]
MEDFileUMesh::setName forward name to the leaves.

10 years agoMEDFileUMesh::setName forward name to the leaves.
ageay [Wed, 5 Feb 2014 15:05:38 +0000 (15:05 +0000)]
MEDFileUMesh::setName forward name to the leaves.

10 years agoMEDFileMesh::getGeoTypesAtLevel has been virtualized.
ageay [Wed, 5 Feb 2014 12:10:55 +0000 (12:10 +0000)]
MEDFileMesh::getGeoTypesAtLevel has been virtualized.

10 years agoExtend the lib to support orphan nodes in profiles.
ageay [Wed, 5 Feb 2014 07:20:25 +0000 (07:20 +0000)]
Extend the lib to support orphan nodes in profiles.
Extend the lib to support umeshes with no cells.

10 years ago"Supporting" Fortran case file.
ageay [Fri, 31 Jan 2014 15:54:28 +0000 (15:54 +0000)]
"Supporting" Fortran case file.

10 years agoFixing compilation error under Visual2012.
ageay [Wed, 29 Jan 2014 07:34:24 +0000 (07:34 +0000)]
Fixing compilation error under Visual2012.

10 years ago22464: [CEA 1046] SEGFAULT when reading a SAUV file in V7.3.0 and V7_main
eap [Tue, 28 Jan 2014 10:04:39 +0000 (10:04 +0000)]
22464: [CEA 1046] SEGFAULT when reading a SAUV file in V7.3.0 and V7_main

+//================================================================================
+/*!
+ * \brief Safely adds a new Group
+ */
+//================================================================================
+
+Group* IntermediateMED::addNewGroup(std::vector<SauvUtilities::Group*>* groupsToFix)

10 years agoCorrection of bug found thanks to MEDReader. ZE TEST !
ageay [Fri, 24 Jan 2014 11:44:59 +0000 (11:44 +0000)]
Correction of bug found thanks to MEDReader. ZE TEST !

10 years agoCorrection of bug found thanks to MEDReader.
ageay [Fri, 24 Jan 2014 11:44:33 +0000 (11:44 +0000)]
Correction of bug found thanks to MEDReader.

10 years agoSuppression of remaining
ageay [Fri, 24 Jan 2014 07:30:06 +0000 (07:30 +0000)]
Suppression of remaining

10 years agoEase the use of loadArraysIfNecessary for new MEDReader.
ageay [Fri, 24 Jan 2014 07:29:43 +0000 (07:29 +0000)]
Ease the use of loadArraysIfNecessary for new MEDReader.

10 years agoWarning hunting
ageay [Wed, 22 Jan 2014 14:24:30 +0000 (14:24 +0000)]
Warning hunting

10 years agokill
ageay [Wed, 22 Jan 2014 14:19:22 +0000 (14:19 +0000)]
kill

10 years agoAPI modification : input string have type :
ageay [Wed, 22 Jan 2014 14:18:11 +0000 (14:18 +0000)]
API modification : input string have type :
const std::string& instead of const char *

10 years agoAPI modification : input string have type :
ageay [Wed, 22 Jan 2014 14:04:02 +0000 (14:04 +0000)]
API modification : input string have type :
const std::string& instead of const char *

10 years agoimprove error message.
ageay [Fri, 17 Jan 2014 16:30:28 +0000 (16:30 +0000)]
improve error message.

10 years agoInstall the *.cmake in $MED_ROOT_DIR/adm_local when compiled in STANDALONE mode.
ageay [Fri, 17 Jan 2014 14:09:01 +0000 (14:09 +0000)]
Install the *.cmake in $MED_ROOT_DIR/adm_local when compiled in STANDALONE mode.

10 years agoCorrection of bug on Cartesian and CurveLinear mesh when a profile on that mesh leads...
ageay [Fri, 17 Jan 2014 07:06:04 +0000 (07:06 +0000)]
Correction of bug on Cartesian and CurveLinear mesh when a profile on that mesh leads to cartesian/curvelinear mesh

10 years agoAddition of QUAD8 to pass MEDReader tests.
ageay [Fri, 17 Jan 2014 07:03:59 +0000 (07:03 +0000)]
Addition of QUAD8 to pass MEDReader tests.

10 years agoAddition of QUAD9 to pass MEDReader tests.
ageay [Fri, 17 Jan 2014 07:03:11 +0000 (07:03 +0000)]
Addition of QUAD9 to pass MEDReader tests.

10 years agoCorrect bug on CMesh with no profiles !
ageay [Wed, 15 Jan 2014 15:53:25 +0000 (15:53 +0000)]
Correct bug on CMesh with no profiles !

10 years agoCorrect bug on CMesh with no profiles !
ageay [Wed, 15 Jan 2014 15:47:46 +0000 (15:47 +0000)]
Correct bug on CMesh with no profiles !

10 years agoMEDLoader.WriteFieldUsingAlreadyWrittenMesh works with mesh not unstructured.
ageay [Wed, 15 Jan 2014 15:46:38 +0000 (15:46 +0000)]
MEDLoader.WriteFieldUsingAlreadyWrittenMesh works with mesh not unstructured.

10 years agogetMeshDimension and getSpaceDimension do not return systematically the same thing...
ageay [Wed, 15 Jan 2014 15:46:07 +0000 (15:46 +0000)]
getMeshDimension and getSpaceDimension do not return systematically the same thing in CMesh.

10 years agoAdding test of self intersecting quadratic mesh.
bruneton [Tue, 14 Jan 2014 10:46:01 +0000 (10:46 +0000)]
Adding test of self intersecting quadratic mesh.

10 years agoLittle optimization in InOut detection.
ageay [Tue, 14 Jan 2014 10:15:28 +0000 (10:15 +0000)]
Little optimization in InOut detection.

10 years agomemory leak !
ageay [Tue, 14 Jan 2014 09:55:17 +0000 (09:55 +0000)]
memory leak !

10 years ago+ Bug fix : ComposedEdge::applyGlobalSimilarity() was potentially passing twice on...
bruneton [Mon, 13 Jan 2014 10:57:58 +0000 (10:57 +0000)]
+ Bug fix : ComposedEdge::applyGlobalSimilarity() was potentially passing twice on the same (Edge*).
+ Various comments

10 years ago + Field::cellToNode implementation
ageay [Wed, 8 Jan 2014 15:09:19 +0000 (15:09 +0000)]
 + Field::cellToNode implementation
 + fast reverseNodal computation for structured mesh.

10 years agoDebug for new MEDReader
ageay [Wed, 8 Jan 2014 10:41:30 +0000 (10:41 +0000)]
Debug for new MEDReader

10 years agoDebug for new MEDReader
ageay [Wed, 8 Jan 2014 10:20:37 +0000 (10:20 +0000)]
Debug for new MEDReader

10 years agoDebug for new MEDReader EDF:2219
ageay [Wed, 8 Jan 2014 10:07:24 +0000 (10:07 +0000)]
Debug for new MEDReader EDF:2219

10 years agoCMake:
mpa [Tue, 24 Dec 2013 13:46:57 +0000 (13:46 +0000)]
CMake:
- Delete a condition to add adm_local directory, because it is necessary to install FindSalome* files for current project

10 years agoCorrecting ref coords for QUAD4 to be compliant with existing shape function in MEDCo...
ageay [Fri, 20 Dec 2013 13:07:56 +0000 (13:07 +0000)]
Correcting ref coords for QUAD4 to be compliant with existing shape function in MEDCoupling.
Adding a test to generate a case containing only a mesh to test MEDReader.

10 years agogives localization of gauss points of GAUSS_NE fields.
ageay [Fri, 20 Dec 2013 07:01:01 +0000 (07:01 +0000)]
gives localization of gauss points of GAUSS_NE fields.

10 years agoMerge from V7_3_BR branch 18/12/2013
vsr [Wed, 18 Dec 2013 15:06:54 +0000 (15:06 +0000)]
Merge from V7_3_BR branch 18/12/2013

10 years agoMinor: documentation and comments
bruneton [Tue, 10 Dec 2013 10:57:12 +0000 (10:57 +0000)]
Minor: documentation and comments

10 years agoCMake:
mpa [Thu, 28 Nov 2013 10:24:49 +0000 (10:24 +0000)]
CMake:
- add files to remove using command "make clean"

10 years agoMost effective and safe method to state if the data returned is the same than inside... BR_imps_2013 V7_3_0a1
ageay [Wed, 27 Nov 2013 10:49:13 +0000 (10:49 +0000)]
Most effective and safe method to state if the data returned is the same than inside the code.

10 years agoAdding a test to stress new MEDReader when the int * and double * are shared without...
ageay [Wed, 27 Nov 2013 10:20:21 +0000 (10:20 +0000)]
Adding a test to stress new MEDReader when the int * and double * are shared without copy between VTK and MEDCoupling.

10 years agoFor 0.11.0 scipy users. spdiags used instead of diags.
ageay [Wed, 27 Nov 2013 09:40:31 +0000 (09:40 +0000)]
For 0.11.0 scipy users. spdiags used instead of diags.

10 years agoReturned value that informs the caller about the nature of returned coords pointer.
ageay [Tue, 26 Nov 2013 16:26:57 +0000 (16:26 +0000)]
Returned value that informs the caller about the nature of returned coords pointer.

10 years agoSplit Numpy and Scipy detection
ageay [Tue, 26 Nov 2013 11:06:07 +0000 (11:06 +0000)]
Split Numpy and Scipy detection

10 years agoSplit Numpy and Scipy detection
ageay [Tue, 26 Nov 2013 10:44:09 +0000 (10:44 +0000)]
Split Numpy and Scipy detection

10 years agoSplit Numpy and Scipy detection
ageay [Tue, 26 Nov 2013 10:21:00 +0000 (10:21 +0000)]
Split Numpy and Scipy detection

10 years agoDataArrayDouble::normMin, DataArrayDouble::computeAbs, DataArrayInt::computeAbs
ageay [Tue, 26 Nov 2013 09:23:15 +0000 (09:23 +0000)]
DataArrayDouble::normMin, DataArrayDouble::computeAbs, DataArrayInt::computeAbs

10 years agoIn english
aguerre [Mon, 25 Nov 2013 15:36:58 +0000 (15:36 +0000)]
In english

10 years agoProtection against no scipy presence.
ageay [Mon, 25 Nov 2013 10:52:30 +0000 (10:52 +0000)]
Protection against no scipy presence.

10 years agoTemporary fix: specify missing environment for tests (should be done with SALOME_COLL...
vsr [Thu, 21 Nov 2013 16:02:20 +0000 (16:02 +0000)]
Temporary fix: specify missing environment for tests (should be done with SALOME_COLLECT_ENVIRONMENT/SALOME_GENERATE_TESTS_ENVIRONMENT macros.

10 years agoTranslate GUI user guide to english
aguerre [Tue, 19 Nov 2013 12:35:22 +0000 (12:35 +0000)]
Translate GUI user guide to english

10 years agoCMake:
mpa [Tue, 19 Nov 2013 11:28:24 +0000 (11:28 +0000)]
CMake:
- update documentation considering new CMake build system

10 years ago[On behalf of Anthony] Switching to MEDFile 3.0.7
bruneton [Mon, 18 Nov 2013 14:02:55 +0000 (14:02 +0000)]
[On behalf of Anthony] Switching to MEDFile 3.0.7

10 years agoCMake:
mpa [Mon, 18 Nov 2013 13:03:58 +0000 (13:03 +0000)]
CMake:
- update documentation considering new CMake build system

10 years agoMEDCoupling1SGTUMesh::sortHexa8EachOther
ageay [Fri, 15 Nov 2013 11:07:11 +0000 (11:07 +0000)]
MEDCoupling1SGTUMesh::sortHexa8EachOther

10 years agoMEDCoupling1SGTUMesh::sortHexa8EachOther
ageay [Fri, 15 Nov 2013 10:50:59 +0000 (10:50 +0000)]
MEDCoupling1SGTUMesh::sortHexa8EachOther

10 years ago4th dimension of DataArrayDouble::findCommonTuples
ageay [Thu, 14 Nov 2013 15:10:34 +0000 (15:10 +0000)]
4th dimension of  DataArrayDouble::findCommonTuples

10 years agoNew method to rearrange nodal conn of HEXA8 for a tetrahedrization that generates...
ageay [Wed, 13 Nov 2013 16:35:45 +0000 (16:35 +0000)]
New method to rearrange nodal conn of HEXA8 for a tetrahedrization that generates conform mesh

10 years agoImplementation of P0P1Bary
ageay [Wed, 13 Nov 2013 08:44:06 +0000 (08:44 +0000)]
Implementation of P0P1Bary

10 years agoImplementation of P0P1Bary
ageay [Tue, 12 Nov 2013 15:17:36 +0000 (15:17 +0000)]
Implementation of P0P1Bary

10 years agoImplementation of P0P1Bary
ageay [Tue, 12 Nov 2013 15:11:39 +0000 (15:11 +0000)]
Implementation of P0P1Bary

10 years agoDebug vbd to correct the invalid use of parameter.
ageay [Fri, 8 Nov 2013 07:21:44 +0000 (07:21 +0000)]
Debug vbd to correct the invalid use of parameter.

10 years agoVTK wants coordinates array with exactly 3 components.
ageay [Thu, 7 Nov 2013 13:20:21 +0000 (13:20 +0000)]
VTK wants coordinates array with exactly 3 components.

10 years agoCMake: Update path and version variables for current build system
mpa [Thu, 7 Nov 2013 12:53:12 +0000 (12:53 +0000)]
CMake: Update path and version variables for current build system

10 years ago22386: EDF 2714 MED: Medpartitioner usage with --creates-boundary-faces gives a wrong...
eap [Wed, 6 Nov 2013 13:46:51 +0000 (13:46 +0000)]
22386: EDF 2714 MED: Medpartitioner usage with --creates-boundary-faces gives a wrong partition

Sort faces by type to be in med file format after concatenating face meshes

10 years agoCMake: improved reloading of dependent CMake targets in Config file to
bruneton [Mon, 4 Nov 2013 09:01:48 +0000 (09:01 +0000)]
CMake: improved reloading of dependent CMake targets in Config file to
account for COMPONENTS.

10 years agoCMake:
mpa [Fri, 1 Nov 2013 08:12:36 +0000 (08:12 +0000)]
CMake:
Edit documentation. Use salome macros to set the environment for sphinx run.

10 years agoCMake:
mpa [Thu, 31 Oct 2013 13:49:13 +0000 (13:49 +0000)]
CMake:
- Accumulate environment variables, to be used later to run some command in proper environment.

10 years agoWarning hunting
ageay [Tue, 29 Oct 2013 16:07:05 +0000 (16:07 +0000)]
Warning hunting

10 years agoBug correction /usr/bin/python->/usr/bin/env python
ageay [Tue, 29 Oct 2013 14:48:18 +0000 (14:48 +0000)]
Bug correction /usr/bin/python->/usr/bin/env python

10 years agoWarning hunting
ageay [Tue, 29 Oct 2013 14:24:01 +0000 (14:24 +0000)]
Warning hunting