- Home
- About DUNE
- Download
- Documentation
- Community
- Development
#include <new>
#include <iostream>
#include <vector>
#include <list>
#include <map>
#include <set>
#include <dune/common/fvector.hh>
#include <dune/common/exceptions.hh>
#include <dune/common/tuples.hh>
#include <dune/common/stdstreams.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/istl/owneroverlapcopy.hh>
#include <dune/disc/shapefunctions/lagrangeshapefunctions.hh>
#include "functions.hh"
#include "p0function.hh"
Go to the source code of this file.
Namespaces | |
| namespace | Dune |
Classes | |
| class | Dune::LeafCommunicate< G > |
| defines a class for piecewise linear finite element functions More... | |
| class | Dune::P1ExtendOverlap< G, GV, VM, LC > |
| compute 1-overlap on non-overlapping grid More... | |
| class | Dune::P1Function< GV, RT, LC, m > |
| class for P1 finite element functions on a grid More... | |
| class | Dune::LeafP1Function< G, RT, m > |
| P1 finite element function on the leaf grid. More... | |
| class | Dune::LevelP1Function< G, RT, m > |
| P1 finite element function on a given level grid. More... | |
| class | Dune::P1FunctionManager< G, RT > |
| Manage mesh adaptation and load balancing for several P1 finite element functions. More... | |