ASPECT
Public Member Functions | List of all members
aspect::InitialTopographyModel::ZeroTopography< dim > Class Template Reference
Inheritance diagram for aspect::InitialTopographyModel::ZeroTopography< dim >:
Inheritance graph
[legend]

Public Member Functions

double value (const Point< dim-1 > &p) const override
 
double max_topography () const override
 
- Public Member Functions inherited from aspect::InitialTopographyModel::Interface< dim >
virtual ~Interface ()=default
 
virtual void initialize ()
 
virtual void parse_parameters (ParameterHandler &prm)
 

Additional Inherited Members

- Static Public Member Functions inherited from aspect::InitialTopographyModel::Interface< dim >
static void declare_parameters (ParameterHandler &prm)
 

Detailed Description

template<int dim>
class aspect::InitialTopographyModel::ZeroTopography< dim >

A class that implements zero initial topography.

Definition at line 39 of file zero_topography.h.

Member Function Documentation

§ value()

template<int dim>
double aspect::InitialTopographyModel::ZeroTopography< dim >::value ( const Point< dim-1 > &  p) const
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 >.

§ max_topography()

template<int dim>
double aspect::InitialTopographyModel::ZeroTopography< dim >::max_topography ( ) const
overridevirtual

Return the maximum value of the elevation.

Implements aspect::InitialTopographyModel::Interface< dim >.


The documentation for this class was generated from the following file: