KASKADE 7 development version
|
Error estimation via bank-weiser type approach, for optimal control problems only. More...
#include "dune/grid/common/quadraturerules.hh"
#include "fem/functionviews.hh"
#include "fem/assemble.hh"
#include "fem/fetransfer.hh"
#include "fem/celldata.hh"
#include "fem/gridscanner.hh"
#include "linalg/pardiso_solve.hh"
#include "linalg/linearsystem.hh"
Go to the source code of this file.
Namespaces | |
namespace | Kaskade |
Functions | |
template<class LocalMatrix , class Evaluators , class RT , class Cache > | |
void | Kaskade::localNormalMatrix (LocalMatrix &localmatrix, RT intEl, Evaluators const &evaluators, Cache const &cache) |
template<class LocalVector , class Evaluators , class RT > | |
void | Kaskade::rank1KernelVector (LocalVector &localvector, RT intEl, Evaluators const &evaluators) |
template<class VariableDescriptions , int sysdim, class Result , class F , class Spaces , class ExtendedSpaces > | |
void | Kaskade::edgeAveraging (Result &result, F const &f, Spaces const &spaces, ExtendedSpaces const &extendedSpaces) |
Computes an error representation function, which is useful for goal oriented adaptivity. More... | |
template<class LocalVector , class LocalMatrix > | |
void | Kaskade::solveLocalFullSystem (LocalVector &c, LocalMatrix &A, LocalVector &b) |
template<class VariableDescriptions , int sysdim, class Result , class F , class FS , class Spaces , class ExtendedSpaces > | |
void | Kaskade::edgeAveragingFull (Result &result, F const &f, FS const &fs, Spaces const &spaces, ExtendedSpaces const &extendedSpaces) |
Computes an error representation function, which is useful for goal oriented adaptivity. More... | |
template<class Description , class Function , class Functional > | |
CellData< typenameFunction::Grid >::CellDataVector | Kaskade::BWErrorIndicator (Function const &f, Functional const &vf) |
Construct an error indicator in the flavour of Bank/Weiser. More... | |
Error estimation via bank-weiser type approach, for optimal control problems only.
This file provides components for error estimation and adaptive grid refinement.
Definition in file bank_weiser_est.hh.