From 3e270ee01c7b7a896fc7f4ad53bb051b0a4fdf28 Mon Sep 17 00:00:00 2001 From: Hannes Signer Date: Tue, 14 Oct 2025 19:10:03 +0200 Subject: [PATCH] add solver --- test/testDiffusion.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/testDiffusion.cpp b/test/testDiffusion.cpp index d1c8225..9530795 100644 --- a/test/testDiffusion.cpp +++ b/test/testDiffusion.cpp @@ -21,8 +21,9 @@ constexpr int row = 11; constexpr int col = 11; template -Diffusion setupSimulation(RowMajMat &concentrations, - double timestep, int iterations) { +Diffusion +setupSimulation(RowMajMat &concentrations, double timestep, + int iterations) { int domain_row = 10; int domain_col = 10;