differentialforms.hh File Reference

Go to the source code of this file.

Classes

class  concepts::multilevelindex
 Class for the multilevel index. More...
 

Namespaces

 concepts
 Basic namespace for Concepts-2.
 

Functions

Array< Real > concepts::jacobianDeterminant (const Hexahedron3d &Hexa, const Array< QuadratureRule1d * > &ArrayQuad1D)
 Computes a multi-dimensional Jacobian determinant tensor. More...
 
Real concepts::jacobianDeterminant (const Hexahedron3d &Hexa, const Real3d &xi)
 Computes the Jacobian determinant $J_K = \text{det}(dF_K)$. More...
 
Array< Mapping< Real, 3, 3 > > concepts::jacobianTensor (const Hexahedron3d &Hexa, const Array< QuadratureRule1d * > &ArrayQuad1D)
 Computes a multi-dimensional Jacobian tensor. More...
 
Mapping< Real, 3, 3 > concepts::jacobianTensor (const Hexahedron3d &Hexa, const Real3d &xi)
 Compute the Jacobian tensor $dF_K$ that goes from a reference element $\xi \in (0,1)^3$ to M(3,3) More...
 
Array< Real > concepts::quadratureWeightTensor (const Array< QuadratureRule1d * > &ArrayQuad1D)
 Computes a multi-dimensional quadrature weight tensor. More...
 
Real concepts::quadratureWeightTensor (const Array< QuadratureRule1d * > &ArrayQuad1D, const Array< int > &Index)
 Compute a quadrature weight tensor at a partical index point. More...
 

Detailed Description

Multilevel index representation for differential forms

Author
Adrien Semin, 2015

Definition in file differentialforms.hh.

Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich