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

Public Types

enum  Kind { block_amg, direct_solver, block_gmg }
 

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 >::StokesSolverType

This enum represents the different choices for the linear solver for the Stoke system. See stokes_solver_type.

Definition at line 320 of file parameters.h.

Member Enumeration Documentation

§ Kind

Enumerator
block_amg 
direct_solver 
block_gmg 

Definition at line 322 of file parameters.h.

Member Function Documentation

§ pattern()

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

Definition at line 329 of file parameters.h.

§ parse()

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

Definition at line 335 of file parameters.h.


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