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

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

argument_function_space() constExpression< T, U >inline
coefficient_offsets() constExpression< T, U >inline
coefficients() constExpression< T, U >inline
constants() constExpression< T, U >inline
eval(const mesh::Mesh< geometry_type > &mesh, std::span< const std::int32_t > entities, std::span< scalar_type > values, std::array< std::size_t, 2 > vshape) constExpression< T, U >inline
Expression(const std::vector< std::shared_ptr< const Function< scalar_type, geometry_type > > > &coefficients, const std::vector< std::shared_ptr< const Constant< scalar_type > > > &constants, std::span< const geometry_type > X, std::array< std::size_t, 2 > Xshape, std::function< void(scalar_type *, const scalar_type *, const scalar_type *, const geometry_type *, const int *, const uint8_t *)> fn, const std::vector< int > &value_shape, std::shared_ptr< const FunctionSpace< geometry_type > > argument_function_space=nullptr)Expression< T, U >inline
Expression(Expression &&e)=defaultExpression< T, U >
geometry_type typedefExpression< T, U >
get_tabulate_expressionExpression< T, U >inline
scalar_type typedefExpression< T, U >
value_shape() constExpression< T, U >inline
value_size() constExpression< T, U >inline
X() constExpression< T, U >inline
~Expression()=defaultExpression< T, U >virtual