#include <dune/fem/gridpart/geogridpart/datahandle.hh>
|
| GeoDataHandle (const CoordFunctionType &coordFunction, WrappedHandle &handle) |
|
bool | contains (int dim, int codim) const |
|
bool | fixedSize (int dim, int codim) const |
|
template<class HostEntity > |
size_t | size (const HostEntity &hostEntity) const |
|
template<class MessageBuffer , class HostEntity > |
void | gather (MessageBuffer &buffer, const HostEntity &hostEntity) const |
|
template<class MessageBuffer , class HostEntity > |
void | scatter (MessageBuffer &buffer, const HostEntity &hostEntity, size_t size) |
|
◆ CoordFunctionType
template<class GridFamily , class WrappedHandle >
◆ GeoDataHandle()
template<class GridFamily , class WrappedHandle >
◆ contains()
template<class GridFamily , class WrappedHandle >
◆ fixedSize()
template<class GridFamily , class WrappedHandle >
◆ gather()
template<class GridFamily , class WrappedHandle >
template<class MessageBuffer , class HostEntity >
void Dune::Fem::GeoDataHandle< GridFamily, WrappedHandle >::gather |
( |
MessageBuffer & |
buffer, |
|
|
const HostEntity & |
hostEntity |
|
) |
| const |
|
inline |
◆ scatter()
template<class GridFamily , class WrappedHandle >
template<class MessageBuffer , class HostEntity >
void Dune::Fem::GeoDataHandle< GridFamily, WrappedHandle >::scatter |
( |
MessageBuffer & |
buffer, |
|
|
const HostEntity & |
hostEntity, |
|
|
size_t |
size |
|
) |
| |
|
inline |
◆ size()
template<class GridFamily , class WrappedHandle >
template<class HostEntity >
The documentation for this class was generated from the following file: