ASPECT
Namespaces | Classes | Functions

Namespaces

 internal
 

Classes

class  AsciiData
 
class  Function
 
class  GPlates
 
class  Interface
 
class  Manager
 
class  ZeroVelocity
 

Functions

template<int dim>
std::string get_valid_model_names_pattern ()
 

Detailed Description

A namespace in which we define everything that has to do with defining the velocity boundary conditions.

Function Documentation

§ get_valid_model_names_pattern()

template<int dim>
std::string aspect::BoundaryVelocity::get_valid_model_names_pattern ( )

Return a string that consists of the names of boundary velocity models that can be selected. These names are separated by a vertical line '|' so that the string can be an input to the deal.II classes Patterns::Selection or Patterns::MultipleSelection.

Referenced by aspect::BoundaryVelocity::Manager< dim >::get_matching_boundary_velocity_model().