|
Virtual Testbed
Ship dynamics simulator for extreme conditions
|
Calm sea generator. More...
#include <calm_sea_generator.hh>
Public Types | |
| using | grid_type = Grid< T, N > |
| using | array_type = Array< T, N > |
Public Types inherited from vtb::core::Wavy_surface_generator< T, N > | |
| using | grid_type = Grid< T, N > |
| using | array_type = Array< T, N > |
Public Member Functions | |
| void | generate (const grid_type &grid, array_type &result) override |
Public Member Functions inherited from vtb::core::Wavy_surface_generator< T, N > | |
| 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) |
| virtual grid_type | acf_grid () const |
Calm sea generator.
Assigns nought to every point of the surface.
Definition at line 18 of file calm_sea_generator.hh.
1.8.15