Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements to the structure of stokes_waves_K.H #1403

Merged
merged 24 commits into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
6b4d1a9
adding expression for C constant in stokes_coefficients()
mpolimeno Dec 11, 2024
4a06f9a
started replacing '1-S' with C in the relevant places
mpolimeno Dec 11, 2024
f1deec1
Merge branch 'main' into stokes_waves_K_header_improvements
mpolimeno Dec 11, 2024
de70a86
adding comments with relevant references for Stokes wave theory
mpolimeno Dec 12, 2024
467e5f1
Merge branch 'main' into stokes_waves_K_header_improvements
jrood-nrel Dec 12, 2024
5b4688f
made definition of S consistent across functions; changed 1-S to C in…
mpolimeno Dec 12, 2024
4b4d9c1
removing unused coefficients
mpolimeno Dec 12, 2024
397d508
adding upper bound for inputs of cosh and sinh to ensure finite veloc…
mpolimeno Dec 17, 2024
17adbca
draft unit test for free surface profile
mpolimeno Dec 17, 2024
d3e6035
fix gpu compilation issue
mpolimeno Dec 17, 2024
f4128fe
more gpu-related fixes
mpolimeno Dec 17, 2024
7bafa75
Merge branch 'main' into stokes_waves_K_header_improvements
mpolimeno Dec 17, 2024
f5135a4
using snake_case for variable names when appropriate, following amrwi…
mpolimeno Dec 17, 2024
360f271
draft unit test for velocity components
mpolimeno Dec 17, 2024
5f27f99
expanding unit test for velocity components to be able to test all re…
mpolimeno Dec 18, 2024
aa287d5
temporary fix
mpolimeno Dec 18, 2024
7005841
updated formulation for the computation of the velocity components
mpolimeno Dec 19, 2024
246b93e
fix for gpu compilation
mpolimeno Dec 19, 2024
cd422ec
Merge branch 'main' into stokes_waves_K_header_improvements
mpolimeno Dec 19, 2024
aa0d01f
Update unit_tests/ocean_waves/test_wave_theories.cpp
mpolimeno Dec 19, 2024
82f56af
Update unit_tests/ocean_waves/test_wave_theories.cpp
mpolimeno Dec 19, 2024
430d985
Update unit_tests/ocean_waves/test_wave_theories.cpp
mpolimeno Dec 19, 2024
7d6c416
constexpr for variables whose value will not change
mpolimeno Dec 19, 2024
aa9afde
Merge branch 'main' into stokes_waves_K_header_improvements
mbkuhn Dec 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading