Commit 9d4344c5 authored by Vít Hanousek's avatar Vít Hanousek
Browse files

temporarily Fix heat equation problem by LocalCopy save

parent c7af99d7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

#include "HeatEquationProblem.h"

#define MPIIO
//#define MPIIO
#include <TNL/Meshes/DistributedMeshes/DistributedGridIO.h>


@@ -214,7 +214,7 @@ makeSnapshot( const RealType& time,

   if(CommunicatorType::isDistributed())
   {
      Meshes::DistributedMeshes::DistributedGridIO<MeshFunctionType,Meshes::DistributedMeshes::MpiIO> ::save(fileName.getFileName(), *uPointer );
      Meshes::DistributedMeshes::DistributedGridIO<MeshFunctionType,Meshes::DistributedMeshes::LocalCopy> ::save(fileName.getFileName(), *uPointer );
   }
   else
   {