This class specializes behaviour on local copies and unpacking receive buffers. More...
#include <AMReX_NonLocalBC.H>
Public Member Functions | |
constexpr | ApplyDtosAndProjectionOnReciever ()=default |
constexpr | ApplyDtosAndProjectionOnReciever (const PackComponents &components, DTOS dtos_=DTOS{}, FabProj proj_=FabProj{}) |
Public Attributes | |
DTOS | dtos |
FabProj | proj |
Public Attributes inherited from amrex::NonLocalBC::PackComponents | |
int | dest_component {0} |
int | src_component {0} |
int | n_components {1} |
This class specializes behaviour on local copies and unpacking receive buffers.
It takes a DTOS and FabProjection to apply them on the receiver side.
|
constexprdefault |
|
inlineconstexpr |
DTOS amrex::NonLocalBC::ApplyDtosAndProjectionOnReciever< DTOS, FabProj >::dtos |
FabProj amrex::NonLocalBC::ApplyDtosAndProjectionOnReciever< DTOS, FabProj >::proj |