summaryrefslogtreecommitdiff
path: root/src/ocean
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2024-05-04 05:11:19 -0400
committersotech117 <michael_foiani@brown.edu>2024-05-04 05:11:19 -0400
commite27c10a3c8c648cb55844593e6f17660be945033 (patch)
treeeafb42b9ac655e4d00d55f2c8af625bc03f9530b /src/ocean
parentdee96d4e9f87b9301a7dbc29233b058c8260f1dd (diff)
add points
Diffstat (limited to 'src/ocean')
-rw-r--r--src/ocean/ocean_alt.h4
1 files changed, 2 insertions, 2 deletions
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