- Home
- About DUNE
- Download
- Documentation
- Community
- Development
#include <iostream>
#include <vector>
#include <set>
#include <map>
#include <stdio.h>
#include <stdlib.h>
#include <dune/common/timer.hh>
#include <dune/common/fvector.hh>
#include <dune/common/fmatrix.hh>
#include <dune/common/exceptions.hh>
#include <dune/common/geometrytype.hh>
#include <dune/grid/common/grid.hh>
#include <dune/grid/common/mcmgmapper.hh>
#include <dune/istl/bvector.hh>
#include <dune/istl/operators.hh>
#include <dune/istl/bcrsmatrix.hh>
#include <dune/disc/functions/p1function.hh>
#include <dune/disc/shapefunctions/lagrangeshapefunctions.hh>
#include "boundaryconditions.hh"
#include "localstiffness.hh"
Go to the source code of this file.
Namespaces | |
| namespace | Dune |
Classes | |
| class | Dune::P1OperatorBase< G, RT, GV, LC, m > |
| A class for mapping a P1 function to a P1 function. More... | |
| class | Dune::P1OperatorAssembler< G, RT, GV, LC, m > |
| Extends P1OperatorBase by a generic methods to assemble global stiffness matrix from local stiffness matrices. More... | |
| class | Dune::LeafP1OperatorAssembler< G, RT, m > |
| Leafwise assembler. More... | |
| class | Dune::LevelP1OperatorAssembler< G, RT, m > |
| Levelwise assembler. More... | |
Typedefs | |
| typedef std::pair< int, int > | Dune::P1OperatorLink |
| defines a class for piecewise linear finite element functions | |