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