mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-15 18:38:23 +01:00
fix test case
This commit is contained in:
parent
3701dea34e
commit
a20d5d53e6
@ -72,7 +72,7 @@ DIFFUSION_TEST(EqualityFTCS) {
|
|||||||
|
|
||||||
RowMajMat<double> concentrations = MatrixXd::Constant(row, col, 0);
|
RowMajMat<double> concentrations = MatrixXd::Constant(row, col, 0);
|
||||||
|
|
||||||
Diffusion<double, tug::FTCS_APPROACH> sim =
|
Diffusion<double, tug::FTCS_APPROACH, tug::THOMAS_ALGORITHM_SOLVER> sim =
|
||||||
setupSimulation<tug::FTCS_APPROACH>(concentrations, timestep, iterations);
|
setupSimulation<tug::FTCS_APPROACH>(concentrations, timestep, iterations);
|
||||||
|
|
||||||
// Boundary bc = Boundary(grid);
|
// Boundary bc = Boundary(grid);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user