X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCoupling%2FMEDCouplingRemapper.hxx;h=94c6a7442560c4bf2e979b4d66e38b8f16dcb314;hb=0ba3453939dda0697b09ed7e728a01d4f33e3ce2;hp=6966f6575348cc9023b4683878d8f194f45fba82;hpb=aafcf704892f03308a84407e898d9e8b19496a1c;p=tools%2Fmedcoupling.git diff --git a/src/MEDCoupling/MEDCouplingRemapper.hxx b/src/MEDCoupling/MEDCouplingRemapper.hxx index 6966f6575..94c6a7442 100644 --- a/src/MEDCoupling/MEDCouplingRemapper.hxx +++ b/src/MEDCoupling/MEDCouplingRemapper.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2022 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);