Salome HOME
[EDF27988] : Implementation of MEDCouplingUMesh.explodeMeshTo for MEDFileUMesh.reduce...
[tools/medcoupling.git] / src / MEDCoupling / MEDCouplingRemapper.hxx
index 5c437d28f3f42f577943f6a1bfbef844b95276ab..94c6a7442560c4bf2e979b4d66e38b8f16dcb314 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -89,12 +89,14 @@ namespace MEDCoupling
     //
     int prepareNotInterpKernelOnly();
     int prepareNotInterpKernelOnlyGaussGauss();
+    int prepareNotInterpKernelOnlyFEFE();
     //
     static int CheckInterpolationMethodManageableByNotOnlyInterpKernel(const std::string& method);
     //
     bool isInterpKernelOnlyOrNotOnly() const;
     void updateTime() const;
     void checkPrepare() const;
+    void synchronizeSizeOfSideMatricesAfterMatrixComputation(mcIdType nbOfColsInMatrix);
     std::string checkAndGiveInterpolationMethodStr(std::string& srcMeth, std::string& trgMeth) const;
     void releaseData(bool matrixSuppression);
     void restartUsing(const MEDCouplingFieldTemplate *src, const MEDCouplingFieldTemplate *target);