Commit 69b6c36c authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Renaming the folder solvers to Solvers.

parent 6d6a8ea6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
#include <TNL/tnlConfig.h>
#include <TNL/solvers/tnlSolver.h>
#include <TNL/solvers/tnlBuildConfigTags.h>
#include <TNL/Solvers/tnlSolver.h>
#include <TNL/Solvers/tnlBuildConfigTags.h>
#include <TNL/operators/tnlDirichletBoundaryConditions.h>
#include <TNL/operators/tnlNeumannBoundaryConditions.h>
#include <TNL/Functions/Analytic/ConstantFunction.h>
+1 −1
Original line number Diff line number Diff line
#ifndef advectionBUILDCONFIGTAG_H_
#define advectionBUILDCONFIGTAG_H_

#include <TNL/solvers/tnlBuildConfigTags.h>
#include <TNL/Solvers/tnlBuildConfigTags.h>

namespace TNL {

+3 −3
Original line number Diff line number Diff line
@@ -3,9 +3,9 @@

#include <TNL/core/mfilename.h>
#include <TNL/Matrices/MatrixSetter.h>
#include <TNL/solvers/pde/tnlExplicitUpdater.h>
#include <TNL/solvers/pde/tnlLinearSystemAssembler.h>
#include <TNL/solvers/pde/tnlBackwardTimeDiscretisation.h>
#include <TNL/Solvers/pde/tnlExplicitUpdater.h>
#include <TNL/Solvers/pde/tnlLinearSystemAssembler.h>
#include <TNL/Solvers/pde/tnlBackwardTimeDiscretisation.h>

namespace TNL {

+3 −3
Original line number Diff line number Diff line
@@ -11,9 +11,9 @@
#ifndef TNL_HEAT_EQUATION_EOC_H_
#define TNL_HEAT_EQUATION_EOC_H_

#include <TNL/solvers/tnlSolver.h>
#include <TNL/solvers/tnlFastBuildConfigTag.h>
#include <TNL/solvers/tnlBuildConfigTags.h>
#include <TNL/Solvers/tnlSolver.h>
#include <TNL/Solvers/tnlFastBuildConfigTag.h>
#include <TNL/Solvers/tnlBuildConfigTags.h>
#include <TNL/Functions/TestFunction.h>
#include <TNL/operators/diffusion/tnlLinearDiffusion.h>
#include <TNL/operators/diffusion/tnlExactLinearDiffusion.h>
+3 −3
Original line number Diff line number Diff line
@@ -11,9 +11,9 @@
#ifndef TNL_HEAT_EQUATION_H_
#define TNL_HEAT_EQUATION_H_

#include <TNL/solvers/tnlSolver.h>
#include <TNL/solvers/tnlFastBuildConfigTag.h>
#include <TNL/solvers/tnlBuildConfigTags.h>
#include <TNL/Solvers/tnlSolver.h>
#include <TNL/Solvers/tnlFastBuildConfigTag.h>
#include <TNL/Solvers/tnlBuildConfigTags.h>
#include <TNL/operators/diffusion/tnlLinearDiffusion.h>
#include <TNL/operators/tnlDirichletBoundaryConditions.h>
#include <TNL/operators/tnlNeumannBoundaryConditions.h>
Loading