KASKADE 7 development version
Public Member Functions | List of all members

policy class for LocalTransfer These two structures are used for determining whether to perform a "normal" grid transfer (default, AdaptionCoarseningPolicy), or to calculate prolongation matrices for a FE function space based on a HierarchicIndexSet (see mgtools.hh). More...

#include <fetransfer.hh>

Detailed Description

policy class for LocalTransfer These two structures are used for determining whether to perform a "normal" grid transfer (default, AdaptionCoarseningPolicy), or to calculate prolongation matrices for a FE function space based on a HierarchicIndexSet (see mgtools.hh).

Definition at line 252 of file fetransfer.hh.

Public Member Functions

void update (int)
 
template<class Cell >
bool accept (Cell const &cell) const
 
template<class Cell >
bool operator() (Cell const &cell) const
 

Member Function Documentation

◆ accept()

template<class Cell >
bool Kaskade::AdaptationCoarseningPolicy::accept ( Cell const &  cell) const
inline

Definition at line 257 of file fetransfer.hh.

◆ operator()()

template<class Cell >
bool Kaskade::AdaptationCoarseningPolicy::operator() ( Cell const &  cell) const
inline

Definition at line 263 of file fetransfer.hh.

◆ update()

void Kaskade::AdaptationCoarseningPolicy::update ( int  )
inline

Definition at line 254 of file fetransfer.hh.


The documentation for this struct was generated from the following file: