|
core 0.5.0
Shared MPI block decomposition + asynchronous ghost-layer exchange (header-only C++20)
|
#include <ghost_projection.hpp>
Public Member Functions | |
| Index & | cell (int s) const |
| float & | rescale (int s) const |
| int8_t & | coupled (int s) const |
| int8_t & | state (int s) const |
| float & | th (int s) const |
| float & | w_bc (int s) const |
| float & | w_n1 (int s) const |
| float & | w_n2 (int s) const |
| float & | wm_n1 (int s) const |
| float & | wm_n2 (int s) const |
Public Attributes | |
| GhostOverlay & | g |
Definition at line 83 of file ghost_projection.hpp.
Definition at line 85 of file ghost_projection.hpp.
References peclet::core::amr::GhostOverlay::cell, g, and peclet::core::amr::transferFieldGradients().
Definition at line 86 of file ghost_projection.hpp.
References g, peclet::core::amr::GhostOverlay::rescale, and peclet::core::amr::transferFieldGradients().
Definition at line 87 of file ghost_projection.hpp.
References peclet::core::amr::GhostOverlay::coupled, g, and peclet::core::amr::transferFieldGradients().
Definition at line 88 of file ghost_projection.hpp.
References g, peclet::core::amr::GhostOverlay::state, and peclet::core::amr::transferFieldGradients().
Definition at line 89 of file ghost_projection.hpp.
References g, peclet::core::amr::GhostOverlay::th, and peclet::core::amr::transferFieldGradients().
Definition at line 90 of file ghost_projection.hpp.
References g, peclet::core::amr::transferFieldGradients(), and peclet::core::amr::GhostOverlay::w_bc.
Definition at line 91 of file ghost_projection.hpp.
References g, peclet::core::amr::transferFieldGradients(), and peclet::core::amr::GhostOverlay::w_n1.
Definition at line 92 of file ghost_projection.hpp.
References g, peclet::core::amr::transferFieldGradients(), and peclet::core::amr::GhostOverlay::w_n2.
Definition at line 93 of file ghost_projection.hpp.
References g, peclet::core::amr::transferFieldGradients(), and peclet::core::amr::GhostOverlay::wm_n1.
Definition at line 94 of file ghost_projection.hpp.
References g, peclet::core::amr::transferFieldGradients(), and peclet::core::amr::GhostOverlay::wm_n2.
| GhostOverlay& peclet::core::amr::detail::GhostOverlayRef::g |