#include <dune/pdelab/gridfunctionspace/genericdatahandle.hh>
|
template<typename MessageBuffer , typename Entity , typename LocalView > |
bool | gather (MessageBuffer &buff, const Entity &e, const LocalView &local_view) const |
|
template<typename MessageBuffer , typename Entity , typename LocalView > |
bool | scatter (MessageBuffer &buff, size_type n, const Entity &e, LocalView &local_view) const |
|
template<typename MessageBuffer , typename Offsets , typename Entity , typename LocalView > |
bool | scatter (MessageBuffer &buff, const Offsets &remote_offsets, const Offsets &local_offsets, const Entity &e, LocalView &local_view) const |
|
| DataEntityGatherScatter (GatherScatter gather_scatter=GatherScatter()) |
|
template<typename GatherScatter >
template<typename GatherScatter >
template<typename GatherScatter >
template<typename MessageBuffer , typename Entity , typename LocalView >
template<typename GatherScatter >
template<typename MessageBuffer , typename Entity , typename LocalView >
template<typename GatherScatter >
template<typename MessageBuffer , typename Offsets , typename Entity , typename LocalView >
bool Dune::PDELab::DataEntityGatherScatter< GatherScatter >::scatter |
( |
MessageBuffer & |
buff, |
|
|
const Offsets & |
remote_offsets, |
|
|
const Offsets & |
local_offsets, |
|
|
const Entity & |
e, |
|
|
LocalView & |
local_view |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: