Discontinuous Galerkin Library
#include "dg/algorithm.h"

\( f(\psi) = \begin{cases} 0 \text{ if } \psi > \psi_{\max} \\ 1 \text{ else} \end{cases}\) More...

Public Member Functions

 Pupil (double psimax)
 
DG_DEVICE double operator() (double psi) const
 

Detailed Description

\( f(\psi) = \begin{cases} 0 \text{ if } \psi > \psi_{\max} \\ 1 \text{ else} \end{cases}\)

Constructor & Destructor Documentation

◆ Pupil()

dg::Pupil::Pupil ( double  psimax)
inline

Member Function Documentation

◆ operator()()

DG_DEVICE double dg::Pupil::operator() ( double  psi) const
inline

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