Virtual Testbed
Ship dynamics simulator for extreme conditions
|
Base class for wavy surface generators. More...
#include <wavy_surface_generator.hh>
Public Types | |
using | grid_type = Grid< T, N > |
using | array_type = Array< T, N > |
Public Member Functions | |
Wavy_surface_generator (const Wavy_surface_generator &)=default | |
Wavy_surface_generator & | operator= (const Wavy_surface_generator &)=default |
array_type | generate (const grid_type &grid) |
virtual void | generate (const grid_type &grid, array_type &result)=0 |
array_type | operator() (const grid_type &grid) |
void | operator() (const grid_type &grid, array_type &result) |
virtual grid_type | acf_grid () const |
Base class for wavy surface generators.
Definition at line 50 of file core/types.hh.