dune-pdelab
2.5-dev
|
Dummy data handle – does nothing. More...
#include <dune/pdelab/gridfunctionspace/dunefunctionsgridfunctionspace.hh>
Public Member Functions | |
AddDataHandle (const Experimental::GridFunctionSpace< DFBasis, V, CE > &gfs, const U &u) | |
constructor More... | |
bool | contains (int dim, int codim) const |
returns true if data for this codim should be communicated More... | |
bool | fixedsize (int dim, int codim) const |
returns true if size per entity of given dim and codim is a constant More... | |
template<class EntityType > | |
size_t | size (const EntityType &e) const |
template<class MessageBuffer , class EntityType > | |
void | gather (MessageBuffer &buffer, const EntityType &entity) const |
template<class MessageBuffer , class EntityType > | |
void | scatter (MessageBuffer &buffer, const EntityType &entity, size_t n) |
Dummy data handle – does nothing.
The pdelab adaptivity code requires such a handle, even when the simulation is purely sequential. Therefore this data handle exists, but it doesn't actually do anything.