diff options
author | sotech117 <michael_foiani@brown.edu> | 2024-05-09 16:11:51 -0400 |
---|---|---|
committer | sotech117 <michael_foiani@brown.edu> | 2024-05-09 16:11:51 -0400 |
commit | 8d8b4357299718d7c26aed0cf5221e15156e8b86 (patch) | |
tree | 1b75779738a0531644912b374fcc171abe282c67 /src | |
parent | 0d6b3ded83f583a858368b1bbceda60ba65453a2 (diff) |
one-tile
Diffstat (limited to 'src')
-rw-r--r-- | src/ocean/ocean_alt.h | 12 |
1 files changed, 1 insertions, 11 deletions
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<double, double> sample_complex_gaussian(); - - - - - - - - std::map<int, WaveIndexConstant> 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; |