ASPECT
|
Public Member Functions | |
double | value (const Point< dim-1 > &p) const override |
double | max_topography () const override |
Public Member Functions inherited from aspect::Plugins::InterfaceBase | |
virtual | ~InterfaceBase ()=default |
virtual void | initialize () |
virtual void | update () |
virtual void | parse_parameters (ParameterHandler &prm) |
Additional Inherited Members | |
Static Public Member Functions inherited from aspect::Plugins::InterfaceBase | |
static void | declare_parameters (ParameterHandler &prm) |
A class that implements zero initial topography.
Definition at line 39 of file zero_topography.h.
|
overridevirtual |
Return the value of the initial topography as a function of position.
For the current class, this function obviously simply returns a zero value.
Implements aspect::InitialTopographyModel::Interface< dim >.
|
overridevirtual |
Return the maximum value of the elevation.
Implements aspect::InitialTopographyModel::Interface< dim >.