dune-fem
2.4.1-rc
|
#include <iostream>
#include <set>
#include <map>
#include <dune/grid/common/gridenums.hh>
#include <dune/fem/misc/compatibility.hh>
#include <dune/fem/misc/functor.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::DiagonalStencil< DomainSpace, RangeSpace > |
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 > |
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 | |
Dune | |
Dune::Fem | |