Memosa-FVM  0.2
minModLim Struct Reference

#include <FluxLimiters.h>

Public Member Functions

template<class T >
operator() (const T r)
 

Detailed Description

Definition at line 10 of file FluxLimiters.h.

Member Function Documentation

template<class T >
T minModLim::operator() ( const T  r)
inline

Definition at line 14 of file FluxLimiters.h.

References max(), and min().

15  {return max(0., min(1., r));}
double max(double x, double y)
Definition: Octree.cpp:18
double min(double x, double y)
Definition: Octree.cpp:23

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