mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-14 09:58:22 +01:00
Merge branch 'main' of git.gfz-potsdam.de:naaice/tug
This commit is contained in:
commit
25855da6b2
@ -2,7 +2,6 @@
|
|||||||
#define BOUNDARYCONDITION_H_
|
#define BOUNDARYCONDITION_H_
|
||||||
|
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <bits/stdint-uintn.h>
|
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|||||||
@ -6,7 +6,6 @@
|
|||||||
#include <Eigen/Dense>
|
#include <Eigen/Dense>
|
||||||
#include <Eigen/Sparse>
|
#include <Eigen/Sparse>
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <bits/stdint-uintn.h>
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
namespace tug {
|
namespace tug {
|
||||||
|
|||||||
@ -7,7 +7,6 @@
|
|||||||
#include <Eigen/Dense>
|
#include <Eigen/Dense>
|
||||||
#include <Eigen/Sparse>
|
#include <Eigen/Sparse>
|
||||||
#include <Eigen/src/Core/Matrix.h>
|
#include <Eigen/src/Core/Matrix.h>
|
||||||
#include <bits/stdint-uintn.h>
|
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <bits/stdint-uintn.h>
|
|
||||||
#include <tug/BoundaryCondition.hpp>
|
#include <tug/BoundaryCondition.hpp>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
#include <bits/stdint-uintn.h>
|
|
||||||
#include <tug/Solver.hpp>
|
#include <tug/Solver.hpp>
|
||||||
|
|
||||||
#include <Eigen/Dense>
|
#include <Eigen/Dense>
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
#include <bits/stdint-uintn.h>
|
|
||||||
#include <doctest/doctest.h>
|
#include <doctest/doctest.h>
|
||||||
#include <tug/BoundaryCondition.hpp>
|
#include <tug/BoundaryCondition.hpp>
|
||||||
#include <tug/Diffusion.hpp>
|
#include <tug/Diffusion.hpp>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user