Note: this is documentation for an old release. View the latest documentation at docs.fenicsproject.org/v0.1.0/v0.9.0/cpp
DOLFINx  0.1.0
DOLFINx C++ interface
dolfinx::graph::AdjacencyList< T > Member List

This is the complete list of members for dolfinx::graph::AdjacencyList< T >, including all inherited members.

AdjacencyList(const std::int32_t n)dolfinx::graph::AdjacencyList< T >inlineexplicit
AdjacencyList(U &&data, V &&offsets)dolfinx::graph::AdjacencyList< T >inline
AdjacencyList(const std::vector< X > &data)dolfinx::graph::AdjacencyList< T >inlineexplicit
AdjacencyList(const AdjacencyList &list)=defaultdolfinx::graph::AdjacencyList< T >
AdjacencyList(AdjacencyList &&list)=defaultdolfinx::graph::AdjacencyList< T >
array() constdolfinx::graph::AdjacencyList< T >inline
array()dolfinx::graph::AdjacencyList< T >inline
as_type() constdolfinx::graph::AdjacencyList< T >inline
links(int node)dolfinx::graph::AdjacencyList< T >inline
links(int node) constdolfinx::graph::AdjacencyList< T >inline
num_links(int node) constdolfinx::graph::AdjacencyList< T >inline
num_nodes() constdolfinx::graph::AdjacencyList< T >inline
offsets() constdolfinx::graph::AdjacencyList< T >inline
operator=(const AdjacencyList &list)=defaultdolfinx::graph::AdjacencyList< T >
operator=(AdjacencyList &&list)=defaultdolfinx::graph::AdjacencyList< T >
operator==(const AdjacencyList &list) constdolfinx::graph::AdjacencyList< T >inline
str() constdolfinx::graph::AdjacencyList< T >inline
~AdjacencyList()=defaultdolfinx::graph::AdjacencyList< T >