- Home
- About DUNE
- Download
- Documentation
- Community
- Development
#include <new>
#include <iostream>
#include <vector>
#include <list>
#include <map>
#include <dune/common/fvector.hh>
#include <dune/common/exceptions.hh>
#include <dune/grid/common/grid.hh>
#include <dune/grid/common/mcmgmapper.hh>
#include <dune/grid/common/universalmapper.hh>
#include <dune/grid/io/file/vtk/vtkwriter.hh>
#include <dune/istl/bvector.hh>
#include <dune/istl/operators.hh>
#include <dune/istl/bcrsmatrix.hh>
#include <dune/disc/shapefunctions/lagrangeshapefunctions.hh>
#include "functions.hh"
Go to the source code of this file.
Namespaces | |
| namespace | Dune |
Classes | |
| class | Dune::P0Function< GV, RT, m > |
| class for P0 finite element functions on a grid More... | |
| class | Dune::LeafP0Function< G, RT, m > |
| P0 finite element function on the leaf grid. More... | |
| class | Dune::LevelP0Function< G, RT, m > |
| P0 finite element function on a given level grid. More... | |
| class | Dune::LeafP0FunctionWrapper< G, T > |