|
criptic v1
Cosmic Ray Interstellar Propagation Tool using Itô Calculus
|
Struture to hold data representing a search request. More...
#include <MPIUtil.H>
Public Attributes | |
| IdxType | count |
| RealTensor2 | h2Inv |
| RealTensor2 | h2InvGrad |
| Real | hScale |
| int | nrank |
| std::array< IdxType, TREE_LEAF_SIZE > | idx |
| std::array< RealVec, TREE_LEAF_SIZE > | x |
| std::array< Real, TREE_LEAF_SIZE > | R |
| std::array< FieldQty, TREE_LEAF_SIZE > | qMin |
Struture to hold data representing a search request.
This struct contains the information that must be transmitted to another MPI rank to request that it calculate field quantity contributions for a set of packets
| IdxType criptic::MPIUtil::fillRequest::count |
Number of packets in this request
| RealTensor2 criptic::MPIUtil::fillRequest::h2Inv |
Inverse squared bandwidth matrix
| RealTensor2 criptic::MPIUtil::fillRequest::h2InvGrad |
Inverse squared bandwidths for gradients
| Real criptic::MPIUtil::fillRequest::hScale |
Length scale for gradient errors
| std::array<IdxType, TREE_LEAF_SIZE> criptic::MPIUtil::fillRequest::idx |
Indices of packets in this request
| int criptic::MPIUtil::fillRequest::nrank |
Number of ranks working on this request
| std::array<FieldQty, TREE_LEAF_SIZE> criptic::MPIUtil::fillRequest::qMin |
Lower limit on the field quantities from the rank that owns the packet
| std::array<Real, TREE_LEAF_SIZE> criptic::MPIUtil::fillRequest::R |
Rigidities of packets in this request
| std::array<RealVec, TREE_LEAF_SIZE> criptic::MPIUtil::fillRequest::x |
Positions of packets in this request