Loading examples/heat-equation/tnl-heat-equation-eoc.h +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ using namespace TNL; using namespace TNL::Problems; //typedef tnlDefaultBuildMeshConfig BuildConfig; typedef Solvers::tnlFastBuildConfig BuildConfig; typedef Solvers::FastBuildConfig BuildConfig; template< typename MeshConfig > class heatEquationEocConfig Loading examples/heat-equation/tnl-heat-equation.h +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ using namespace TNL; using namespace TNL::Problems; //typedef tnlDefaultBuildMeshConfig BuildConfig; typedef Solvers::tnlFastBuildConfig BuildConfig; typedef Solvers::FastBuildConfig BuildConfig; template< typename MeshConfig > class heatEquationConfig Loading examples/mean-curvature-flow/tnl-mean-curvature-flow-eoc.h +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ #include <TNL/Operators/geometric/ExactGradientNorm.h> //typedef tnlDefaultConfigTag BuildConfig; typedef tnlFastBuildConfig BuildConfig; typedef FastBuildConfig BuildConfig; template< typename ConfigTag > class meanCurvatureFlowEocConfig Loading examples/mean-curvature-flow/tnl-mean-curvature-flow.h +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ #include <TNL/Functions/MeshFunction.h> //typedef tnlDefaultConfigTag BuildConfig; typedef tnlFastBuildConfig BuildConfig; typedef FastBuildConfig BuildConfig; template< typename ConfigTag > class meanCurvatureFlowConfig Loading src/TNL/Problems/HeatEquationProblem_impl.h +2 −7 Original line number Diff line number Diff line Loading @@ -240,14 +240,9 @@ getExplicitRHS( const RealType& time, time + tau, this->uPointer ); //fu.write( "fu.txt", "gnuplot" ); //this->u.write( "u.txt", "gnuplot"); //uPointer->write( "u.txt", "gnuplot" ); //fuPointer->write( "fu.txt", "gnuplot" ); //getchar(); /*cout << "u = " << u << std::endl; std::cout << "fu = " << fu << std::endl; u.save( "u.tnl" ); fu.save( "fu.tnl" ); getchar();*/ } template< typename Mesh, Loading Loading
examples/heat-equation/tnl-heat-equation-eoc.h +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ using namespace TNL; using namespace TNL::Problems; //typedef tnlDefaultBuildMeshConfig BuildConfig; typedef Solvers::tnlFastBuildConfig BuildConfig; typedef Solvers::FastBuildConfig BuildConfig; template< typename MeshConfig > class heatEquationEocConfig Loading
examples/heat-equation/tnl-heat-equation.h +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ using namespace TNL; using namespace TNL::Problems; //typedef tnlDefaultBuildMeshConfig BuildConfig; typedef Solvers::tnlFastBuildConfig BuildConfig; typedef Solvers::FastBuildConfig BuildConfig; template< typename MeshConfig > class heatEquationConfig Loading
examples/mean-curvature-flow/tnl-mean-curvature-flow-eoc.h +1 −1 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ #include <TNL/Operators/geometric/ExactGradientNorm.h> //typedef tnlDefaultConfigTag BuildConfig; typedef tnlFastBuildConfig BuildConfig; typedef FastBuildConfig BuildConfig; template< typename ConfigTag > class meanCurvatureFlowEocConfig Loading
examples/mean-curvature-flow/tnl-mean-curvature-flow.h +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ #include <TNL/Functions/MeshFunction.h> //typedef tnlDefaultConfigTag BuildConfig; typedef tnlFastBuildConfig BuildConfig; typedef FastBuildConfig BuildConfig; template< typename ConfigTag > class meanCurvatureFlowConfig Loading
src/TNL/Problems/HeatEquationProblem_impl.h +2 −7 Original line number Diff line number Diff line Loading @@ -240,14 +240,9 @@ getExplicitRHS( const RealType& time, time + tau, this->uPointer ); //fu.write( "fu.txt", "gnuplot" ); //this->u.write( "u.txt", "gnuplot"); //uPointer->write( "u.txt", "gnuplot" ); //fuPointer->write( "fu.txt", "gnuplot" ); //getchar(); /*cout << "u = " << u << std::endl; std::cout << "fu = " << fu << std::endl; u.save( "u.tnl" ); fu.save( "fu.tnl" ); getchar();*/ } template< typename Mesh, Loading