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