ExplicitParameters Struct Reference#

DiFfRG: DiFfRG::AbstractTimestepper< VectorType_, SparseMatrixType_, dim_ >::ExplicitParameters Struct Reference
DiFfRG
DiFfRG::AbstractTimestepper< VectorType_, SparseMatrixType_, dim_ >::ExplicitParameters Struct Reference

#include <abstract_timestepper.hh>

Public Attributes

double dt
 
double minimal_dt
 
double maximal_dt
 
double abs_tol
 
double rel_tol
 

Member Data Documentation

◆ abs_tol

template<typename VectorType_ , typename SparseMatrixType_ , uint dim_>
double DiFfRG::AbstractTimestepper< VectorType_, SparseMatrixType_, dim_ >::ExplicitParameters::abs_tol

◆ dt

template<typename VectorType_ , typename SparseMatrixType_ , uint dim_>
double DiFfRG::AbstractTimestepper< VectorType_, SparseMatrixType_, dim_ >::ExplicitParameters::dt

◆ maximal_dt

template<typename VectorType_ , typename SparseMatrixType_ , uint dim_>
double DiFfRG::AbstractTimestepper< VectorType_, SparseMatrixType_, dim_ >::ExplicitParameters::maximal_dt

◆ minimal_dt

template<typename VectorType_ , typename SparseMatrixType_ , uint dim_>
double DiFfRG::AbstractTimestepper< VectorType_, SparseMatrixType_, dim_ >::ExplicitParameters::minimal_dt

◆ rel_tol

template<typename VectorType_ , typename SparseMatrixType_ , uint dim_>
double DiFfRG::AbstractTimestepper< VectorType_, SparseMatrixType_, dim_ >::ExplicitParameters::rel_tol

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