|
DOLFINx 0.9.0
DOLFINx C++ interface
|
This is the complete list of members for FunctionSpace< T >, including all inherited members.
| collapse() const | FunctionSpace< T > | inline |
| component() const | FunctionSpace< T > | inline |
| contains(const FunctionSpace &V) const | FunctionSpace< T > | inline |
| dofmap() const | FunctionSpace< T > | inline |
| element() const | FunctionSpace< T > | inline |
| FunctionSpace(std::shared_ptr< const mesh::Mesh< geometry_type > > mesh, std::shared_ptr< const FiniteElement< geometry_type > > element, std::shared_ptr< const DofMap > dofmap, std::vector< std::size_t > value_shape) | FunctionSpace< T > | inline |
| FunctionSpace(const FunctionSpace &V)=delete (defined in FunctionSpace< T >) | FunctionSpace< T > | |
| FunctionSpace(FunctionSpace &&V)=default | FunctionSpace< T > | |
| geometry_type typedef | FunctionSpace< T > | |
| mesh() const | FunctionSpace< T > | inline |
| operator=(const FunctionSpace &V)=delete (defined in FunctionSpace< T >) | FunctionSpace< T > | |
| operator=(FunctionSpace &&V)=default | FunctionSpace< T > | |
| sub(const std::vector< int > &component) const | FunctionSpace< T > | inline |
| symmetric() const | FunctionSpace< T > | inline |
| tabulate_dof_coordinates(bool transpose) const | FunctionSpace< T > | inline |
| value_shape() const noexcept | FunctionSpace< T > | inline |
| value_size() const | FunctionSpace< T > | inline |
| ~FunctionSpace()=default | FunctionSpace< T > | virtual |