mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-15 18:38:23 +01:00
add solver
This commit is contained in:
parent
a20d5d53e6
commit
3e270ee01c
@ -21,8 +21,9 @@ constexpr int row = 11;
|
||||
constexpr int col = 11;
|
||||
|
||||
template <tug::APPROACH approach, tug::SOLVER solver>
|
||||
Diffusion<double, approach> setupSimulation(RowMajMat<double> &concentrations,
|
||||
double timestep, int iterations) {
|
||||
Diffusion<double, approach, solver>
|
||||
setupSimulation(RowMajMat<double> &concentrations, double timestep,
|
||||
int iterations) {
|
||||
int domain_row = 10;
|
||||
int domain_col = 10;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user