]>
SALOME platform Git repositories - tools/medcoupling.git/log
rnv [Tue, 25 Feb 2014 14:30:21 +0000 (18:30 +0400)]
Fix compilation errors on Windows platform.
geay [Tue, 25 Feb 2014 11:10:49 +0000 (12:10 +0100)]
warning hunting in swig
geay [Tue, 25 Feb 2014 10:03:21 +0000 (11:03 +0100)]
Warning hunting. Thanks of them a bug has been found !
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
geay [Mon, 24 Feb 2014 13:38:59 +0000 (14:38 +0100)]
A little test to use remapper to find non conform cells
geay [Mon, 24 Feb 2014 11:05:30 +0000 (12:05 +0100)]
Last checks of the new option for 3D surf
geay [Mon, 24 Feb 2014 09:37:45 +0000 (10:37 +0100)]
Addition of a new advanced option for 3D surf option.
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
geay [Thu, 20 Feb 2014 15:51:29 +0000 (16:51 +0100)]
improve perf of convertToPolyTypes
geay [Thu, 20 Feb 2014 11:40:00 +0000 (12:40 +0100)]
Merge branch 'abn/fix_intersec' into V7_main
geay [Thu, 20 Feb 2014 11:38:38 +0000 (12:38 +0100)]
Little refactory
geay [Thu, 20 Feb 2014 10:00:23 +0000 (11:00 +0100)]
Merge branch 'abn/fix_orient' into V7_main
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().
akl [Wed, 19 Feb 2014 12:17:11 +0000 (16:17 +0400)]
Update copyrights 2014.
Adrien Bruneton [Tue, 18 Feb 2014 10:55:28 +0000 (11:55 +0100)]
Added missing method to SWIG: isFullyQuadratic()
Adrien Bruneton [Tue, 18 Feb 2014 10:33:22 +0000 (11:33 +0100)]
Bug fix - are2DCellsCorrectlyOriented - added C++ tests as well (valgrind 0)
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.
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.
geay [Mon, 17 Feb 2014 09:24:17 +0000 (10:24 +0100)]
Feedback from Patrick : lack of geo types in new MEDReader
geay [Wed, 12 Feb 2014 11:54:59 +0000 (12:54 +0100)]
Addition of new reference coords including degenerated cells.
ageay [Wed, 5 Feb 2014 15:42:52 +0000 (15:42 +0000)]
MEDFileUMesh::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.
ageay [Wed, 5 Feb 2014 12:10:55 +0000 (12:10 +0000)]
MEDFileMesh::getGeoTypesAtLevel has been virtualized.
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.
ageay [Fri, 31 Jan 2014 15:54:28 +0000 (15:54 +0000)]
"Supporting" Fortran case file.
ageay [Wed, 29 Jan 2014 07:34:24 +0000 (07:34 +0000)]
Fixing compilation error under Visual2012.
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)
ageay [Fri, 24 Jan 2014 11:44:59 +0000 (11:44 +0000)]
Correction of bug found thanks to MEDReader. ZE TEST !
ageay [Fri, 24 Jan 2014 11:44:33 +0000 (11:44 +0000)]
Correction of bug found thanks to MEDReader.
ageay [Fri, 24 Jan 2014 07:30:06 +0000 (07:30 +0000)]
Suppression of remaining
ageay [Fri, 24 Jan 2014 07:29:43 +0000 (07:29 +0000)]
Ease the use of loadArraysIfNecessary for new MEDReader.
ageay [Wed, 22 Jan 2014 14:24:30 +0000 (14:24 +0000)]
Warning hunting
ageay [Wed, 22 Jan 2014 14:19:22 +0000 (14:19 +0000)]
kill
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 *
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 *
ageay [Fri, 17 Jan 2014 16:30:28 +0000 (16:30 +0000)]
improve error message.
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.
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
ageay [Fri, 17 Jan 2014 07:03:59 +0000 (07:03 +0000)]
Addition of QUAD8 to pass MEDReader tests.
ageay [Fri, 17 Jan 2014 07:03:11 +0000 (07:03 +0000)]
Addition of QUAD9 to pass MEDReader tests.
ageay [Wed, 15 Jan 2014 15:53:25 +0000 (15:53 +0000)]
Correct 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 !
ageay [Wed, 15 Jan 2014 15:46:38 +0000 (15:46 +0000)]
MEDLoader.WriteFieldUsingAlreadyWrittenMesh works with mesh not unstructured.
ageay [Wed, 15 Jan 2014 15:46:07 +0000 (15:46 +0000)]
getMeshDimension and getSpaceDimension do not return systematically the same thing in CMesh.
bruneton [Tue, 14 Jan 2014 10:46:01 +0000 (10:46 +0000)]
Adding test of self intersecting quadratic mesh.
ageay [Tue, 14 Jan 2014 10:15:28 +0000 (10:15 +0000)]
Little optimization in InOut detection.
ageay [Tue, 14 Jan 2014 09:55:17 +0000 (09:55 +0000)]
memory leak !
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
ageay [Wed, 8 Jan 2014 15:09:19 +0000 (15:09 +0000)]
+ Field::cellToNode implementation
+ fast reverseNodal computation for structured mesh.
ageay [Wed, 8 Jan 2014 10:41:30 +0000 (10:41 +0000)]
Debug for new MEDReader
ageay [Wed, 8 Jan 2014 10:20:37 +0000 (10:20 +0000)]
Debug for new MEDReader
ageay [Wed, 8 Jan 2014 10:07:24 +0000 (10:07 +0000)]
Debug for new MEDReader EDF:2219
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
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.
ageay [Fri, 20 Dec 2013 07:01:01 +0000 (07:01 +0000)]
gives localization of gauss points of GAUSS_NE fields.
vsr [Wed, 18 Dec 2013 15:06:54 +0000 (15:06 +0000)]
Merge from V7_3_BR branch 18/12/2013
bruneton [Tue, 10 Dec 2013 10:57:12 +0000 (10:57 +0000)]
Minor: documentation and comments
mpa [Thu, 28 Nov 2013 10:24:49 +0000 (10:24 +0000)]
CMake:
- add files to remove using command "make clean"
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.
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.
ageay [Wed, 27 Nov 2013 09:40:31 +0000 (09:40 +0000)]
For 0.11.0 scipy users. spdiags used instead of diags.
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.
ageay [Tue, 26 Nov 2013 11:06:07 +0000 (11:06 +0000)]
Split Numpy and Scipy detection
ageay [Tue, 26 Nov 2013 10:44:09 +0000 (10:44 +0000)]
Split Numpy and Scipy detection
ageay [Tue, 26 Nov 2013 10:21:00 +0000 (10:21 +0000)]
Split Numpy and Scipy detection
ageay [Tue, 26 Nov 2013 09:23:15 +0000 (09:23 +0000)]
DataArrayDouble::normMin, DataArrayDouble::computeAbs, DataArrayInt::computeAbs
aguerre [Mon, 25 Nov 2013 15:36:58 +0000 (15:36 +0000)]
In english
ageay [Mon, 25 Nov 2013 10:52:30 +0000 (10:52 +0000)]
Protection against no scipy presence.
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.
aguerre [Tue, 19 Nov 2013 12:35:22 +0000 (12:35 +0000)]
Translate GUI user guide to english
mpa [Tue, 19 Nov 2013 11:28:24 +0000 (11:28 +0000)]
CMake:
- update documentation considering new CMake build system
bruneton [Mon, 18 Nov 2013 14:02:55 +0000 (14:02 +0000)]
[On behalf of Anthony] Switching to MEDFile 3.0.7
mpa [Mon, 18 Nov 2013 13:03:58 +0000 (13:03 +0000)]
CMake:
- update documentation considering new CMake build system
ageay [Fri, 15 Nov 2013 11:07:11 +0000 (11:07 +0000)]
MEDCoupling1SGTUMesh::sortHexa8EachOther
ageay [Fri, 15 Nov 2013 10:50:59 +0000 (10:50 +0000)]
MEDCoupling1SGTUMesh::sortHexa8EachOther
ageay [Thu, 14 Nov 2013 15:10:34 +0000 (15:10 +0000)]
4th dimension of DataArrayDouble::findCommonTuples
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
ageay [Wed, 13 Nov 2013 08:44:06 +0000 (08:44 +0000)]
Implementation of P0P1Bary
ageay [Tue, 12 Nov 2013 15:17:36 +0000 (15:17 +0000)]
Implementation of P0P1Bary
ageay [Tue, 12 Nov 2013 15:11:39 +0000 (15:11 +0000)]
Implementation of P0P1Bary
ageay [Fri, 8 Nov 2013 07:21:44 +0000 (07:21 +0000)]
Debug vbd to correct the invalid use of parameter.
ageay [Thu, 7 Nov 2013 13:20:21 +0000 (13:20 +0000)]
VTK wants coordinates array with exactly 3 components.
mpa [Thu, 7 Nov 2013 12:53:12 +0000 (12:53 +0000)]
CMake: Update path and version variables for current build system
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
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.
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.
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.
ageay [Tue, 29 Oct 2013 16:07:05 +0000 (16:07 +0000)]
Warning hunting
ageay [Tue, 29 Oct 2013 14:48:18 +0000 (14:48 +0000)]
Bug correction /usr/bin/python->/usr/bin/env python
ageay [Tue, 29 Oct 2013 14:24:01 +0000 (14:24 +0000)]
Warning hunting
aguerre [Tue, 29 Oct 2013 12:44:21 +0000 (12:44 +0000)]
Depict bold color lines
ageay [Tue, 29 Oct 2013 11:01:28 +0000 (11:01 +0000)]
Warning hunting.
ageay [Tue, 29 Oct 2013 10:47:25 +0000 (10:47 +0000)]
Warning hunting.
ageay [Tue, 29 Oct 2013 10:41:13 +0000 (10:41 +0000)]
Warning hunting.
ageay [Tue, 29 Oct 2013 10:29:45 +0000 (10:29 +0000)]
Warning hunting.
ageay [Tue, 29 Oct 2013 10:20:04 +0000 (10:20 +0000)]
Warning hunting.
bruneton [Mon, 28 Oct 2013 13:30:11 +0000 (13:30 +0000)]
Minor - documentation fix
ageay [Thu, 24 Oct 2013 13:14:04 +0000 (13:14 +0000)]
Ready to change the prerequise of MEDFile.
ageay [Thu, 24 Oct 2013 09:06:59 +0000 (09:06 +0000)]
Small modif for XDR under Windows.
rnv [Thu, 24 Oct 2013 08:36:05 +0000 (08:36 +0000)]
Open SAUV file in binary mode on WINDOWS to fix the "
0022370 [CEA 970] Bug reading XDR sauv file under Windows 32 bits" issue.