From 8d8b4357299718d7c26aed0cf5221e15156e8b86 Mon Sep 17 00:00:00 2001 From: sotech117 Date: Thu, 9 May 2024 16:11:51 -0400 Subject: one-tile --- src/ocean/ocean_alt.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src') diff --git a/src/ocean/ocean_alt.h b/src/ocean/ocean_alt.h index 13f0d0d..fa42d75 100644 --- a/src/ocean/ocean_alt.h +++ b/src/ocean/ocean_alt.h @@ -49,25 +49,15 @@ private: Eigen::Vector2d get_horiz_pos(int i); std::pair sample_complex_gaussian(); - - - - - - - - std::map m_waveIndexConstants; // stores constants that only need to be calculate once for each grid constant - - const double Lx = 512.0; const double Lz = 512.0; const int num_rows = 256; const int num_cols = 256; - const int num_tiles_x = 5; + const int num_tiles_x = 1; const int num_tiles_z = 1; const double vertex_displacement = Lx / 2; -- cgit v1.2.3-70-g09d2