Commit 53b43102 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed and simplified MeshFunctionVTKWriter

parent 24229abf
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -165,5 +165,3 @@ class MeshFunction :
} // namespace TNL

#include <TNL/Functions/MeshFunction_impl.h>
#include <TNL/Functions/MeshFunctionGnuplotWriter_impl.h>
#include <TNL/Functions/MeshFunctionVTKWriter_impl.h>
+1 −0
Original line number Diff line number Diff line
@@ -175,3 +175,4 @@ class MeshFunctionGnuplotWriter< MeshFunction< Meshes::Grid< 3, MeshReal, Device
} // namespace Functions
} // namespace TNL

#include <TNL/Functions/MeshFunctionGnuplotWriter_impl.h>
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@

#pragma once

#include <TNL/Functions/MeshFunctionGnuplotWriter.h>

namespace TNL {
namespace Functions {

+5 −0
Original line number Diff line number Diff line
@@ -10,9 +10,13 @@

#pragma once

#include <TNL/Meshes/Grid.h>

namespace TNL {
namespace Functions {   

template< typename, int, typename > class MeshFunction;

template< typename MeshFunction >
class MeshFunctionVTKWriter
{
@@ -207,3 +211,4 @@ class MeshFunctionVTKWriter< MeshFunction< Meshes::Grid< 3, MeshReal, Device, Me
} // namespace Functions
} // namespace TNL

#include <TNL/Functions/MeshFunctionVTKWriter_impl.h>
+83 −272

File changed.

Preview size limit exceeded, changes collapsed.