X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FParaMEDMEM%2FBASICS_JR;h=2d3a6fc46ea394da8db3bb6b9f759c2a45f9577e;hb=34b392fa962cf123d25a685aa983d79ede02f3cd;hp=61a724d457670cc0fff04fd6b09e813e4a72c1d7;hpb=75943f980f7b908052ef03c2c0154508f4b0a039;p=tools%2Fmedcoupling.git diff --git a/src/ParaMEDMEM/BASICS_JR b/src/ParaMEDMEM/BASICS_JR index 61a724d45..2d3a6fc46 100644 --- a/src/ParaMEDMEM/BASICS_JR +++ b/src/ParaMEDMEM/BASICS_JR @@ -306,7 +306,7 @@ Presentation-ParaMEDMEM : dans MxN_Mapping.hxx . Le choix des options se fait avec le Data Exchange Channel : - + ParaMEDMEM::InterpKernelDEC dec (*source_group,*target_group); + + MEDCoupling::InterpKernelDEC dec (*source_group,*target_group); + dec.setOption("Asynchronous",true); + dec.setOption("TimeInterpolation",LinearTimeInterp); + dec.setOption("AllToAllMethod",PointToPoint); @@ -321,7 +321,7 @@ Presentation-ParaMEDMEM : et TimeInterpolation : methodes Asynchronous et SetTimeInterpolator de MPI_AccessDEC. -. ParaMEDMEM::InterpKernelDEC comporte maintenant une surcharge des +. MEDCoupling::InterpKernelDEC comporte maintenant une surcharge des methodes recvData() et sendData() : + void InterpKernelDEC::recvData( double time ) qui appelle SetTime(time) de MPI_AccessDEC et @@ -331,7 +331,7 @@ Presentation-ParaMEDMEM : SetTime(time,deltatime) de MPI_AccessDEC et sendData() -. recvData() et sendData() de ParaMEDMEM::InterpKernelDEC +. recvData() et sendData() de MEDCoupling::InterpKernelDEC appellent multiply et transposeMultiply de l'InterpolationMatrix qui appellent sendRecv et reverseSendRecv de MxN_Mapping qui appellent comm_interface.allToAllV en mode "Native"