]> SALOME platform Git repositories - tools/medcoupling.git/commit
Salome HOME
Small refactoring of interpolation and implementation of localization of points regar... V9_9_1b1
authorAnthony Geay <anthony.geay@edf.fr>
Thu, 18 Aug 2022 09:08:14 +0000 (11:08 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Wed, 24 Aug 2022 08:21:42 +0000 (10:21 +0200)
commit17d4c9c3365f9de973b5db520e2f50ba2e016a0a
treea8e98a0bea469cfff5fc96c631cc0d26eb0f9784
parentc75d3ee306ce3203b71187b0295acf0c03c8dc06
Small refactoring of interpolation and implementation of localization of points regarding associated reference FE element.
47 files changed:
doc/developer/doxygen/doxfiles/reference/fields/discretization.dox
src/INTERP_KERNEL/BBTree.txx
src/INTERP_KERNEL/BBTreeStandAlone.txx [new file with mode: 0644]
src/INTERP_KERNEL/Bases/InterpKernelException.hxx
src/INTERP_KERNEL/BoundingBox.cxx
src/INTERP_KERNEL/BoundingBox.hxx
src/INTERP_KERNEL/CMakeLists.txt
src/INTERP_KERNEL/GaussPoints/InterpKernelGaussCoords.cxx
src/INTERP_KERNEL/GaussPoints/InterpKernelGaussCoords.hxx
src/INTERP_KERNEL/InterpKernelDenseMatrix.hxx [new file with mode: 0644]
src/INTERP_KERNEL/InterpKernelDenseMatrix.txx [new file with mode: 0644]
src/INTERP_KERNEL/InterpKernelRootsMultiDim.hxx [new file with mode: 0644]
src/INTERP_KERNEL/Interpolation1D0D.txx
src/INTERP_KERNEL/Interpolation2D3D.hxx
src/INTERP_KERNEL/Interpolation2D3D.txx
src/INTERP_KERNEL/Interpolation3D.txx
src/INTERP_KERNEL/Interpolation3D1D.cxx
src/INTERP_KERNEL/Interpolation3D1D.hxx
src/INTERP_KERNEL/Interpolation3D1D.txx
src/INTERP_KERNEL/InterpolationHelper.txx [new file with mode: 0755]
src/INTERP_KERNEL/LinearAlgebra/InterpKernelDenseMatrix.cxx [new file with mode: 0644]
src/INTERP_KERNEL/LinearAlgebra/InterpKernelLUDecomp.cxx [new file with mode: 0644]
src/INTERP_KERNEL/LinearAlgebra/InterpKernelLUDecomp.hxx [new file with mode: 0644]
src/INTERP_KERNEL/LinearAlgebra/InterpKernelQRDecomp.cxx [new file with mode: 0644]
src/INTERP_KERNEL/LinearAlgebra/InterpKernelQRDecomp.hxx [new file with mode: 0644]
src/INTERP_KERNEL/MeshElement.hxx
src/INTERP_KERNEL/MeshElement.txx
src/INTERP_KERNEL/TargetIntersector.hxx
src/INTERP_KERNEL/TargetIntersector.txx
src/MEDCoupling/CMakeLists.txt
src/MEDCoupling/MEDCouplingFieldDiscretization.cxx
src/MEDCoupling/MEDCouplingFieldDiscretization.hxx
src/MEDCoupling/MEDCouplingFieldDiscretizationOnNodesFE.cxx [new file with mode: 0755]
src/MEDCoupling/MEDCouplingFieldDiscretizationOnNodesFE.hxx [new file with mode: 0644]
src/MEDCoupling/MEDCouplingFieldT.txx
src/MEDCoupling/MEDCouplingGaussLocalization.cxx
src/MEDCoupling/MEDCouplingGaussLocalization.hxx
src/MEDCoupling/MEDCouplingMemArray.txx
src/MEDCoupling/MEDCouplingNormalizedUnstructuredMesh.hxx
src/MEDCoupling/MEDCouplingRefCountObject.hxx
src/MEDCoupling/MEDCouplingRemapper.cxx
src/MEDCoupling/MEDCouplingRemapper.hxx
src/MEDCoupling_Swig/MEDCouplingBasicsTest7.py
src/MEDCoupling_Swig/MEDCouplingCommon.i
src/MEDCoupling_Swig/MEDCouplingFieldDiscretization.i
src/MEDCoupling_Swig/MEDCouplingRemapperTest.py
src/MEDCoupling_Swig/MEDCouplingTypemaps.i