DOLFINx 0.8.0
DOLFINx C++ interface
Loading...
Searching...
No Matches
Form< T, U > Member List

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

coefficient_offsets() constForm< T, U >inline
coefficients() constForm< T, U >inline
constants() constForm< T, U >inline
domain(IntegralType type, int i) constForm< T, U >inline
domain(IntegralType type, int i, const mesh::Mesh< U > &mesh) constForm< T, U >inline
Form(const std::vector< std::shared_ptr< const FunctionSpace< U > > > &V, X &&integrals, const std::vector< std::shared_ptr< const Function< scalar_type, U > > > &coefficients, const std::vector< std::shared_ptr< const Constant< scalar_type > > > &constants, bool needs_facet_permutations, const std::map< std::shared_ptr< const mesh::Mesh< U > >, std::span< const std::int32_t > > &entity_maps, std::shared_ptr< const mesh::Mesh< U > > mesh=nullptr)Form< T, U >inline
Form(const Form &form)=deleteForm< T, U >
Form(Form &&form)=defaultForm< T, U >
function_spaces() constForm< T, U >inline
integral_ids(IntegralType type) constForm< T, U >inline
integral_types() constForm< T, U >inline
kernelForm< T, U >inline
mesh() constForm< T, U >inline
needs_facet_permutations() constForm< T, U >inline
num_integrals(IntegralType type) constForm< T, U >inline
rank() constForm< T, U >inline
scalar_type typedefForm< T, U >
~Form()=defaultForm< T, U >virtual