- Home
- About DUNE
- Download
- Documentation
- Community
- Development
#include <map>
#include <iostream>
#include <iomanip>
#include <fstream>
#include <vector>
#include <sstream>
#include <dune/common/fvector.hh>
#include <dune/common/fmatrix.hh>
#include <dune/common/exceptions.hh>
#include <dune/grid/common/grid.hh>
#include <dune/grid/common/referenceelements.hh>
#include <dune/grid/common/quadraturerules.hh>
#include <dune/istl/operators.hh>
#include <dune/istl/bvector.hh>
#include <dune/istl/bcrsmatrix.hh>
#include <dune/disc/shapefunctions/lagrangeshapefunctions.hh>
#include <dune/disc/operators/boundaryconditions.hh>
#include <dune/disc/functions/p0function.hh>
#include <dune/disc/functions/p1function.hh>
#include "groundwater.hh"
Go to the source code of this file.
Namespaces | |
| namespace | Dune |
Classes | |
| class | Dune::ElementGroundwaterEstimator< G, RT > |
| compute local stiffness matrix for conforming finite elements for diffusion equation More... | |
| class | Dune::GroundwaterEstimator< G, RT > |
| The global stiffness matrix. More... | |