|
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) |
| virtual void | save (std::map< std::string, std::string > &status_strings) const |
| virtual void | load (const std::map< std::string, std::string > &status_strings) |
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 37 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 >.