dune-fem 2.8.0
Loading...
Searching...
No Matches
Classes | Namespaces
stencil.hh File Reference
#include <algorithm>
#include <map>
#include <numeric>
#include <set>
#include <type_traits>
#include <unordered_map>
#include <dune/grid/common/gridenums.hh>
#include <dune/grid/common/rangegenerators.hh>
#include <dune/fem/misc/functor.hh>
#include <dune/fem/common/utility.hh>

Go to the source code of this file.

Classes

class  Dune::Fem::Stencil< DomainSpace, RangeSpace >
 default implementation for a general operator stencil More...
 
class  Dune::Fem::SimpleStencil< DomainSpace, RangeSpace >
 a watered down stencil providing only the upper bound for the non-zero entries per row. More...
 
class  Dune::Fem::StencilWrapper< DomainSpace, RangeSpace, LocalStencil >
 a simple wrapper class for sparsity patterns provide as vector< set< size_t > > More...
 
struct  Dune::Fem::StencilWrapper< DomainSpace, RangeSpace, LocalStencil >::Iterator
 
class  Dune::Fem::DiagonalStencil< DomainSpace, RangeSpace, Partition >
 Stencil contaning the entries (en,en) for all entities in the space. Defailt for an operator over a Lagrange space or a DG mass operator. More...
 
class  Dune::Fem::DiagonalAndNeighborStencil< DomainSpace, RangeSpace, Partition >
 Stencil contaning the entries (en,en) and (en,nb) for all entities en in the space and neighbors nb of en. Defailt for an operator over a DG space. More...
 

Namespaces

namespace  Dune
 
namespace  Dune::Fem