|
criptic v1
Cosmic Ray Interstellar Propagation Tool using Itô Calculus
|
Struture to hold data representing a response to a request. More...
#include <MPIUtil.H>
Public Attributes | |
| IdxType | count |
| std::array< IdxType, TREE_LEAF_SIZE > | idx |
| std::array< FieldQty, TREE_LEAF_SIZE > | q |
| std::array< FieldQtyGrad, TREE_LEAF_SIZE > | qGrad |
Struture to hold data representing a response to a request.
This struct contains the information that an MPI rank sends back in response to a fill request
| IdxType criptic::MPIUtil::fillResponse::count |
Number of packets in this response
| std::array<IdxType, TREE_LEAF_SIZE> criptic::MPIUtil::fillResponse::idx |
Indices of packets in this request
| std::array<FieldQty, TREE_LEAF_SIZE> criptic::MPIUtil::fillResponse::q |
Estimates of contribution to field quantities from the remote rank
| std::array<FieldQtyGrad, TREE_LEAF_SIZE> criptic::MPIUtil::fillResponse::qGrad |
Estimates of contribution to gradients of field quantities from the remote rank