Skip to content
Snippets Groups Projects
Commit eee9342d authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Set the proper derivative type for functions mapping to UnitVector

Apparently, nobody had used the evaluateDerivativeLocal method before.
parent 2bbb31b7
Branches
No related tags found
No related merge requests found
......@@ -8,6 +8,14 @@
#include <dune/gfe/localgeodesicfefunction.hh>
template <class dctype, int DimDomain, class rctype, int DimRange>
struct DerivativeTypefier<Dune::FieldVector<dctype, DimDomain>, UnitVector<rctype,DimRange> >
{
typedef Dune::FieldMatrix<rctype, DimRange, DimDomain> DerivativeType;
};
/** \brief Global geodesic finite element function.
*
* \tparam B - The global basis type.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment