dune-fem 2.8.0
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
transformation.hh File Reference
#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.

Classes

struct  Dune::Fem::JacobianTransformation< Geometry >
 
struct  Dune::Fem::HessianTransformation< Geometry >
 

Namespaces

namespace  Dune
 
namespace  Dune::Fem
 

Functions

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)