KASKADE 7 development version
Namespaces | Functions
matrices.hh File Reference
#include "linalg/threadedMatrix.hh"

Go to the source code of this file.

Namespaces

namespace  Kaskade
 
 

Functions

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...