criptic v1
Cosmic Ray Interstellar Propagation Tool using Itô Calculus
Loading...
Searching...
No Matches
Public Attributes | List of all members
criptic::MPIUtil::fillResponse Struct Reference

Struture to hold data representing a response to a request. More...

#include <MPIUtil.H>

Public Attributes

IdxType count
 
std::array< IdxType, TREE_LEAF_SIZEidx
 
std::array< FieldQty, TREE_LEAF_SIZEq
 
std::array< FieldQtyGrad, TREE_LEAF_SIZEqGrad
 

Detailed Description

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

Member Data Documentation

◆ count

IdxType criptic::MPIUtil::fillResponse::count

Number of packets in this response

◆ idx

std::array<IdxType, TREE_LEAF_SIZE> criptic::MPIUtil::fillResponse::idx

Indices of packets in this request

◆ q

std::array<FieldQty, TREE_LEAF_SIZE> criptic::MPIUtil::fillResponse::q

Estimates of contribution to field quantities from the remote rank

◆ qGrad

std::array<FieldQtyGrad, TREE_LEAF_SIZE> criptic::MPIUtil::fillResponse::qGrad

Estimates of contribution to gradients of field quantities from the remote rank


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