|
MADNESS 0.10.1
|
One coefficient node in transit during the exchange finalize. More...
#include <exchangeoperator.h>
Public Member Functions | |
| template<typename Archive > | |
| void | serialize (Archive &ar) |
Public Attributes | |
| std::size_t | f = 0 |
| index into the destination function vector | |
| Key< NDIM > | key |
| tree-node key | |
| FunctionNode< T, NDIM > | node |
| the source node | |
One coefficient node in transit during the exchange finalize.
Carries the destination function index, the tree-node key and the whole node, which is the same content the per-node active message would have sent – just batched.
|
inline |
| std::size_t madness::FinalizeNodeRec< T, NDIM >::f = 0 |
index into the destination function vector
Referenced by madness::FinalizeNodeRec< T, NDIM >::serialize().
| Key<NDIM> madness::FinalizeNodeRec< T, NDIM >::key |
tree-node key
Referenced by madness::FinalizeNodeRec< T, NDIM >::serialize().
| FunctionNode<T, NDIM> madness::FinalizeNodeRec< T, NDIM >::node |
the source node
Referenced by madness::FinalizeNodeRec< T, NDIM >::serialize().