]>
SALOME platform Git repositories - tools/medcoupling.git/log
ageay [Wed, 20 Mar 2013 15:10:05 +0000 (15:10 +0000)]
Err message modification
ageay [Wed, 20 Mar 2013 13:37:53 +0000 (13:37 +0000)]
Non regression test of GaussPt->GaussPt
ageay [Wed, 20 Mar 2013 11:14:32 +0000 (11:14 +0000)]
names of cells and nodes now available in MEDFileMesh classes
ageay [Wed, 20 Mar 2013 11:12:07 +0000 (11:12 +0000)]
Put DataArray* destructors in private to prevent users to call delete directly.
eap [Wed, 20 Mar 2013 07:46:14 +0000 (07:46 +0000)]
0022168 : [CEA 762] medloader documentation
Fix failure of testExampleMeshAdvAPI1() after the first fix of this issue.
ageay [Tue, 19 Mar 2013 16:01:17 +0000 (16:01 +0000)]
Implementation of __getitem__ and __setitem__ in DataArrayAsciiChar
ageay [Tue, 19 Mar 2013 15:59:22 +0000 (15:59 +0000)]
Some useful constructors in DataArrayAsciiChar
ageay [Tue, 19 Mar 2013 15:58:31 +0000 (15:58 +0000)]
Naming convention : static method getRepr -> GetRepr of class MEDCouplingNatureOfField
ageay [Mon, 18 Mar 2013 15:30:21 +0000 (15:30 +0000)]
addition of checkDeepEquivalWith and checkDeepEquivalOnSameNodesWith in python API
ageay [Mon, 18 Mar 2013 15:16:43 +0000 (15:16 +0000)]
DataArrayChar, DataArrayByte, DataArrayAsciiChar + throw in the API for swig protection
ageay [Mon, 18 Mar 2013 15:02:28 +0000 (15:02 +0000)]
DataArrayChar, DataArrayByte, DataArrayAsciiChar + throw in the API for swig protection
ageay [Fri, 15 Mar 2013 16:27:17 +0000 (16:27 +0000)]
Some protections against not kind C++ users.
ageay [Fri, 15 Mar 2013 16:20:48 +0000 (16:20 +0000)]
DataArrayChar
ageay [Fri, 15 Mar 2013 13:45:16 +0000 (13:45 +0000)]
tiny cleanup
ageay [Fri, 15 Mar 2013 13:26:24 +0000 (13:26 +0000)]
Some tests of minimalDistanceTo and findClosestTuple
eap [Fri, 15 Mar 2013 13:24:25 +0000 (13:24 +0000)]
0021856 : [CEA 663] Documenting API of MEDCoupling and MEDLoader
MEDCouplingPointSet documented
eap [Fri, 15 Mar 2013 13:23:56 +0000 (13:23 +0000)]
0021856 : [CEA 663] Documenting API of MEDCoupling and MEDLoader
- PyObject *getNodeIdsNearPoints(PyObject *pt, int nbOfNodes, double eps) const throw(INTERP_KERNEL::Exception)
+ PyObject *getNodeIdsNearPoints(PyObject *pt, int nbOfPoints, double eps) const throw(INTERP_KERNEL::Exception)
ageay [Fri, 15 Mar 2013 13:22:43 +0000 (13:22 +0000)]
Some additional docs of very recent methods
eap [Fri, 15 Mar 2013 13:22:26 +0000 (13:22 +0000)]
0021856 : [CEA 663] Documenting API of MEDCoupling and MEDLoader
eap [Fri, 15 Mar 2013 13:19:57 +0000 (13:19 +0000)]
0021856 : [CEA 663] Documenting API of MEDCoupling and MEDLoader
Move comments to MED_SRC/doc/doxygen/fakesources/MEDCouplingPointSet.C
eap [Fri, 15 Mar 2013 13:19:24 +0000 (13:19 +0000)]
0021856 : [CEA 663] Documenting API of MEDCoupling and MEDLoader
minor changes
eap [Fri, 15 Mar 2013 13:18:03 +0000 (13:18 +0000)]
0021856 : [CEA 663] Documenting API of MEDCoupling and MEDLoader
MEDCouplingPointSet documented
eap [Fri, 15 Mar 2013 13:17:50 +0000 (13:17 +0000)]
0021856 : [CEA 663] Documenting API of MEDCoupling and MEDLoader
minor fixes
rnv [Fri, 15 Mar 2013 12:56:36 +0000 (12:56 +0000)]
Update header.
ageay [Fri, 15 Mar 2013 08:00:54 +0000 (08:00 +0000)]
Some additional docs of very recent methods
ageay [Fri, 15 Mar 2013 07:30:06 +0000 (07:30 +0000)]
Some checks in translate/scale
ageay [Fri, 15 Mar 2013 07:22:15 +0000 (07:22 +0000)]
Non regression test to check that MEDFile support big nb of components
ageay [Fri, 15 Mar 2013 06:39:41 +0000 (06:39 +0000)]
Protection against division by 0. in MEDCouplingPointSet::Rotate3DAlg
eap [Thu, 14 Mar 2013 14:55:42 +0000 (14:55 +0000)]
0022168 ]: [CEA 762] medloader documentation
Fix value of writeFromScratch parameter for appending mesh to file
#! [PySnippetMeshAdvAPI1_2]
self.assertTrue(isinstance(myMesh,MEDCouplingUMesh))
myMesh.setName(meshName)
- MEDLoader.WriteUMesh("wFile1.med",myMesh,True)
+ MEDLoader.WriteUMesh("wFile1.med",myMesh,False)
ageay [Wed, 13 Mar 2013 15:15:36 +0000 (15:15 +0000)]
Bug correction in swig : GaussLocalization class was accessible using Discretization
ageay [Wed, 13 Mar 2013 15:14:13 +0000 (15:14 +0000)]
Gauss<->Gauss interpolation
ageay [Wed, 13 Mar 2013 09:18:16 +0000 (09:18 +0000)]
Gauss<->Gauss interpolation
eap [Wed, 13 Mar 2013 09:06:00 +0000 (09:06 +0000)]
0021856 : [CEA 663] Documenting API of MEDCoupling and MEDLoader
Remove "//===="
ageay [Wed, 13 Mar 2013 08:11:08 +0000 (08:11 +0000)]
Gauss<->Gauss interpolation
eap [Tue, 12 Mar 2013 14:09:06 +0000 (14:09 +0000)]
0021856 : [CEA 663] Documenting API of MEDCoupling and MEDLoader
data arrays documented
eap [Tue, 12 Mar 2013 14:08:02 +0000 (14:08 +0000)]
0021856 : [CEA 663] Documenting API of MEDCoupling and MEDLoader
Move all comments to doc/doxygen/fakesources/MEDCouplingMemArray.C
eap [Tue, 12 Mar 2013 14:07:19 +0000 (14:07 +0000)]
0021856 : [CEA 663] Documenting API of MEDCoupling and MEDLoader
ageay [Tue, 12 Mar 2013 13:59:05 +0000 (13:59 +0000)]
Gauss<->Gauss interpolation
eap [Tue, 12 Mar 2013 13:58:47 +0000 (13:58 +0000)]
0021856 : [CEA 663] Documenting API of MEDCoupling and MEDLoader
Fix a typo: usefull -> useful
eap [Tue, 12 Mar 2013 13:56:56 +0000 (13:56 +0000)]
0021856 : [CEA 663] Documenting API of MEDCoupling and MEDLoader
DataArray's are documented
eap [Tue, 12 Mar 2013 13:56:25 +0000 (13:56 +0000)]
0021856 : [CEA 663] Documenting API of MEDCoupling and MEDLoader
Some typos and decoration
+\section MEDCouplingArrayFill Filling DataArray with values
eap [Tue, 12 Mar 2013 13:53:09 +0000 (13:53 +0000)]
0021856 : [CEA 663] Documenting API of MEDCoupling and MEDLoader
INPUT = @builddir@ \
@srcdir@ \
+ @srcdir@/fakesources \
eap [Tue, 12 Mar 2013 13:51:35 +0000 (13:51 +0000)]
0021856 : [CEA 663] Documenting API of MEDCoupling and MEDLoader
// This file contains some code which is not compiled and is used only for
// 1) generation of documentation for inline methods of array classes
// 2) grouping all methods into 3 lists" "Basic API", "Advanced API" and "Others..."
ageay [Tue, 12 Mar 2013 13:01:42 +0000 (13:01 +0000)]
DataArrayDouble::findClosestTupleId (for Gauss<->Gauss interpolation)
ageay [Mon, 11 Mar 2013 16:23:32 +0000 (16:23 +0000)]
DataArrayDouble::findClosestTupleId (for Gauss<->Gauss interpolation)
ageay [Mon, 11 Mar 2013 16:19:29 +0000 (16:19 +0000)]
Gauss<->Gauss interpolation in MEDCouplingRemapper.
ageay [Mon, 11 Mar 2013 14:25:59 +0000 (14:25 +0000)]
some docs
ageay [Fri, 8 Mar 2013 16:20:08 +0000 (16:20 +0000)]
const MEDCouplingFieldTemplate *ft -> const MEDCouplingFieldTemplate& ft
ageay [Fri, 8 Mar 2013 16:18:38 +0000 (16:18 +0000)]
Little redesign of MEDCouplingRemapper before introducing GaussPt->GaussPt interpolation
ageay [Fri, 8 Mar 2013 16:15:06 +0000 (16:15 +0000)]
Some little imp to be protected against modification during interpolation
ageay [Fri, 8 Mar 2013 16:14:29 +0000 (16:14 +0000)]
Normalization of the name of a static method
ageay [Fri, 8 Mar 2013 15:04:26 +0000 (15:04 +0000)]
Addition of a boolean (deepCopy) in copy constructor of MEDCouplingField. const MEDCouplingFieldTemplate *ft -> const MEDCouplingFieldTemplate& ft
ageay [Fri, 8 Mar 2013 14:00:19 +0000 (14:00 +0000)]
Extension of MEDCouplingUMesh::checkConsecutiveCellTypesAndOrder method. This method treats now the case where a umesh has some geo types in this contiguous not in input array
bruneton [Fri, 8 Mar 2013 12:11:04 +0000 (12:11 +0000)]
removing some left over tabs
ageay [Fri, 8 Mar 2013 11:16:26 +0000 (11:16 +0000)]
Implementation of integral and getWeightedAverageValue for fields with spatial discretization set to GAUSS_NE
Modification of API of MEDCouplingFieldDouble::getWeightedAverageValue
ageay [Fri, 8 Mar 2013 08:26:22 +0000 (08:26 +0000)]
Use non deprecated FindPLATFORM to avoid static assignation of CXX_FLAGS
ageay [Thu, 7 Mar 2013 15:14:06 +0000 (15:14 +0000)]
No more std::set in DataArray API
ageay [Thu, 7 Mar 2013 15:09:35 +0000 (15:09 +0000)]
API modification of DataArrayInt::getDifferentValues
ageay [Thu, 7 Mar 2013 15:08:05 +0000 (15:08 +0000)]
End of convertLinearCellsToQuadratic, with policy 1
ageay [Thu, 7 Mar 2013 07:28:41 +0000 (07:28 +0000)]
Swig of DataArray*::pushBackValsSilent
ageay [Wed, 6 Mar 2013 15:40:42 +0000 (15:40 +0000)]
Swig of DataArray*::pushBackValsSilent
bruneton [Wed, 6 Mar 2013 15:25:23 +0000 (15:25 +0000)]
All getNumberOfTuples() methods now throw INTERP_KERNEL::Exception.
ageay [Wed, 6 Mar 2013 14:57:47 +0000 (14:57 +0000)]
Rrrrrrrrr no tabulation :-) need more eclipse setups
bruneton [Wed, 6 Mar 2013 13:44:55 +0000 (13:44 +0000)]
Bug fixes: 1. computeTypes() wasn't checking number of elements.
2. Gauss discretization -> getNumberOfTuples() wasn't checking proper init of the discretization.
bruneton [Wed, 6 Mar 2013 12:48:41 +0000 (12:48 +0000)]
Doc fix - extensive field interpolation differs from intensive field interpolation, even if the meshes perfectly overlapp.
vsr [Mon, 4 Mar 2013 09:23:35 +0000 (09:23 +0000)]
0022151 : [CEA 758] doc MED GUI
gdd [Fri, 1 Mar 2013 14:26:28 +0000 (14:26 +0000)]
barate: the m4 files are correctly installed when MED is compiled using CMake. This alllows further modules to be compiled with the autotools.
ageay [Fri, 1 Mar 2013 11:49:16 +0000 (11:49 +0000)]
__repr__ protection against exceptions.
ageay [Fri, 1 Mar 2013 11:47:38 +0000 (11:47 +0000)]
Debug convertLinearToQuadratic
ageay [Fri, 1 Mar 2013 09:48:01 +0000 (09:48 +0000)]
Debug convertLinearToQuadratic
ageay [Fri, 1 Mar 2013 07:49:11 +0000 (07:49 +0000)]
Debug convertLinearToQuadratic
ageay [Wed, 27 Feb 2013 11:36:01 +0000 (11:36 +0000)]
integral in GAUSS_NE fields
ageay [Tue, 26 Feb 2013 16:54:11 +0000 (16:54 +0000)]
integral in GAUSS_NE fields
ageay [Tue, 26 Feb 2013 14:31:49 +0000 (14:31 +0000)]
Error in message in BuildIntersection
ageay [Tue, 26 Feb 2013 11:10:08 +0000 (11:10 +0000)]
cleanup decrRef
ageay [Tue, 26 Feb 2013 09:54:51 +0000 (09:54 +0000)]
Some useful doc
ageay [Tue, 26 Feb 2013 09:52:20 +0000 (09:52 +0000)]
Bug corrections and tiny devs in Parameters
ageay [Tue, 26 Feb 2013 09:41:20 +0000 (09:41 +0000)]
Bug corrections and tiny devs in Parameters
ageay [Mon, 25 Feb 2013 17:53:07 +0000 (17:53 +0000)]
Management of MEDfileParameters.
ageay [Fri, 22 Feb 2013 16:33:00 +0000 (16:33 +0000)]
little imp
ageay [Fri, 22 Feb 2013 16:32:38 +0000 (16:32 +0000)]
Bug correction on PENTA15
ageay [Fri, 22 Feb 2013 11:24:17 +0000 (11:24 +0000)]
Change funny message on exception in DataArrayInt::changeSurjectiveFormat
ageay [Thu, 21 Feb 2013 16:22:19 +0000 (16:22 +0000)]
Addition of checkAllocated methods
ageay [Thu, 21 Feb 2013 15:49:59 +0000 (15:49 +0000)]
Correct error message in DataArrayDouble::toNoInterlace
ageay [Thu, 21 Feb 2013 14:54:43 +0000 (14:54 +0000)]
Correct bug located by Edward in DataArrayInt::transformWithIndArrR
ageay [Wed, 20 Feb 2013 16:31:10 +0000 (16:31 +0000)]
Correct bugs in DataArray*::__setitem__ python API when pylist or pytuple in argument.
ageay [Tue, 19 Feb 2013 16:49:36 +0000 (16:49 +0000)]
Correct bugs in DataArray*::__setitem__ python API when pylist or pytuple in argument.
ageay [Tue, 19 Feb 2013 16:47:24 +0000 (16:47 +0000)]
A test to check that checkCoherency detects that a umesh has no coords set.
ageay [Tue, 19 Feb 2013 16:46:31 +0000 (16:46 +0000)]
Extension of DataArray*::setPartOfValues1
akl [Tue, 19 Feb 2013 06:44:36 +0000 (06:44 +0000)]
1) Fix because of renaming of FindLIBBATCH.cmake to FindSalomeLIBBATCH.cmake
2) Add 'SALOME_USE_MPI' flag to manage of compile of 'ParaXXX' packages.
ageay [Mon, 18 Feb 2013 16:20:58 +0000 (16:20 +0000)]
Edward code review
ageay [Fri, 15 Feb 2013 16:05:13 +0000 (16:05 +0000)]
Error protection on DataArray*::setPartOfValuesAdv
ageay [Thu, 14 Feb 2013 16:28:30 +0000 (16:28 +0000)]
Refactoring
ageay [Thu, 14 Feb 2013 15:45:20 +0000 (15:45 +0000)]
Refactoring
ageay [Thu, 14 Feb 2013 15:30:21 +0000 (15:30 +0000)]
Suppression
eap [Thu, 14 Feb 2013 13:08:29 +0000 (13:08 +0000)]
0021756 : [CEA 602] MEDPartitioner improvements
- bin_PROGRAMS=medpartitioner_para
+ bin_PROGRAMS+=medpartitioner_para
ageay [Thu, 14 Feb 2013 09:07:28 +0000 (09:07 +0000)]
Changing error messages
ageay [Thu, 14 Feb 2013 07:19:43 +0000 (07:19 +0000)]
Bug correction in DataArray*::setSelectedComponents
ageay [Wed, 13 Feb 2013 16:58:21 +0000 (16:58 +0000)]
Protect against throw in MEDFileMesh::New(arg0,arg1)
ageay [Wed, 13 Feb 2013 07:52:46 +0000 (07:52 +0000)]
MEDCouplingFieldDouble::copyAllTinyAttrFrom