KASKADE 7 development version
|
#include <cassert>
#include "dune/common/fmatrix.hh"
#include "fem/fixdune.hh"
#include "fem/variables.hh"
Go to the source code of this file.
Classes | |
class | Kaskade::ScalarConverter< Cell, Scalar > |
A Converter for scalar shape functions that do not change their value under transformation from reference to actual element geometry. More... | |
Namespaces | |
namespace | Kaskade |
Functions | |
template<class ScalarA , class ScalarB , int r, int c> | |
Dune::FieldMatrix< ScalarA, r, c > | Kaskade::castMatrixEntries (Dune::FieldMatrix< ScalarB, r, c > const &m) |
Copies matrix into another matrix with possibly different entry type (e.g. from double to float). More... | |