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

Public Types

enum  Kind { gmres, idr_s }
 

Static Public Member Functions

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

Detailed Description

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

This enum represents the different choices for the Krylov method used in the cheap GMG Stokes solve.

Definition at line 354 of file parameters.h.

Member Enumeration Documentation

§ Kind

Enumerator
gmres 
idr_s 

Definition at line 356 of file parameters.h.

Member Function Documentation

§ pattern()

template<int dim>
static const std::string aspect::Parameters< dim >::StokesKrylovType::pattern ( )
inlinestatic

Definition at line 362 of file parameters.h.

§ parse()

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

Definition at line 368 of file parameters.h.


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