arrays.hh File Reference
Go to the source code of this file.
Classes | |
class | concepts::ArrayCoord< dim > |
Array with coordinates of a cell. More... | |
class | concepts::ArrayCoord< 1 > |
Array with coordinates in 2D. More... | |
class | concepts::ArrayCoord< 2 > |
Array with coordinates in 2D. More... | |
class | concepts::ArrayHessian< gdim, ldim > |
Array of hessian matrices on quadrature points. More... | |
class | concepts::ArrayHessian< 1, 1 > |
Array of the quadratic form induced by the Hessian Matrix of the inverse transformation apllied on the tangential normal. More... | |
class | concepts::ArrayJacobian< gdim, ldim > |
Array of jacobian matrices on quadrature points. More... | |
class | concepts::ArrayJacobian< 1, 1 > |
Array of jacobian determinants. More... | |
class | concepts::ArrayJacobian< 2, 2 > |
Array of jacobian matrices in 2D on 2D elements. More... | |
class | concepts::ArrayJacobian< 3, 3 > |
Array of jacobian matrices in 3D on 3D elements. More... | |
class | concepts::ArrayLocalCoord |
Array of local coordinates, e.g., inside a quad, but only along an edge. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
Functions | |
template<class F , class G > | |
void | concepts::makeArray (const F &cell, const Array< Real > &p, G(F::*fun)(Real) const, Array< G > &array) |
Creates an array array by applying an function fun of a cell cell for each value p . More... | |
template<class F , class G > | |
void | concepts::makeArray (const F &cell, const Array< Real > &pX, const Array< Real > &pY, const Array< Real > &pZ, G(F::*fun)(Real, Real, Real) const, Array< G > &array, bool istensor=true) |
Creates an array array by applying an function fun of a cell cell for each combination of the values pX and pY . More... | |
template<class F , class G > | |
void | concepts::makeArray (const F &cell, const Array< Real > &pX, const Array< Real > &pY, G(F::*fun)(Real, Real) const, Array< G > &array, bool istensor=true) |
Creates an array array by applying an function fun of a cell cell for each combination of the values pX and pY . More... | |
Detailed Description
Arrays of data coming from cells.
Definition in file arrays.hh.