refactor: move includes into subdirectory 'tug'
This commit is contained in:
parent
590884dabb
commit
6120acdaf4
@ -1,7 +1,8 @@
|
|||||||
#include <Diffusion.hpp>
|
|
||||||
#include <Solver.hpp>
|
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
#include <tug/BoundaryCondition.hpp>
|
||||||
|
#include <tug/Diffusion.hpp>
|
||||||
|
#include <tug/Solver.hpp>
|
||||||
|
|
||||||
#include <Eigen/Dense>
|
#include <Eigen/Dense>
|
||||||
#include <Eigen/Sparse>
|
#include <Eigen/Sparse>
|
||||||
@ -10,7 +11,6 @@
|
|||||||
#include <chrono>
|
#include <chrono>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include "BoundaryCondition.hpp"
|
|
||||||
#include "TugUtils.hpp"
|
#include "TugUtils.hpp"
|
||||||
|
|
||||||
#ifdef _OPENMP
|
#ifdef _OPENMP
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <bits/stdint-uintn.h>
|
#include <bits/stdint-uintn.h>
|
||||||
|
#include <tug/BoundaryCondition.hpp>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include "BoundaryCondition.hpp"
|
|
||||||
#include "TugUtils.hpp"
|
#include "TugUtils.hpp"
|
||||||
|
|
||||||
constexpr uint8_t DIM_1D = 2;
|
constexpr uint8_t DIM_1D = 2;
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
#include <bits/stdint-uintn.h>
|
#include <bits/stdint-uintn.h>
|
||||||
#include <Solver.hpp>
|
#include <tug/Solver.hpp>
|
||||||
|
|
||||||
#include <Eigen/Dense>
|
#include <Eigen/Dense>
|
||||||
#include <Eigen/Sparse>
|
#include <Eigen/Sparse>
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
#include <BoundaryCondition.hpp>
|
|
||||||
#include <doctest/doctest.h>
|
#include <doctest/doctest.h>
|
||||||
|
#include <tug/BoundaryCondition.hpp>
|
||||||
|
|
||||||
using namespace tug::bc;
|
using namespace tug::bc;
|
||||||
|
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
#include "Diffusion.hpp"
|
|
||||||
#include "Solver.hpp"
|
|
||||||
#include <BoundaryCondition.hpp>
|
|
||||||
#include <bits/stdint-uintn.h>
|
#include <bits/stdint-uintn.h>
|
||||||
#include <doctest/doctest.h>
|
#include <doctest/doctest.h>
|
||||||
|
#include <tug/BoundaryCondition.hpp>
|
||||||
|
#include <tug/Diffusion.hpp>
|
||||||
|
#include <tug/Solver.hpp>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
using namespace tug::bc;
|
using namespace tug::bc;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user