fix test case

This commit is contained in:
Hannes Signer 2025-10-14 19:08:16 +02:00
parent 3701dea34e
commit a20d5d53e6

View File

@ -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);