#include <dune/common/exceptions.hh>
#include <dune/common/fmatrix.hh>
#include <dune/common/fvector.hh>
#include <dune/fem/common/explicitfieldvector.hh>
#include <dune/fem/common/fmatrixcol.hh>
Go to the source code of this file.
|
template<class GeometryJacobianInverseTransposed , class K , int ROWS> |
void | Dune::Fem::jacobianTransformation (const GeometryJacobianInverseTransposed &gjit, const FieldMatrix< K, ROWS, GeometryJacobianInverseTransposed::cols > &a, FieldMatrix< K, ROWS, GeometryJacobianInverseTransposed::rows > &b) |
|
template<class GeometryJacobianInverseTransposed , class K , int SIZE> |
void | Dune::Fem::hessianTransformation (const GeometryJacobianInverseTransposed &gjit, const ExplicitFieldVector< FieldMatrix< K, GeometryJacobianInverseTransposed::cols, GeometryJacobianInverseTransposed::cols >, SIZE > &a, ExplicitFieldVector< FieldMatrix< K, GeometryJacobianInverseTransposed::rows, GeometryJacobianInverseTransposed::rows >, SIZE > &b) |
|