[P]arallel [Hi]gh-order [Li]brary for [P]DEs  Latest
Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
PHiLiP::BoundPreservingLimiterFactory< dim, nstate, real > Class Template Reference

This class creates a new BoundPreservingLimiter object based on input parameters. More...

#include <bound_preserving_limiter_factory.hpp>

Collaboration diagram for PHiLiP::BoundPreservingLimiterFactory< dim, nstate, real >:

Static Public Member Functions

static std::unique_ptr< BoundPreservingLimiter< dim, real > > create_limiter (const Parameters::AllParameters *const parameters_input)
 Recursively templated function that calls select_limiter when nstate is equal to one specified in prms.
 
static std::unique_ptr< BoundPreservingLimiter< dim, real > > select_limiter (const Parameters::AllParameters *const parameters_input)
 Create a pointer to the limiter specified in prms.
 

Detailed Description

template<int dim, int nstate, typename real>
class PHiLiP::BoundPreservingLimiterFactory< dim, nstate, real >

This class creates a new BoundPreservingLimiter object based on input parameters.

Definition at line 11 of file bound_preserving_limiter_factory.hpp.


The documentation for this class was generated from the following files: