Porting working changes from 3D-seq to 3D-MPI

This commit is contained in:
2023-12-04 14:40:02 +01:00
parent 1987056dce
commit 1b3129d3cb
25 changed files with 5162240 additions and 362320 deletions

View File

@@ -26,7 +26,7 @@ enum VARIANT { SOR = 1, RB, RBA };
int main(int argc, char** argv)
{
int variant = RB;
int variant = SOR;
double startTime, endTime;
Parameter params;
Solver solver;

View File

@@ -7,6 +7,8 @@
#ifndef __SOLVER_H_
#define __SOLVER_H_
#include "parameter.h"
#include "timing.h"
typedef struct {
double dx, dy;