version 3.11-dev
Loading...
Searching...
No Matches
Dumux::L2Projection< FEBasis >::Params Struct Reference

Parameters that can be passed to project().

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

Public Attributes

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

Member Data Documentation

◆ maxIterations

template<class FEBasis>
std::size_t Dumux::L2Projection< FEBasis >::Params::maxIterations {100}

◆ residualReduction

template<class FEBasis>
Scalar Dumux::L2Projection< FEBasis >::Params::residualReduction {1e-13}

◆ verbosity

template<class FEBasis>
int Dumux::L2Projection< FEBasis >::Params::verbosity {0}

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