KASKADE 7 development version
Namespaces | Functions
supports.hh File Reference
#include <algorithm>
#include <vector>
#include "scalarspace.hh"

Go to the source code of this file.

Namespaces

namespace  Kaskade
 
 

Functions

template<class Space , class Range >
std::vector< size_t > Kaskade::algebraicPatch (Space const &space, Range const &cells)
 Computes the global indices of all ansatz functions whose support is a subset of the union of given cells. More...
 
template<class Space , class Range >
std::vector< size_t > Kaskade::algebraicPatch (Space const &space, Range const &cells, size_t vertexIdx, std::vector< std::vector< size_t > > const &indicesOnFacets)
 Computes the global indices of all ansatz functions whose support is a subset of the union of given cells. More...
 
template<class GridView >
auto Kaskade::computePatches (GridView const &gridview)
 Computes the patches around vertices of the grid view. More...