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

Public Types

enum  Kind { ARKode, fixed_step }
 

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

This enum represents the different choices for the reaction solver. See reaction_solver_type.

Definition at line 420 of file parameters.h.

Member Enumeration Documentation

§ Kind

Enumerator
ARKode 
fixed_step 

Definition at line 422 of file parameters.h.

Member Function Documentation

§ pattern()

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

Definition at line 428 of file parameters.h.

§ parse()

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

Definition at line 434 of file parameters.h.


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