Basix 0.4.0

Home     Installation     Demos     C++ docs     Python docs

Functions
basix::doftransforms Namespace Reference

Functions to transform DOFs in high degree Lagrange spaces. More...

Functions

std::map< cell::type, xt::xtensor< double, 3 > > compute_entity_transformations (cell::type cell_type, const std::array< std::vector< xt::xtensor< double, 2 >>, 4 > &x, const std::array< std::vector< xt::xtensor< double, 3 >>, 4 > &M, const xt::xtensor< double, 2 > &coeffs, const int degree, const int vs, maps::type map_type)
 

Detailed Description

Functions to transform DOFs in high degree Lagrange spaces.

The functions in this namespace calculate the permutations that can be used to rotate and reflect DOF points in Lagrange spaces.

Function Documentation

◆ compute_entity_transformations()

std::map< cell::type, xt::xtensor< double, 3 > > basix::doftransforms::compute_entity_transformations ( cell::type  cell_type,
const std::array< std::vector< xt::xtensor< double, 2 >>, 4 > &  x,
const std::array< std::vector< xt::xtensor< double, 3 >>, 4 > &  M,
const xt::xtensor< double, 2 > &  coeffs,
const int  degree,
const int  vs,
maps::type  map_type 
)

Compute the entity DOF transformations for an element

Parameters
[in]cell_typeThe cell type
[in]xInterpolation points for the element
[in]MInterpolation matrix fot the element
[in]coeffsThe coefficients that define the basis functions of the element in terms of the orthonormal basis
[in]degreeThe degree of the element
[in]vsThe value size of the element
[in]map_typeThe map type used by the element