DOLFINx 0.7.3
DOLFINx C++ interface
|
This is the complete list of members for Form< T, U >, including all inherited members.
coefficient_offsets() const | Form< T, U > | inline |
coefficients() const | Form< T, U > | inline |
constants() const | Form< T, U > | inline |
domain(IntegralType type, int i) const | Form< T, U > | inline |
Form(const std::vector< std::shared_ptr< const FunctionSpace< U > > > &V, const std::map< IntegralType, std::vector< std::tuple< int, std::function< void(T *, const T *, const T *, const scalar_value_type_t< T > *, const int *, const std::uint8_t *)>, std::vector< std::int32_t > > > > &integrals, const std::vector< std::shared_ptr< const Function< T, U > > > &coefficients, const std::vector< std::shared_ptr< const Constant< T > > > &constants, bool needs_facet_permutations, std::shared_ptr< const mesh::Mesh< U > > mesh=nullptr) | Form< T, U > | inline |
Form(const Form &form)=delete | Form< T, U > | |
Form(Form &&form)=default | Form< T, U > | |
function_spaces() const | Form< T, U > | inline |
integral_ids(IntegralType type) const | Form< T, U > | inline |
integral_types() const | Form< T, U > | inline |
kernel(IntegralType type, int i) const | Form< T, U > | inline |
mesh() const | Form< T, U > | inline |
needs_facet_permutations() const | Form< T, U > | inline |
num_integrals(IntegralType type) const | Form< T, U > | inline |
rank() const | Form< T, U > | inline |
scalar_type typedef | Form< T, U > | |
~Form()=default | Form< T, U > | virtual |