Block-Structured AMR Software Framework
Loading...
Searching...
No Matches
amrex::EB2::AllRegularIF Class Reference

Trivial implicit function that always returns the "fluid" sign. More...

#include <AMReX_EB2_IF_AllRegular.H>

Inheritance diagram for amrex::EB2::AllRegularIF:
amrex::GPUable

Public Member Functions

constexpr Real operator() (const RealArray &) const noexcept
 Always returns a negative value so EB2 treats every cell as regular.
 
constexpr Real operator() (Real, Real, Real) const noexcept
 Always returns a negative value so EB2 treats every cell as regular.
 

Detailed Description

Trivial implicit function that always returns the "fluid" sign.

Member Function Documentation

◆ operator()() [1/2]

constexpr Real amrex::EB2::AllRegularIF::operator() ( const RealArray ) const
inlineconstexprnoexcept

Always returns a negative value so EB2 treats every cell as regular.

◆ operator()() [2/2]

constexpr Real amrex::EB2::AllRegularIF::operator() ( Real  ,
Real  ,
Real   
) const
inlineconstexprnoexcept

Always returns a negative value so EB2 treats every cell as regular.


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