Go to the source code of this file.
|
template<class Space , class Density , int m = 1, class Scalar = double> |
NumaBCRSMatrix< Dune::FieldMatrix< Scalar, m, m > > | Kaskade::massMatrix (Space const &space, Density const &rho) |
| Creates a mass matrix for the given FE space. More...
|
|
template<class Space , class Conductivity , int m = 1, class Scalar = double> |
NumaBCRSMatrix< Dune::FieldMatrix< Scalar, m, m > > | Kaskade::stiffnessMatrix (Space const &space, Conductivity const &kappa) |
| Creates a stiffness matrix for the given FE space. More...
|
|