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

#include <ghost_projection.hpp>

Public Member Functions

Indexcell (int s) const
 
floatrescale (int s) const
 
int8_tcoupled (int s) const
 
int8_tstate (int s) const
 
floatth (int s) const
 
floatw_bc (int s) const
 
floatw_n1 (int s) const
 
floatw_n2 (int s) const
 
floatwm_n1 (int s) const
 
floatwm_n2 (int s) const
 

Public Attributes

GhostOverlayg
 

Detailed Description

Definition at line 83 of file ghost_projection.hpp.

Member Function Documentation

◆ cell()

Index & peclet::core::amr::detail::GhostOverlayRef::cell ( int  s) const
inline

◆ rescale()

float & peclet::core::amr::detail::GhostOverlayRef::rescale ( int  s) const
inline

◆ coupled()

int8_t & peclet::core::amr::detail::GhostOverlayRef::coupled ( int  s) const
inline

◆ state()

int8_t & peclet::core::amr::detail::GhostOverlayRef::state ( int  s) const
inline

◆ th()

float & peclet::core::amr::detail::GhostOverlayRef::th ( int  s) const
inline

◆ w_bc()

float & peclet::core::amr::detail::GhostOverlayRef::w_bc ( int  s) const
inline

◆ w_n1()

float & peclet::core::amr::detail::GhostOverlayRef::w_n1 ( int  s) const
inline

◆ w_n2()

float & peclet::core::amr::detail::GhostOverlayRef::w_n2 ( int  s) const
inline

◆ wm_n1()

float & peclet::core::amr::detail::GhostOverlayRef::wm_n1 ( int  s) const
inline

◆ wm_n2()

float & peclet::core::amr::detail::GhostOverlayRef::wm_n2 ( int  s) const
inline

Member Data Documentation

◆ g

GhostOverlay& peclet::core::amr::detail::GhostOverlayRef::g

Definition at line 84 of file ghost_projection.hpp.

Referenced by cell(), coupled(), rescale(), state(), th(), w_bc(), w_n1(), w_n2(), wm_n1(), and wm_n2().


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