Alamo
Public Member Functions | Static Public Attributes
Numeric::Advect::Limiter::VanLeer Class Reference

#include <VanLeer.H>

Public Member Functions

AMREX_FORCE_INLINE AMREX_GPU_HOST_DEVICE Set::Scalar operator() (Set::Scalar lo, Set::Scalar mid, Set::Scalar hi) const
 
void Parse (VanLeer &, IO::ParmParse &)
 

Static Public Attributes

static constexpr const char * name = "vanleer"
 

Detailed Description

Definition at line 13 of file VanLeer.H.

Member Function Documentation

◆ operator()()

AMREX_FORCE_INLINE AMREX_GPU_HOST_DEVICE Set::Scalar Numeric::Advect::Limiter::VanLeer::operator() ( Set::Scalar  lo,
Set::Scalar  mid,
Set::Scalar  hi 
) const
inline

Definition at line 19 of file VanLeer.H.

◆ Parse()

void Numeric::Advect::Limiter::VanLeer::Parse ( VanLeer ,
IO::ParmParse  
)
inline

Definition at line 29 of file VanLeer.H.

Field Documentation

◆ name

constexpr const char* Numeric::Advect::Limiter::VanLeer::name = "vanleer"
staticconstexpr

Definition at line 16 of file VanLeer.H.


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