#include <dune/fem/gridpart/idgridpart/datahandle.hh>
|
| IdDataHandle (const ThisType &)=delete |
|
| IdDataHandle (ExtraData data, WrappedHandle &wrappedHandle) |
|
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) |
|
ExtraData | data () const |
|
◆ DataHandleIFType
template<class WrappedHandle , class GridFamily >
◆ DataType
template<class WrappedHandle , class GridFamily >
◆ ExtraData
template<class WrappedHandle , class GridFamily >
◆ ThisType
template<class WrappedHandle , class GridFamily >
◆ Traits
template<class WrappedHandle , class GridFamily >
typedef std::remove_const<GridFamily>::type::Traits Dune::IdDataHandle< WrappedHandle, GridFamily >::Traits |
|
protected |
◆ IdDataHandle() [1/2]
template<class WrappedHandle , class GridFamily >
◆ IdDataHandle() [2/2]
template<class WrappedHandle , class GridFamily >
◆ contains()
template<class WrappedHandle , class GridFamily >
bool Dune::IdDataHandle< WrappedHandle, GridFamily >::contains |
( |
int |
dim, |
|
|
int |
codim |
|
) |
| const |
|
inline |
◆ data()
template<class WrappedHandle , class GridFamily >
◆ fixedSize()
template<class WrappedHandle , class GridFamily >
bool Dune::IdDataHandle< WrappedHandle, GridFamily >::fixedSize |
( |
int |
dim, |
|
|
int |
codim |
|
) |
| const |
|
inline |
◆ gather()
template<class WrappedHandle , class GridFamily >
template<class MessageBuffer , class HostEntity >
void Dune::IdDataHandle< WrappedHandle, GridFamily >::gather |
( |
MessageBuffer & |
buffer, |
|
|
const HostEntity & |
hostEntity |
|
) |
| const |
|
inline |
◆ scatter()
template<class WrappedHandle , class GridFamily >
template<class MessageBuffer , class HostEntity >
void Dune::IdDataHandle< WrappedHandle, GridFamily >::scatter |
( |
MessageBuffer & |
buffer, |
|
|
const HostEntity & |
hostEntity, |
|
|
size_t |
size |
|
) |
| |
|
inline |
◆ size()
template<class WrappedHandle , class GridFamily >
template<class HostEntity >
size_t Dune::IdDataHandle< WrappedHandle, GridFamily >::size |
( |
const HostEntity & |
hostEntity | ) |
const |
|
inline |
◆ data_
template<class WrappedHandle , class GridFamily >
◆ wrappedHandle_
template<class WrappedHandle , class GridFamily >
The documentation for this class was generated from the following file: