]>
SALOME platform Git repositories - modules/med.git/log
abn [Wed, 21 Oct 2015 13:13:19 +0000 (15:13 +0200)]
Fixed ugly bug on TMP directory in ParaMEDMEM test ...
abn [Mon, 19 Oct 2015 12:50:55 +0000 (14:50 +0200)]
Be kind to people running old versions of NumPy (< 1.7), i.e. Gauthier F.
abn [Mon, 19 Oct 2015 09:08:17 +0000 (11:08 +0200)]
Following training's feedback: removing finishInsertingCells(),
clarifying some points in the tutorial.
vsr [Mon, 19 Oct 2015 08:15:53 +0000 (11:15 +0300)]
Set development flag to 1
vsr [Mon, 19 Oct 2015 08:13:58 +0000 (11:13 +0300)]
Merge branch 'V7_7_BR'
Anthony Geay [Fri, 16 Oct 2015 14:18:49 +0000 (16:18 +0200)]
Correction of bug of double pickelization of MEDFileUMesh instances.
vsr [Thu, 15 Oct 2015 05:56:58 +0000 (08:56 +0300)]
Increment version: 7.7.0
vsr [Wed, 14 Oct 2015 11:50:09 +0000 (14:50 +0300)]
Merge branch 'V7_7_BR' of salome:modules/med into V7_7_BR
abn [Wed, 14 Oct 2015 11:32:18 +0000 (13:32 +0200)]
Nicer theme for tutorial (adaptation to Sphinx 1.3.1)
mnt [Wed, 14 Oct 2015 09:39:24 +0000 (12:39 +0300)]
Synchronize adm files
vsr [Wed, 14 Oct 2015 07:32:24 +0000 (10:32 +0300)]
Fix problem of build with -DSALOME_MED_STANDALONE=ON option
abn [Wed, 1 Jul 2015 15:09:08 +0000 (17:09 +0200)]
Documentation reorganization
Anthony Geay [Fri, 25 Sep 2015 16:00:08 +0000 (18:00 +0200)]
Correction of bug
EDF10723 for 0D mesh.
abn [Wed, 23 Sep 2015 12:09:42 +0000 (14:09 +0200)]
Moving empty mesh test to MEDLoaderTest3.py
abn [Wed, 23 Sep 2015 07:43:58 +0000 (09:43 +0200)]
Mini bug fix: MEDFileUMesh should load correclty a mesh with empty coords.
Anthony Geay [Fri, 18 Sep 2015 13:34:54 +0000 (15:34 +0200)]
Correction of bug concerning UNIV info status.
abn [Wed, 16 Sep 2015 15:01:25 +0000 (17:01 +0200)]
Merge branch 'abn/crack_fix'
abn [Wed, 16 Sep 2015 15:00:45 +0000 (17:00 +0200)]
buildInnerBoundaryAlongM1Group(): family ID creation was buggy.
abn [Wed, 16 Sep 2015 14:12:24 +0000 (16:12 +0200)]
Renamed duplicateNodesOnM1Group into buildInnerBoundaryAlongM1Group
abn [Wed, 16 Sep 2015 13:55:08 +0000 (15:55 +0200)]
Further "improvement" on duplicateNodesOnM1Group().
Cells identification was still buggy.
abn [Tue, 15 Sep 2015 07:34:24 +0000 (09:34 +0200)]
Merge branch 'abn/crack_fix'
abn [Tue, 15 Sep 2015 07:34:00 +0000 (09:34 +0200)]
Using std::vector<bool> instead of new bool[]
abn [Mon, 14 Sep 2015 14:17:50 +0000 (16:17 +0200)]
Release checking constraints on field nature when performing multiply,
divide, etc ... operations.
abn [Mon, 14 Sep 2015 12:33:33 +0000 (14:33 +0200)]
Merge branch 'abn/weighted_avg'
abn [Mon, 14 Sep 2015 12:25:41 +0000 (14:25 +0200)]
With doc !
abn [Mon, 14 Sep 2015 12:12:18 +0000 (14:12 +0200)]
Fix for duplicateNodesOnM1Group() so that non connex cracking
are correctly handled.
eap [Tue, 8 Sep 2015 11:47:10 +0000 (14:47 +0300)]
23155: [CEA 1578] Sauv2med fails during the creation of groups there are several references
abn [Fri, 4 Sep 2015 12:14:45 +0000 (14:14 +0200)]
Optimisation in getWeightedAverageValue(), reducing number of multiplications.
Anthony Geay [Tue, 18 Aug 2015 12:01:20 +0000 (14:01 +0200)]
For old MED file fra.med the returned code of MEDmeshUniversalNameRd is not 0. For the moment comment the protection of MED file call.
Anthony Geay [Fri, 31 Jul 2015 13:05:26 +0000 (15:05 +0200)]
EDF11242 : non regression test.
Anthony Geay [Fri, 31 Jul 2015 10:06:44 +0000 (12:06 +0200)]
Safe call of MEDfile functions.
Cédric Aguerre [Mon, 27 Jul 2015 16:33:29 +0000 (18:33 +0200)]
fix bug on tests introduced by commit
c6f81d9f
Anthony Geay [Mon, 27 Jul 2015 08:03:00 +0000 (10:03 +0200)]
Make the VTKReader more flexible.
Anthony Geay [Thu, 23 Jul 2015 08:03:43 +0000 (10:03 +0200)]
Correct test. Geometric2D is presently not managed by the 1D/2Dcurve intersector. Now an error is sent to avoid confusions.
abn [Thu, 23 Jul 2015 07:52:24 +0000 (09:52 +0200)]
Merge branch 'abn/mpifix'
abn [Thu, 23 Jul 2015 07:51:47 +0000 (09:51 +0200)]
Test as before.
abn [Wed, 22 Jul 2015 14:58:01 +0000 (16:58 +0200)]
Memory leak fix on MPI_Group and when throwing in MPIProcessorGroup.
Anthony Geay [Tue, 21 Jul 2015 07:28:25 +0000 (09:28 +0200)]
PointLocator implementation for P1P1 for 1D and 2D curve.
Anthony Geay [Mon, 20 Jul 2015 15:16:58 +0000 (17:16 +0200)]
Correction of small bug on .__str__ on CurveLinearMesh with spaceDim != meshDim.
Anthony Geay [Mon, 20 Jul 2015 14:59:21 +0000 (16:59 +0200)]
Generalize __getitem__ from MEDFileUMesh to MEDFileMesh.
abn [Mon, 20 Jul 2015 08:54:04 +0000 (10:54 +0200)]
Merge branch 'abn/doxy2swig'
Maintenance team (INV) [Tue, 14 Jul 2015 18:36:01 +0000 (21:36 +0300)]
Synchronize adm files
Cédric Aguerre [Mon, 6 Jul 2015 11:59:41 +0000 (13:59 +0200)]
replace document (2)
Maintenance team (INV) [Fri, 3 Jul 2015 19:10:15 +0000 (22:10 +0300)]
Synchronize adm files
Cédric Aguerre [Thu, 2 Jul 2015 15:47:36 +0000 (17:47 +0200)]
Replace document
abn [Tue, 30 Jun 2015 13:35:56 +0000 (15:35 +0200)]
IMP: generation of Python docstrings from Doxygen output.
For now only a few classes from MEDLoader and MEDCoupling are
included.
abn [Mon, 29 Jun 2015 13:23:26 +0000 (15:23 +0200)]
Doc: added images for SplittingPolicy + sort class list in NAMESPACE index.
Maintenance team (INV) [Thu, 18 Jun 2015 18:38:36 +0000 (21:38 +0300)]
Synchronize adm files
Maintenance team (INV) [Wed, 17 Jun 2015 18:37:06 +0000 (21:37 +0300)]
Synchronize adm files
vsr [Thu, 11 Jun 2015 15:34:42 +0000 (18:34 +0300)]
Align include directives in MEDPartitioner package
vsr [Thu, 11 Jun 2015 15:34:05 +0000 (18:34 +0300)]
Fix pb of compilation with MPI
mpa [Thu, 11 Jun 2015 11:51:23 +0000 (14:51 +0300)]
CMake improvement: usage of SALOME_GUI_MODE() macro
Anthony Geay [Tue, 9 Jun 2015 16:05:20 +0000 (18:05 +0200)]
[
EDF11027 ] : Bug correction. cell-like field on all lev0 cells are no more considered as lying on all nodes too.
abn [Tue, 9 Jun 2015 12:21:48 +0000 (14:21 +0200)]
Merge branch 'master' of ssh://git.salome-platform.org/modules/med
abn [Tue, 9 Jun 2015 12:20:51 +0000 (14:20 +0200)]
Minor: portability issue. On CentOS5.2, MPI_Datatype is an int.
Also turned deprecated SUBDIRS() Cmake command into ADD_SUBDIRECTORY().
abn [Mon, 18 May 2015 14:31:31 +0000 (16:31 +0200)]
0022778 : [CEA 1298] Python file compilation should be done at build time, not install time
- Synchronisation of adm file with KERNEL (see log there) + removal of obsolete INSTALL_AND_COMPILE... CMake macro.
mnt [Mon, 8 Jun 2015 07:30:21 +0000 (10:30 +0300)]
Fix compilation error when building with -DSALOME_MED_STANDALONE=ON option
imn [Tue, 19 May 2015 11:59:01 +0000 (14:59 +0300)]
0022875 : EDF 7690 MED: Creating joints with medpartitioner in the MEDCoupling API
vsr [Wed, 3 Jun 2015 09:50:25 +0000 (12:50 +0300)]
Turn DEV version flag ON
Anthony Geay [Wed, 20 May 2015 13:08:39 +0000 (15:08 +0200)]
Move MEDFileUMesh::addGroup to MEDFileMesh level -> addGroup is now available in MEDFileCMesh.
Christophe Bourcier [Tue, 5 May 2015 14:01:23 +0000 (16:01 +0200)]
Update translation files from Crowdin
Anthony Geay [Tue, 5 May 2015 15:10:55 +0000 (17:10 +0200)]
[
EDF10718 ] : Diameter computation of non linear cells.
Anthony Geay [Tue, 5 May 2015 13:16:47 +0000 (15:16 +0200)]
[
EDF10723 ] - MEDFileUMesh::linearToQuadratic and MEDFileUMesh::quadraticToLinear
abn [Wed, 29 Apr 2015 08:52:31 +0000 (10:52 +0200)]
1) Fixed colinearize2D to handle degenerated cases (colinear SEG3 forming a circle).
Introduced getMiddleOfPointsOriented() in the Edge classes.
2) GetAbsoluteAngleOfNormalizedVect() actually does exactly the same as atan2()
Micro correction of ref test. Valgrinification of MEDCouplingBasicsTest.py remaining.
Anthony Geay [Wed, 29 Apr 2015 15:57:45 +0000 (17:57 +0200)]
Urgent debug.
Anthony Geay [Wed, 29 Apr 2015 06:58:30 +0000 (08:58 +0200)]
Implementation of MEDCouplingPointSet.computeDiameterField (
EDF10718 )
Anthony Geay [Wed, 22 Apr 2015 09:08:01 +0000 (11:08 +0200)]
Correction of bug
EDF10720 .
vsr [Fri, 17 Apr 2015 15:46:15 +0000 (18:46 +0300)]
Increment version: 7.6.0
rnv [Fri, 17 Apr 2015 10:06:35 +0000 (13:06 +0300)]
Exclude *.md5 and *.map files from the DEV documentation
Anthony Geay [Tue, 14 Apr 2015 09:45:24 +0000 (11:45 +0200)]
Addition of MEDFileAnyTypeFieldMultiTS.pushBackTimeSteps to ease life of users with more than 10000 time steps.
Anthony Geay [Tue, 14 Apr 2015 07:18:58 +0000 (09:18 +0200)]
Unwarnigization campaign.
Anthony Geay [Tue, 14 Apr 2015 07:11:13 +0000 (09:11 +0200)]
Addition of MEDFileUMesh.__delitem__ in py bindings + LoadSpecificEntities for MEDFileFieldMultiTS and MEDFileIntFieldMultiTS.
Anthony Geay [Mon, 13 Apr 2015 16:08:23 +0000 (18:08 +0200)]
MEDFileFields::LoadSpecificEntities to improve perf when reading lots of TS.
Anthony Geay [Mon, 13 Apr 2015 09:16:48 +0000 (11:16 +0200)]
Addition of MEDFileUMesh.__setitem__ in python bindings.
Anthony Geay [Mon, 13 Apr 2015 09:16:40 +0000 (11:16 +0200)]
Addition of MEDFileUMesh.__setitem__ in python bindings.
vsr [Fri, 10 Apr 2015 10:10:57 +0000 (13:10 +0300)]
Fix incorrect implementation made in commit
53e2fb5
Anthony Geay [Fri, 10 Apr 2015 06:27:12 +0000 (08:27 +0200)]
Addition of MEDFileUMesh.__getitem__ in python bindings to ease fetch of MEDCouplingUMesh instance.
Anthony Geay [Thu, 9 Apr 2015 16:20:45 +0000 (18:20 +0200)]
Merge branch 'master' of https://git.salome-platform.org/git/modules/med
Anthony Geay [Thu, 9 Apr 2015 16:20:36 +0000 (18:20 +0200)]
Huge improvement of performance of MEDCouplingUMesh.buildUnstructuredMesh method.
Cédric Aguerre [Tue, 7 Apr 2015 12:47:08 +0000 (14:47 +0200)]
Explicitely create a PVViewer
Anthony Geay [Thu, 2 Apr 2015 06:47:24 +0000 (08:47 +0200)]
Addition of MEDCouplingPointSet::areAllNodesFetched() method.
Cédric Aguerre [Fri, 27 Mar 2015 15:10:17 +0000 (16:10 +0100)]
Merge branch 'agr/salome_tests'
Maintenance team (INV) [Wed, 25 Mar 2015 18:34:34 +0000 (21:34 +0300)]
Synchronize adm files
Anthony Geay [Wed, 25 Mar 2015 17:54:09 +0000 (18:54 +0100)]
Merge branch 'master' of https://git.salome-platform.org/git/modules/med
Anthony Geay [Wed, 25 Mar 2015 17:53:41 +0000 (18:53 +0100)]
Pickelization of MEDFileUMesh objects.
Cédric Aguerre [Wed, 25 Mar 2015 10:13:13 +0000 (11:13 +0100)]
add link to medfichier documentation
add link to medfichier documentation
Anthony Geay [Tue, 24 Mar 2015 09:12:52 +0000 (10:12 +0100)]
MEDCouplingUMesh.buildExtrudedMesh feature changed. No more zipCoords performed.
Cédric Aguerre [Mon, 23 Mar 2015 16:58:20 +0000 (17:58 +0100)]
medcoupling - change install path
Cédric Aguerre [Mon, 23 Mar 2015 15:40:33 +0000 (16:40 +0100)]
add medcoupling tests
Anthony Geay [Mon, 23 Mar 2015 08:19:36 +0000 (09:19 +0100)]
DataArrayDouble.__str__ and DataArrayInt.__str__ no more print all the tuples when there are more than 1000 tuples.
Anthony Geay [Fri, 20 Mar 2015 09:18:47 +0000 (10:18 +0100)]
Addition of MEDFileUMesh.buildExtrudedMesh method.
Anthony Geay [Mon, 2 Mar 2015 10:04:33 +0000 (11:04 +0100)]
Pickelization of (squashed merge of agy/PyPickelingOfMCObj) :
- DataArrayDouble, DataArrayInt
- MEDCouplingUMesh, MEDCoupling1SGTUMesh, MEDCoupling1DGTUMesh, MEDCouplingCMesh, MEDCouplingIMesh, MEDCouplingCurveLinearMesh, MEDCouplingExtrudedMesh
- MEDCouplingFieldDouble
- InterpKernelException
For multiprocessing users and to ease exchange of data across PyNodes in YACS.
Cédric Aguerre [Wed, 25 Feb 2015 09:57:13 +0000 (10:57 +0100)]
fix sigsegv when trying to visualize a mesh with no field from datasource controller
abn [Tue, 17 Feb 2015 11:19:35 +0000 (12:19 +0100)]
Bug fix in getFieldAtLevel for integer fields.
Anthony Geay [Fri, 13 Feb 2015 10:01:08 +0000 (11:01 +0100)]
Put virtualized method of MEDFileUMesh in MEDFileMesh in swig + non regression test on it.
Anthony Geay [Fri, 13 Feb 2015 09:20:56 +0000 (10:20 +0100)]
Merge branch 'master' of https://git.salome-platform.org/git/modules/med
Anthony Geay [Fri, 13 Feb 2015 09:20:37 +0000 (10:20 +0100)]
Addition of getLocationFromCellId and getLocationFromNodeId methods in MEDCouplingStructuredMesh.
akl [Thu, 12 Feb 2015 12:05:14 +0000 (16:05 +0400)]
Copyrights update 2015.
Anthony Geay [Wed, 11 Feb 2015 11:09:44 +0000 (12:09 +0100)]
Merge branch 'master' of https://git.salome-platform.org/git/modules/med
Anthony Geay [Wed, 11 Feb 2015 11:08:53 +0000 (12:08 +0100)]
MEDFileCMesh::setGroupAtLevel