KASKADE 7 development version
|
A degrees of freedom manager for globally continuous FEFunctionSpace s of piecewise polynomials. More...
#include <hierarchicspace.hh>
A degrees of freedom manager for globally continuous FEFunctionSpace s of piecewise polynomials.
Scalar | scalar type |
GV | grid view |
Definition at line 392 of file hierarchicspace.hh.
Classes | |
struct | Element |
Public Types | |
typedef GV | GridView |
typedef int | ConstructorArgument |
template<int m> | |
using | Element_t = FunctionSpaceElement< FEFunctionSpace< Self >, m > |
typedef Implementation::Grid | Grid |
using | Cell = Kaskade::Cell< Grid > |
typedef Implementation::ShapeFunctionSet | ShapeFunctionSet |
typedef Implementation::Converter | Converter |
typedef Implementation::Combiner | Combiner |
typedef Implementation::Scalar | Scalar |
typedef GridView::IndexSet | IndexSet |
typedef std::pair< size_t, int > | IndexPair |
typedef RangeView< GlobalIndexIterator > | GlobalIndexRange |
typedef RangeView< SortedIndexIterator > | SortedIndexRange |
Public Member Functions | |
ContinuousHierarchicMapper (GridView const &gridView, int order) | |
GridView const & | gridView () const |
Returns the grid view used. More... | |
int | maxOrder () const |
Returns the maximal polynomial order of shape functions encountered in any cell. More... | |
GlobalIndexRange | initGlobalIndexRange () const |
Returns an empty range just for initialization purposes, since RangeView is not default constructible. More... | |
GlobalIndexRange | globalIndices (Cell const &cell) const |
Returns an immutable sequence containing the global indices of the shape functions associated to this cell. More... | |
GlobalIndexRange | globalIndices (size_t n) const |
Returns an immutable sequence containing the global indices of the shape functions associated to this cell. More... | |
SortedIndexRange | sortedIndices (Cell const &cell) const |
Returns an immutable sequence of (global index, local index) pairs sorted in ascending global index order. More... | |
SortedIndexRange | sortedIndices (size_t n) const |
Returns an immutable sequence of (global index, local index) pairs sorted in ascending global index order. More... | |
size_t | size () const |
Returns the number of global degrees of freedom managed. More... | |
ShapeFunctionSet const & | shapefunctions (Cell const &cell, bool contained=false) const |
Returns the set of shape functions defined on this cell. More... | |
ShapeFunctionSet const & | shapefunctions (size_t n) const |
Returns the set of shape functions defined on this cell. More... | |
ShapeFunctionSet & | shapefunctions_non_const (Cell const &cell) |
ShapeFunctionSet & | shapefunctions_non_const (size_t n) |
ShapeFunctionSet const & | lowerShapeFunctions (Cell const &cell) const |
Combiner | combiner (Cell const &cell, size_t index) const |
Returns a combiner for the given leaf cell. More... | |
std::pair< bool, size_t > | unrestrictedToRestrictedIndex (size_t unrestrictedIndex) |
void | update () |
(Re)computes the internal data. More... | |
Static Public Member Functions | |
static SortedIndexRange | initSortedIndexRange () |
Returns an empty range just for initialization, since RangeView is not default constructible. More... | |
Static Public Attributes | |
static int const | continuity = 0 |
static bool const | globalSupport |
Whether the ansatz functions have global support (i.e. lead to dense matrices). More... | |
Protected Attributes | |
ContinuousHierarchicMapperImplementation< Scalar, GV > | implementation |
|
inherited |
Definition at line 208 of file scalarspace.hh.
|
inherited |
Definition at line 211 of file scalarspace.hh.
typedef int Kaskade::ContinuousHierarchicMapper< Scalar, GV >::ConstructorArgument |
Definition at line 401 of file hierarchicspace.hh.
|
inherited |
Definition at line 210 of file scalarspace.hh.
using Kaskade::ContinuousHierarchicMapper< Scalar, GV >::Element_t = FunctionSpaceElement<FEFunctionSpace<Self>,m> |
Definition at line 405 of file hierarchicspace.hh.
|
inherited |
Definition at line 228 of file scalarspace.hh.
|
inherited |
Definition at line 207 of file scalarspace.hh.
typedef GV Kaskade::ContinuousHierarchicMapper< Scalar, GV >::GridView |
Definition at line 400 of file hierarchicspace.hh.
|
inherited |
Definition at line 215 of file scalarspace.hh.
|
inherited |
Definition at line 214 of file scalarspace.hh.
|
inherited |
Definition at line 212 of file scalarspace.hh.
|
inherited |
Definition at line 209 of file scalarspace.hh.
|
inherited |
Definition at line 229 of file scalarspace.hh.
|
inline |
Definition at line 413 of file hierarchicspace.hh.
|
inlineinherited |
Returns a combiner for the given leaf cell.
cell | the grid cell for which the combiner is requested |
index | the index of the cell |
Definition at line 370 of file scalarspace.hh.
|
inlineinherited |
Returns an immutable sequence containing the global indices of the shape functions associated to this cell.
Global indices start at 0 and are consecutive - in the range returned here, an unordered subset is contained.
Definition at line 274 of file scalarspace.hh.
|
inlineinherited |
Returns an immutable sequence containing the global indices of the shape functions associated to this cell.
Global indices start at 0 and are consecutive - in the range returned here, an unordered subset is contained.
Definition at line 285 of file scalarspace.hh.
|
inlineinherited |
Returns the grid view used.
Definition at line 244 of file scalarspace.hh.
|
inlineinherited |
Returns an empty range just for initialization purposes, since RangeView is not default constructible.
Definition at line 261 of file scalarspace.hh.
|
inlinestaticinherited |
Returns an empty range just for initialization, since RangeView is not default constructible.
Definition at line 294 of file scalarspace.hh.
|
inlineinherited |
Definition at line 357 of file scalarspace.hh.
|
inlineinherited |
Returns the maximal polynomial order of shape functions encountered in any cell.
Definition at line 252 of file scalarspace.hh.
|
inlineinherited |
Returns the set of shape functions defined on this cell.
cell | the codim 0 entity of the grid for wich the shape functions are to be retrieved |
contained | if true, the method may assume that the cell is contained in the index set of the space. (The other case occurs during interpolation between different grids). |
Definition at line 331 of file scalarspace.hh.
|
inlineinherited |
Returns the set of shape functions defined on this cell.
Definition at line 347 of file scalarspace.hh.
|
inlineinherited |
Definition at line 339 of file scalarspace.hh.
|
inlineinherited |
Definition at line 352 of file scalarspace.hh.
|
inlineinherited |
Returns the number of global degrees of freedom managed.
Note that this does not correspond directly to the number of coefficients in a FE function (if the FE function has more than one component).
Definition at line 323 of file scalarspace.hh.
|
inlineinherited |
Returns an immutable sequence of (global index, local index) pairs sorted in ascending global index order.
Definition at line 303 of file scalarspace.hh.
|
inlineinherited |
Returns an immutable sequence of (global index, local index) pairs sorted in ascending global index order.
Definition at line 311 of file scalarspace.hh.
|
inlineinherited |
Definition at line 379 of file scalarspace.hh.
|
inlineinherited |
(Re)computes the internal data.
This has to be called after grid modifications and on construction.
Definition at line 389 of file scalarspace.hh.
|
static |
Definition at line 402 of file hierarchicspace.hh.
|
staticinherited |
Whether the ansatz functions have global support (i.e. lead to dense matrices).
Definition at line 234 of file scalarspace.hh.
|
protectedinherited |
Definition at line 528 of file scalarspace.hh.