- Home
- About DUNE
- Download
- Documentation
- Community
- Development
#include <iostream>
#include <iomanip>
#include <fstream>
#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/disc/shapefunctions/lagrangeshapefunctions.hh>
#include <dune/disc/operators/localstiffness.hh>
Go to the source code of this file.
Namespaces | |
| namespace | Dune |
Classes | |
| class | Dune::LaplaceLocalStiffness< GridView, RT > |
| Compute local stiffness matrix for the Laplace operator. More... | |