version 3.8
Dumux::Projector< ScalarType >::Params Struct Reference

Parameters that can be passed to project()

#include <dumux/discretization/projection/projector.hh>

Public Attributes

std::size_t maxIterations {100}
 
Scalar residualReduction {1e-13}
 
int verbosity {0}
 

Member Data Documentation

◆ maxIterations

template<class ScalarType >
std::size_t Dumux::Projector< ScalarType >::Params::maxIterations {100}

◆ residualReduction

template<class ScalarType >
Scalar Dumux::Projector< ScalarType >::Params::residualReduction {1e-13}

◆ verbosity

template<class ScalarType >
int Dumux::Projector< ScalarType >::Params::verbosity {0}

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