Virtual Testbed
Ship dynamics simulator for extreme conditions
|
Public Member Functions | |
void | generate (const grid_type &grid, array_type &result) override |
![]() | |
Plain_wave_generator (const Plain_wave_generator &)=default | |
Plain_wave_generator (const Wave &wave) | |
Plain_wave_generator & | operator= (const Plain_wave_generator &)=default |
const Wave & | wave () const |
grid_type | acf_grid () const override |
![]() | |
Wavy_surface_generator (const Wavy_surface_generator &)=default | |
Wavy_surface_generator & | operator= (const Wavy_surface_generator &)=default |
array_type | generate (const grid_type &grid) |
array_type | operator() (const grid_type &grid) |
void | operator() (const grid_type &grid, array_type &result) |
Additional Inherited Members | |
![]() | |
using | wave_type = Wave |
using | grid_type = Grid< T, N > |
using | array_type = Array< T, N > |
![]() | |
using | grid_type = Grid< T, N > |
using | array_type = Array< T, N > |
Definition at line 12 of file plain_wave_generator_openmp.cc.