Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Classes | Namespaces | Functions
geometry/arrays.hh File Reference
#include "toolbox/array.hh"
#include "cell1D.hh"
#include "cell2D.hh"
#include "cell3D.hh"
Include dependency graph for arrays.hh:
This graph shows which files directly or indirectly include this file:

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::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::ArrayLocalCoord
 Array of local coordinates, e.g., inside a quad, but only along an edge. More...

Namespaces

namespace  concepts
 

Geometries and material constants for eddy current problems.


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.
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)
 Creates an array array by applying an function fun of a cell cell for each combination of the values pX and pY.

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)