KASKADE 7 development version
|
Obtain an error function by solving local Neumann problems in the flavour of Bank/Weiser. More...
#include <bank_weiser_est.hh>
Obtain an error function by solving local Neumann problems in the flavour of Bank/Weiser.
Definition at line 871 of file bank_weiser_est.hh.
Public Types | |
typedef FEFunctionSpace< DiscontinuousLagrangeMapper< double, Grid > > | RecoverySpace |
typedef boost::fusion::vector< RecoverySpace const * > | RecoverySpaces |
typedef VariableSetDescription< RecoverySpaces, Description > | RecoveryVariableSet |
typedef RecoveryVariableSet::VariableSet | RecoveryRepresentation |
typedef FEFunctionSpace< ContinuousLagrangeMapper< double, Grid > > | ContRecoverySpace |
typedef boost::fusion::vector< ContRecoverySpace const * > | ContRecoverySpaces |
typedef VariableSetDescription< ContRecoverySpaces, Description > | ContRecoveryVariableSet |
typedef ContRecoveryVariableSet::VariableSet | ContRecoveryRepresentation |
Public Member Functions | |
template<class Spaces > | |
void | getErrorFunction (RecoveryRepresentation &recovery, Spaces const &spaces, FunctionalSimpl const &vf) |
template<class Spaces > | |
void | getFullErrorFunction (RecoveryRepresentation &recovery, Spaces const &spaces, Functional const &vf, FunctionalSimpl const &vfs) |
Static Public Attributes | |
static int const | syst = SystDim<RecoverySpace::dim>::value |
static int const | systFull = SystDimFull<RecoverySpace::dim>::value |