Note: this is documentation for an old release. View the latest documentation at docs.fenicsproject.org/dolfinx/v0.9.0/cpp/doxygen/da/d34/classdolfinx_1_1fem_1_1FiniteElement-members.html
DOLFINx 0.7.3
DOLFINx C++ interface
Loading...
Searching...
No Matches
FiniteElement< T > Member List

This is the complete list of members for FiniteElement< T >, including all inherited members.

apply_dof_transformation(const std::span< U > &data, std::uint32_t cell_permutation, int block_size) constFiniteElement< T >inline
apply_dof_transformation_to_transpose(const std::span< U > &data, std::uint32_t cell_permutation, int block_size) constFiniteElement< T >inline
apply_inverse_dof_transformation(const std::span< U > &data, std::uint32_t cell_permutation, int block_size) constFiniteElement< T >inline
apply_inverse_dof_transformation_to_transpose(const std::span< U > &data, std::uint32_t cell_permutation, int block_size) constFiniteElement< T >inline
apply_inverse_transpose_dof_transformation(const std::span< U > &data, std::uint32_t cell_permutation, int block_size) constFiniteElement< T >inline
apply_inverse_transpose_dof_transformation_to_transpose(const std::span< U > &data, std::uint32_t cell_permutation, int block_size) constFiniteElement< T >inline
apply_transpose_dof_transformation(const std::span< U > &data, std::uint32_t cell_permutation, int block_size) constFiniteElement< T >inline
apply_transpose_dof_transformation_to_transpose(const std::span< U > &data, std::uint32_t cell_permutation, int block_size) constFiniteElement< T >inline
basix_element() constFiniteElement< T >
block_size() const noexceptFiniteElement< T >
cell_shape() const noexceptFiniteElement< T >
create_interpolation_operator(const FiniteElement &from) constFiniteElement< T >
extract_sub_element(const std::vector< int > &component) constFiniteElement< T >
family() const noexceptFiniteElement< T >
FiniteElement(const ufcx_finite_element &e)FiniteElement< T >explicit
FiniteElement(const basix::FiniteElement< T > &element, const std::vector< std::size_t > &value_shape)FiniteElement< T >
FiniteElement(const FiniteElement &element)=deleteFiniteElement< T >
FiniteElement(FiniteElement &&element)=defaultFiniteElement< T >
get_dof_permutation_function(bool inverse=false, bool scalar_element=false) constFiniteElement< T >
get_dof_transformation_function(bool inverse=false, bool transpose=false, bool scalar_element=false) constFiniteElement< T >inline
get_dof_transformation_to_transpose_function(bool inverse=false, bool transpose=false, bool scalar_element=false) constFiniteElement< T >inline
interpolation_ident() const noexceptFiniteElement< T >
interpolation_operator() constFiniteElement< T >
interpolation_points() constFiniteElement< T >
is_mixed() const noexceptFiniteElement< T >
map_ident() const noexceptFiniteElement< T >
map_type() constFiniteElement< T >
needs_dof_permutations() const noexceptFiniteElement< T >
needs_dof_transformations() const noexceptFiniteElement< T >
num_sub_elements() const noexceptFiniteElement< T >
operator!=(const FiniteElement &e) constFiniteElement< T >
operator=(const FiniteElement &element)=deleteFiniteElement< T >
operator=(FiniteElement &&element)=defaultFiniteElement< T >
operator==(const FiniteElement &e) constFiniteElement< T >
permute_dofs(const std::span< std::int32_t > &doflist, std::uint32_t cell_permutation) constFiniteElement< T >
reference_value_size() constFiniteElement< T >
signature() const noexceptFiniteElement< T >
space_dimension() const noexceptFiniteElement< T >
sub_elements() const noexceptFiniteElement< T >
tabulate(std::span< T > values, std::span< const T > X, std::array< std::size_t, 2 > shape, int order) constFiniteElement< T >
tabulate(std::span< const T > X, std::array< std::size_t, 2 > shape, int order) constFiniteElement< T >
unpermute_dofs(const std::span< std::int32_t > &doflist, std::uint32_t cell_permutation) constFiniteElement< T >
value_shape() const noexceptFiniteElement< T >
value_size() constFiniteElement< T >
~FiniteElement()=defaultFiniteElement< T >virtual