ASPECT
Public Types | Static Public Member Functions | List of all members
aspect::Parameters< dim >::AdvectionStabilizationMethod Struct Reference

Public Types

enum  Kind { entropy_viscosity , supg }
 

Static Public Member Functions

static Kind parse (const std::string &input)
 
static std::string get_options_string ()
 

Detailed Description

template<int dim>
struct aspect::Parameters< dim >::AdvectionStabilizationMethod

A struct to provide the setting for "Stabilization method"

Definition at line 360 of file parameters.h.

Member Enumeration Documentation

◆ Kind

Enumerator
entropy_viscosity 
supg 

Definition at line 362 of file parameters.h.

Member Function Documentation

◆ parse()

template<int dim>
static Kind aspect::Parameters< dim >::AdvectionStabilizationMethod::parse ( const std::string &  input)
inlinestatic

◆ get_options_string()

template<int dim>
static std::string aspect::Parameters< dim >::AdvectionStabilizationMethod::get_options_string ( )
inlinestatic

Definition at line 386 of file parameters.h.


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