From e27c10a3c8c648cb55844593e6f17660be945033 Mon Sep 17 00:00:00 2001 From: sotech117 Date: Sat, 4 May 2024 05:11:19 -0400 Subject: add points --- src/ocean/ocean_alt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ocean') diff --git a/src/ocean/ocean_alt.h b/src/ocean/ocean_alt.h index 1a96e1e..5eb9df0 100644 --- a/src/ocean/ocean_alt.h +++ b/src/ocean/ocean_alt.h @@ -63,8 +63,8 @@ private: const double Lx = 32.0; const double Lz = 32.0; - const int num_rows = 32; - const int num_cols = 32; + const int num_rows = 256; + const int num_cols = 256w; const int N = num_rows*num_cols; // total number of grid points const double lambda = 0.4; // how much displacement matters -- cgit v1.2.3-70-g09d2