Skip to content
Snippets Groups Projects
Commit b39882e1 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Renaming folder schemes to operators.

parent 1d314705
No related branches found
No related tags found
No related merge requests found
Showing
with 63 additions and 27 deletions
......@@ -5,26 +5,37 @@
<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="cdt.managedbuild.toolchain.gnu.base.2134791445" moduleId="org.eclipse.cdt.core.settings" name="Default">
<externalSettings/>
<extensions>
<extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/>
<extension id="org.eclipse.cdt.core.GmakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
<extension id="org.eclipse.cdt.core.CWDLocator" point="org.eclipse.cdt.core.ErrorParser"/>
<extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
<extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
<extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
<extension id="org.eclipse.cdt.core.ELF" point="org.eclipse.cdt.core.BinaryParser"/>
</extensions>
</storageModule>
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
<configuration buildProperties="" id="cdt.managedbuild.toolchain.gnu.base.2134791445" name="Default" parent="org.eclipse.cdt.build.core.emptycfg">
<configuration buildProperties="" description="" id="cdt.managedbuild.toolchain.gnu.base.2134791445" name="Default" parent="org.eclipse.cdt.build.core.emptycfg">
<folderInfo id="cdt.managedbuild.toolchain.gnu.base.2134791445.1799170915" name="/" resourcePath="">
<toolChain id="cdt.managedbuild.toolchain.gnu.base.1762402759" name="cdt.managedbuild.toolchain.gnu.base" superClass="cdt.managedbuild.toolchain.gnu.base">
<targetPlatform archList="all" binaryParser="org.eclipse.cdt.core.ELF" id="cdt.managedbuild.target.gnu.platform.base.840154721" name="Debug Platform" osList="linux,hpux,aix,qnx" superClass="cdt.managedbuild.target.gnu.platform.base"/>
<builder id="cdt.managedbuild.target.gnu.builder.base.573876641" managedBuildOn="false" name="Gnu Make Builder.Default" superClass="cdt.managedbuild.target.gnu.builder.base"/>
<builder id="cdt.managedbuild.target.gnu.builder.base.573876641" keepEnvironmentInBuildfile="false" managedBuildOn="false" name="Gnu Make Builder" superClass="cdt.managedbuild.target.gnu.builder.base"/>
<tool id="cdt.managedbuild.tool.gnu.archiver.base.958650307" name="GCC Archiver" superClass="cdt.managedbuild.tool.gnu.archiver.base"/>
<tool id="cdt.managedbuild.tool.gnu.cpp.compiler.base.1237330740" name="GCC C++ Compiler" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.base"/>
<tool id="cdt.managedbuild.tool.gnu.c.compiler.base.315517693" name="GCC C Compiler" superClass="cdt.managedbuild.tool.gnu.c.compiler.base"/>
<tool id="cdt.managedbuild.tool.gnu.cpp.compiler.base.1237330740" name="GCC C++ Compiler" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.base">
<inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.1856262209" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/>
</tool>
<tool id="cdt.managedbuild.tool.gnu.c.compiler.base.315517693" name="GCC C Compiler" superClass="cdt.managedbuild.tool.gnu.c.compiler.base">
<inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.950045328" superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/>
</tool>
<tool id="cdt.managedbuild.tool.gnu.c.linker.base.1786292703" name="GCC C Linker" superClass="cdt.managedbuild.tool.gnu.c.linker.base"/>
<tool id="cdt.managedbuild.tool.gnu.cpp.linker.base.1133414639" name="GCC C++ Linker" superClass="cdt.managedbuild.tool.gnu.cpp.linker.base"/>
<tool id="cdt.managedbuild.tool.gnu.assembler.base.336757143" name="GCC Assembler" superClass="cdt.managedbuild.tool.gnu.assembler.base"/>
<tool id="cdt.managedbuild.tool.gnu.cpp.linker.base.1133414639" name="GCC C++ Linker" superClass="cdt.managedbuild.tool.gnu.cpp.linker.base">
<inputType id="cdt.managedbuild.tool.gnu.cpp.linker.input.692614544" superClass="cdt.managedbuild.tool.gnu.cpp.linker.input">
<additionalInput kind="additionalinputdependency" paths="$(USER_OBJS)"/>
<additionalInput kind="additionalinput" paths="$(LIBS)"/>
</inputType>
</tool>
<tool id="cdt.managedbuild.tool.gnu.assembler.base.336757143" name="GCC Assembler" superClass="cdt.managedbuild.tool.gnu.assembler.base">
<inputType id="cdt.managedbuild.tool.gnu.assembler.input.1329383797" superClass="cdt.managedbuild.tool.gnu.assembler.input"/>
</tool>
</toolChain>
</folderInfo>
</configuration>
......
......@@ -26,7 +26,7 @@
#include <functions/tnlSinBumpsFunction.h>
#include "tnlTimeFunction.h"
#include "tnlDirichletBoundaryConditions.h"
#include <schemes/diffusion/tnlLinearDiffusion.h>
#include <operators/diffusion/tnlLinearDiffusion.h>
#include "tnlNeumannBoundaryConditions.h"
#include "tnlZeroRightHandSide.h"
#include "tnlRightHandSide.h"
......
......@@ -21,7 +21,7 @@
#include "heatEquationSetter.h"
#include "heatEquationSolver.h"
#include <functions/tnlTestFunction.h>
#include <schemes/diffusion/tnlLinearDiffusion.h>
#include <operators/diffusion/tnlLinearDiffusion.h>
#include "tnlDirichletBoundaryConditions.h"
#include "tnlRightHandSide.h"
......
......@@ -20,8 +20,8 @@
#include <mesh/tnlGrid.h>
#include <mesh/tnlLinearGridGeometry.h>
#include <schemes/euler/fvm/tnlLaxFridrichs.h>
#include <schemes/gradient/tnlCentralFDMGradient.h>
#include <operators/euler/fvm/tnlLaxFridrichs.h>
#include <operators/gradient/tnlCentralFDMGradient.h>
template< typename MeshType, typename SolverStarter >
template< typename RealType,
......
......@@ -25,9 +25,9 @@
#include <matrices/tnlCSRMatrix.h>
#include <solvers/preconditioners/tnlDummyPreconditioner.h>
#include <solvers/tnlSolverMonitor.h>
#include <schemes/euler/fvm/tnlLaxFridrichs.h>
#include <schemes/gradient/tnlCentralFDMGradient.h>
#include <schemes/diffusion/tnlLinearDiffusion.h>
#include <operators/euler/fvm/tnlLaxFridrichs.h>
#include <operators/gradient/tnlCentralFDMGradient.h>
#include <operators/diffusion/tnlLinearDiffusion.h>
#include <mesh/tnlLinearGridGeometry.h>
#include <solvers/cfd/navier-stokes/tnlNavierStokesSolver.h>
......
......@@ -5,18 +5,19 @@ ADD_SUBDIRECTORY( core )
ADD_SUBDIRECTORY( debug )
ADD_SUBDIRECTORY( matrices )
ADD_SUBDIRECTORY( mesh )
ADD_SUBDIRECTORY( schemes )
ADD_SUBDIRECTORY( operators )
ADD_SUBDIRECTORY( solvers )
ADD_SUBDIRECTORY( legacy )
ADD_SUBDIRECTORY( implementation )
set( tnl_SOURCES ${tnl_generators_SOURCES}
set( tnl_SOURCES ${tnl_functions_SOURCES}
${tnl_config_SOURCES}
${tnl_core_SOURCES}
${tnl_implementation_SOURCES}
${tnl_legacy_SOURCES}
${tnl_debug_SOURCES}
${tnl_matrices_SOURCES} )
${tnl_matrices_SOURCES}
${tnl_operators_SOURCES} )
set( tnl_CUDA__SOURCES ${tnl_generators_CUDA__SOURCES}
${tnl_config_CUDA__SOURCES}
......@@ -24,7 +25,8 @@ set( tnl_CUDA__SOURCES ${tnl_generators_CUDA__SOURCES}
${tnl_implementation_CUDA__SOURCES}
${tnl_legacy_CUDA__SOURCES}
${tnl_debug_CUDA__SOURCES}
${tnl_matrices_CUDA__SOURCES} )
${tnl_matrices_CUDA__SOURCES}
${tnl_operators_CUDA__SOURCES} )
if( BUILD_CUDA )
......
......@@ -3,7 +3,7 @@ ADD_SUBDIRECTORY( core )
ADD_SUBDIRECTORY( matrices )
ADD_SUBDIRECTORY( mesh )
ADD_SUBDIRECTORY( functions )
ADD_SUBDIRECTORY( schemes )
ADD_SUBDIRECTORY( operators )
ADD_SUBDIRECTORY( solvers )
SET( headers )
......@@ -14,7 +14,7 @@ IF( BUILD_CUDA )
${tnl_implementation_matrices_CUDA__SOURCES}
${tnl_implementation_mesh_CUDA__SOURCES}
${tnl_implementation_generators_CUDA__SOURCES}
${tnl_implementation_schemes_CUDA__SOURCES}
${tnl_implementation_operators_CUDA__SOURCES}
${tnl_implementation_solvers_CUDA__SOURCES}
PARENT_SCOPE )
ENDIF()
......@@ -25,7 +25,7 @@ set( tnl_implementation_SOURCES
${tnl_implementation_generators_SOURCES}
${tnl_implementation_matrices_SOURCES}
${tnl_implementation_mesh_SOURCES}
${tnl_implementation_schemes_SOURCES}
${tnl_implementation_operators_SOURCES}
${tnl_implementation_solvers_SOURCES}
PARENT_SCOPE )
......
......@@ -2,22 +2,22 @@ ADD_SUBDIRECTORY( gradient )
ADD_SUBDIRECTORY( diffusion )
ADD_SUBDIRECTORY( euler )
SET( CURRENT_DIR ${CMAKE_SOURCE_DIR}/src/implementation/schemes )
SET( CURRENT_DIR ${CMAKE_SOURCE_DIR}/src/implementation/operators )
if( BUILD_CUDA)
set( tnl_implementation_schemes_CUDA__SOURCES
${tnl_implementation_schemes_diffusion_CUDA__SOURCES}
${tnl_implementation_schemes_gradient_CUDA__SOURCES}
${tnl_implementation_schemes_euler_CUDA__SOURCES}
set( tnl_implementation_operators_CUDA__SOURCES
${tnl_implementation_operators_diffusion_CUDA__SOURCES}
${tnl_implementation_operators_gradient_CUDA__SOURCES}
${tnl_implementation_operators_euler_CUDA__SOURCES}
${common_SOURCES}
PARENT_SCOPE )
endif()
set( tnl_implementation_schemes_SOURCES
${tnl_implementation_schemes_diffusion_SOURCES}
${tnl_implementation_schemes_gradient_SOURCES}
${tnl_implementation_schemes_euler_SOURCES}
set( tnl_implementation_operators_SOURCES
${tnl_implementation_operators_diffusion_SOURCES}
${tnl_implementation_operators_gradient_SOURCES}
${tnl_implementation_operators_euler_SOURCES}
${common_SOURCES}
PARENT_SCOPE )
INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/implementation/schemes )
INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/implementation/operators )
......@@ -2,7 +2,7 @@
#ifndef TNLLINEARDIFFUSION_IMP_H
#define TNLLINEARDIFFUSION_IMP_H
#include <schemes/diffusion/tnlLinearDiffusion.h>
#include <operators/diffusion/tnlLinearDiffusion.h>
#include <mesh/tnlGrid.h>
template< typename MeshReal,
......
......@@ -18,7 +18,7 @@
#ifndef TNLFINITEDIFFERENCES_IMPL_H_
#define TNLFINITEDIFFERENCES_IMPL_H_
#include <schemes/tnlFiniteDifferences.h>
#include <operators/tnlFiniteDifferences.h>
template< typename Real, typename Device, typename Index >
template< typename GridFunction,
......@@ -186,7 +186,7 @@ Real tnlFiniteDifferences< tnlGrid< 3, Real, Device, Index > >::getDifference( c
}
#include <implementation/schemes/tnlFiniteDifferences_impl.h>
#include <implementation/operators/tnlFiniteDifferences_impl.h>
......
......@@ -100,6 +100,6 @@ class tnlLinearDiffusion< tnlGrid< 2, Real, Device, Index, tnlIdenticalGridGeome
};
#include <implementation/schemes/diffusion/tnlLinearDiffusion_impl.h>
#include <implementation/operators/diffusion/tnlLinearDiffusion_impl.h>
#endif
......@@ -4,7 +4,7 @@ ADD_SUBDIRECTORY( euler )
SET( headers tnlFiniteDifferences.h )
#SET( libtnlmeshincludedir ${TNL_INCLUDE_DIR}/schemes )
#SET( libtnlmeshincludedir ${TNL_INCLUDE_DIR}/operators )
#SET( libtnlmeshinclude_HEADERS ${headers} )
INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/schemes )
\ No newline at end of file
INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/operators )
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment