core
Shared MPI block decomposition + asynchronous ghost-layer exchange (header-only C++20)
Loading...
Searching...
No Matches
peclet::core::amr::cc Namespace Reference

Functions

MORTON_HD double poly_abs (double x)
 
MORTON_HD double poly_D (double xi)
 
MORTON_HD double poly_N_nb (double xi)
 
MORTON_HD double poly_Nc (double xi)
 
MORTON_HD double poly_Nbc (double)
 
MORTON_HD double poly_D_sandwich (double xm, double xp)
 
MORTON_HD double poly_N_c_sandwich (double xm, double xp)
 
MORTON_HD double poly_Nbc_pp_sw (double xm, double xp)
 
MORTON_HD double poly_Nbc_mp_sw (double xm, double xp)
 

Function Documentation

◆ poly_abs()

MORTON_HD double peclet::core::amr::cc::poly_abs ( double  x)
inline

Definition at line 45 of file cut_cell.hpp.

Referenced by peclet::core::amr::AmrCutCell< Bits >::buildCutStencil().

◆ poly_D()

MORTON_HD double peclet::core::amr::cc::poly_D ( double  xi)
inline

Definition at line 48 of file cut_cell.hpp.

Referenced by peclet::core::amr::AmrCutCell< Bits >::buildCutStencil().

◆ poly_N_nb()

MORTON_HD double peclet::core::amr::cc::poly_N_nb ( double  xi)
inline

Definition at line 51 of file cut_cell.hpp.

Referenced by peclet::core::amr::AmrCutCell< Bits >::buildCutStencil().

◆ poly_Nc()

MORTON_HD double peclet::core::amr::cc::poly_Nc ( double  xi)
inline

Definition at line 54 of file cut_cell.hpp.

Referenced by peclet::core::amr::AmrCutCell< Bits >::buildCutStencil().

◆ poly_Nbc()

MORTON_HD double peclet::core::amr::cc::poly_Nbc ( double  )
inline

Definition at line 57 of file cut_cell.hpp.

Referenced by peclet::core::amr::AmrCutCell< Bits >::buildCutStencil().

◆ poly_D_sandwich()

MORTON_HD double peclet::core::amr::cc::poly_D_sandwich ( double  xm,
double  xp 
)
inline

Definition at line 60 of file cut_cell.hpp.

Referenced by peclet::core::amr::AmrCutCell< Bits >::buildCutStencil().

◆ poly_N_c_sandwich()

MORTON_HD double peclet::core::amr::cc::poly_N_c_sandwich ( double  xm,
double  xp 
)
inline

Definition at line 63 of file cut_cell.hpp.

Referenced by peclet::core::amr::AmrCutCell< Bits >::buildCutStencil().

◆ poly_Nbc_pp_sw()

MORTON_HD double peclet::core::amr::cc::poly_Nbc_pp_sw ( double  xm,
double  xp 
)
inline

Definition at line 66 of file cut_cell.hpp.

Referenced by peclet::core::amr::AmrCutCell< Bits >::buildCutStencil().

◆ poly_Nbc_mp_sw()

MORTON_HD double peclet::core::amr::cc::poly_Nbc_mp_sw ( double  xm,
double  xp 
)
inline

Definition at line 69 of file cut_cell.hpp.

Referenced by peclet::core::amr::AmrCutCell< Bits >::buildCutStencil().