KASKADE 7 development version
Classes | Namespaces | Functions
celldata.hh File Reference
#include "fem/lagrangespace.hh"

Go to the source code of this file.

Classes

class  Kaskade::CellData< Grd, T >
 Class that stores information for each cell of a grid. More...
 

Namespaces

namespace  Kaskade
 
 
namespace  Kaskade::Bridge
 Namespace of Classes that implement the abstract interface classes via the bridge-pattern.
 

Functions

template<class Grid , class T >
CellData< Grid, int >::CellDataVector Kaskade::markByBulkCriterion (CellData< Grid, T > &ic, double Theta)
 Create a CellDataVector, in which the largest entities of *this are marked by 1, using the "bulk criterion". More...
 
template<class Grid , class T >
void Kaskade::deleteAllAboveLevel (CellData< Grid, T > &ic, int maxlevel)
 Delete all error entries of entities which are above a certain level. More...
 
template<class Grid , class T >
CellData< Grid, int >::CellDataVector Kaskade::markByMaxCriterion (CellData< Grid, T > &ic, double Ratio)
 Create a CellDataVector, in which the largest entities of *this are marked by 1, using the "max criterion". More...
 
template<class Grid , class T >
CellData< Grid, int >::CellDataVector Kaskade::markWithinInterval (CellData< Grid, T > &ic, double lower, double upper, int times)
 Create a CellDataVector, in which the largest entities of *this are marked by 1, using the "max criterion". More...
 
template<class Grid >
CellData< Grid, int >::CellDataVector Kaskade::unmarkOutOf (CellData< Grid, int > const &ic, Dune::FieldVector< typename Grid::ctype, Grid::dimension > center, double radius)
 Create a CellDataVector, in which the largest entities of *this are marked by 1, using the "max criterion". More...
 
template<class Indicator >
Indicator Kaskade::errorL2 (Indicator const &indi)
 Scale error indicators for H^1, such that L_2 indicators are the result. More...
 
template<typename FSElement >
void Kaskade::extendMarks (FSElement &fse, FSElement const &fu, int neighboursForMarking)
 
template<class ErrorEst , class GridMan >
ErrorEst Kaskade::Bridge::extendMarkings (ErrorEst const &, GridMan &)