#include <dune/pdelab/gridoperator/common/borderdofexchanger.hh>
|
| CommunicationCache (const GridOperator &go) |
|
bool | initialized () const |
|
void | finishInitialization () |
|
void | update () |
|
const BorderPattern & | pattern () const |
|
template<typename LFSVCache , typename LFSUCache , typename LocalPattern > |
void | addEntries (const LFSVCache &lfsv_cache, const LFSUCache &lfsu_cache, const LocalPattern &pattern) |
|
template<typename Entity > |
size_type | size (const Entity &e) const |
|
template<typename Buffer , typename Entity > |
void | gather_pattern (Buffer &buf, const Entity &e) const |
|
template<typename Buffer , typename Entity > |
void | gather_data (Buffer &buf, const Entity &e, const M &matrix) const |
|
bool | isBorderEntity (std::size_t gt_index, std::size_t entity_index) const |
|
id_type | id (std::size_t gt_index, index_type entity_index) const |
|
EntityIndex | index (id_type entity_id) const |
|
std::pair< bool, EntityIndex > | findIndex (id_type entity_id) const |
|
The documentation for this class was generated from the following file: