Go to the source code of this file.
Classes | |
class | concepts::multilevelindex |
Namespaces | |
namespace | concepts |
Functions | |
Real | concepts::quadratureWeightTensor (const Array< QuadratureRule1d * > &ArrayQuad1D, const Array< int > &Index) |
Array< Real > | concepts::quadratureWeightTensor (const Array< QuadratureRule1d * > &ArrayQuad1D) |
Mapping< Real, 3, 3 > | concepts::jacobianTensor (const Hexahedron3d &Hexa, const Real3d &xi) |
Array< Mapping< Real, 3, 3 > > | concepts::jacobianTensor (const Hexahedron3d &Hexa, const Array< QuadratureRule1d * > &ArrayQuad1D) |
Real | concepts::jacobianDeterminant (const Hexahedron3d &Hexa, const Real3d &xi) |
Array< Real > | concepts::jacobianDeterminant (const Hexahedron3d &Hexa, const Array< QuadratureRule1d * > &ArrayQuad1D) |
Multilevel index representation for differential forms
Definition in file differentialforms.hh.