DOLFINx 0.7.3
DOLFINx C++ interface
|
This is the complete list of members for CoordinateElement< T >, including all inherited members.
cell_shape() const | CoordinateElement< T > | |
compute_jacobian(const U &dphi, const V &cell_geometry, W &&J) | CoordinateElement< T > | inlinestatic |
compute_jacobian_determinant(const U &J, std::span< typename U::value_type > w) | CoordinateElement< T > | inlinestatic |
compute_jacobian_inverse(const U &J, V &&K) | CoordinateElement< T > | inlinestatic |
CoordinateElement(std::shared_ptr< const basix::FiniteElement< T > > element) | CoordinateElement< T > | explicit |
CoordinateElement(mesh::CellType celltype, int degree, basix::element::lagrange_variant type=basix::element::lagrange_variant::unset) | CoordinateElement< T > | |
create_dof_layout() const | CoordinateElement< T > | |
degree() const | CoordinateElement< T > | |
dim() const | CoordinateElement< T > | |
is_affine() const noexcept | CoordinateElement< T > | inline |
mdspan2_t typedef | CoordinateElement< T > | |
needs_dof_permutations() const | CoordinateElement< T > | |
permute_dofs(const std::span< std::int32_t > &dofs, std::uint32_t cell_perm) const | CoordinateElement< T > | |
pull_back_affine(U &&X, const V &K, const std::array< T, 3 > &x0, const W &x) | CoordinateElement< T > | inlinestatic |
pull_back_nonaffine(mdspan2_t< T > X, mdspan2_t< const T > x, mdspan2_t< const T > cell_geometry, double tol=1.0e-6, int maxit=15) const | CoordinateElement< T > | |
push_forward(U &&x, const V &cell_geometry, const W &phi) | CoordinateElement< T > | inlinestatic |
tabulate(int nd, std::span< const T > X, std::array< std::size_t, 2 > shape, std::span< T > basis) const | CoordinateElement< T > | |
tabulate_shape(std::size_t nd, std::size_t num_points) const | CoordinateElement< T > | |
unpermute_dofs(const std::span< std::int32_t > &dofs, std::uint32_t cell_perm) const | CoordinateElement< T > | |
variant() const | CoordinateElement< T > | |
~CoordinateElement()=default | CoordinateElement< T > | virtual |