DOLFINx 0.9.0
DOLFINx C++ interface
|
This is the complete list of members for Geometry< T >, including all inherited members.
cmap() const | Geometry< T > | inline |
cmap(std::int32_t i) const | Geometry< T > | inline |
dim() const | Geometry< T > | inline |
dofmap() const | Geometry< T > | inline |
dofmap(std::int32_t i) const | Geometry< T > | inline |
Geometry(std::shared_ptr< const common::IndexMap > index_map, U &&dofmap, const fem::CoordinateElement< typename std::remove_reference_t< typename V::value_type > > &element, V &&x, int dim, W &&input_global_indices) | Geometry< T > | inline |
Geometry(std::shared_ptr< const common::IndexMap > index_map, const std::vector< std::vector< std::int32_t > > &dofmaps, const std::vector< fem::CoordinateElement< typename std::remove_reference_t< typename V::value_type > > > &elements, V &&x, int dim, W &&input_global_indices) | Geometry< T > | inline |
Geometry(const Geometry &)=default | Geometry< T > | |
Geometry(Geometry &&)=default | Geometry< T > | |
index_map() const | Geometry< T > | inline |
input_global_indices() const | Geometry< T > | inline |
operator=(const Geometry &)=delete | Geometry< T > | |
operator=(Geometry &&)=default | Geometry< T > | |
value_type typedef | Geometry< T > | |
x() const | Geometry< T > | inline |
x() | Geometry< T > | inline |
~Geometry()=default | Geometry< T > |