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

Device mirror of GhostOverlay (uploaded once per setSolid). More...

#include <ghost_projection.hpp>

Public Attributes

Index n = 0
 
View< Indexcell
 
View< Indexnbr
 
View< floatrescale
 
View< int8_tcoupled
 
View< int8_tstate
 
View< floatw_n1
 
View< floatw_n2
 
View< floatwm_n1
 
View< floatwm_n2
 
View< doubleinvh
 

Detailed Description

Device mirror of GhostOverlay (uploaded once per setSolid).

Definition at line 361 of file ghost_projection.hpp.

Member Data Documentation

◆ n

Index peclet::core::amr::GhostOverlayDev::n = 0

◆ cell

View<Index> peclet::core::amr::GhostOverlayDev::cell

◆ nbr

View<Index> peclet::core::amr::GhostOverlayDev::nbr

◆ rescale

View<float> peclet::core::amr::GhostOverlayDev::rescale

◆ coupled

View<int8_t> peclet::core::amr::GhostOverlayDev::coupled

◆ state

View<int8_t> peclet::core::amr::GhostOverlayDev::state

◆ w_n1

View<float> peclet::core::amr::GhostOverlayDev::w_n1

◆ w_n2

View<float> peclet::core::amr::GhostOverlayDev::w_n2

◆ wm_n1

View<float> peclet::core::amr::GhostOverlayDev::wm_n1

◆ wm_n2

View<float> peclet::core::amr::GhostOverlayDev::wm_n2

◆ invh

View<double> peclet::core::amr::GhostOverlayDev::invh

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