add_cell_face_async(edge_descriptor const &ed, vid_sequence_type const &vertex_ids=vid_sequence_type()) | stapl::unstructured_mesh< Dim, CellProperty, FaceProperty > | |
add_vertex(void) | stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty > | |
add_vertex(vertex_property const &vp) | stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty > | |
add_vertex(vertex_descriptor const &gid, vertex_property const &vp) | stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty > | |
add_vertex(vertex_descriptor const &gid, vertex_property const &vp, Functor const &f) | stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty > | |
add_vertex_uniform(vertex_property const &vp) | stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty > | |
base_type typedef (defined in stapl::unstructured_mesh< Dim, CellProperty, FaceProperty >) | stapl::unstructured_mesh< Dim, CellProperty, FaceProperty > | |
cell_property typedef (defined in stapl::unstructured_mesh< Dim, CellProperty, FaceProperty >) | stapl::unstructured_mesh< Dim, CellProperty, FaceProperty > | |
delete_vertex(vertex_descriptor const &gid) | stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty > | |
descriptor_domain_type typedef (defined in stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty >) | stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty > | |
dim_value (defined in stapl::unstructured_mesh< Dim, CellProperty, FaceProperty >) | stapl::unstructured_mesh< Dim, CellProperty, FaceProperty > | static |
directed_base_type typedef (defined in stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty >) | stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty > | protected |
domain() const | stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty > | |
domain_type typedef (defined in stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty >) | stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty > | |
dynamic_graph(void) (defined in stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty >) | stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty > | |
dynamic_graph(size_t const &n) | stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty > | |
dynamic_graph(size_t const &n, vertex_property const &default_value) | stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty > | |
dynamic_graph(partition_type const &ps, vertex_property const &default_value=vertex_property()) | stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty > | |
dynamic_graph(partition_type const &ps, mapper_type const &mapper, vertex_property const &default_value=vertex_property()) (defined in stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty >) | stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty > | |
dynamic_graph(DistSpecsView const &dist_view, typename boost::enable_if< is_distribution_view< DistSpecsView > >::type *=0) (defined in stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty >) | stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty > | |
dynamic_graph(DistSpecsView const &dist_view, vertex_property const &default_value, typename boost::enable_if< is_distribution_view< DistSpecsView > >::type *=0) (defined in stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty >) | stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty > | |
dynamic_graph(size_t n, vertex_property const &default_value, DP const &dis_policy) | stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty > | |
dynamic_graph(boost::tuples::cons< X, Y > dims) | stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty > | |
dynamic_graph(boost::tuples::cons< X, Y > dims, DP const &dis_policy) | stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty > | |
dynamic_graph(SizesView const &sizes_view, typename boost::enable_if< boost::mpl::and_< boost::is_same< size_type, typename SizesView::size_type >, boost::mpl::not_< is_distribution_view< SizesView > > > >::type *=0) | stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty > | |
dynamic_graph(ComposedSpec const &comp_spec, typename std::enable_if< detail::has_is_composed_dist_spec< ComposedSpec >::value >::type *=0) | stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty > | |
dynamic_graph(std::vector< DistSpecView > const &dist_specs, typename std::enable_if< is_distribution_view< DistSpecView >::value &&!detail::has_is_composed_dist_spec< DistSpecView >::value >::type *=0) | stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty > | |
edge_descriptor typedef (defined in stapl::unstructured_mesh< Dim, CellProperty, FaceProperty >) | stapl::unstructured_mesh< Dim, CellProperty, FaceProperty > | |
EdgeP typedef (defined in stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty >) | stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty > | protected |
face_property typedef (defined in stapl::unstructured_mesh< Dim, CellProperty, FaceProperty >) | stapl::unstructured_mesh< Dim, CellProperty, FaceProperty > | |
geom_vector_type typedef (defined in stapl::unstructured_mesh< Dim, CellProperty, FaceProperty >) | stapl::unstructured_mesh< Dim, CellProperty, FaceProperty > | |
get_vertex_array() | stapl::unstructured_mesh< Dim, CellProperty, FaceProperty > | |
graph(void) | stapl::graph< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t > | |
graph(size_t const &n) | stapl::graph< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t > | |
graph(size_t const &n, vertex_property const &default_value) | stapl::graph< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t > | |
graph(partition_type const &ps, vertex_property const &default_value=vertex_property()) | stapl::graph< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t > | |
graph(partition_type const &ps, mapper_type const &m) | stapl::graph< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t > | |
graph(partition_type const &ps, mapper_type const &m, vertex_property const &default_value) | stapl::graph< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t > | |
graph(size_t const &n, mapper_type const &m, vertex_property const &default_value=vertex_property()) | stapl::graph< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t > | |
graph(DistSpecsView const &dist_view, typename std::enable_if< is_distribution_view< DistSpecsView >::value &&!detail::has_is_composed_dist_spec< DistSpecsView >::value >::type *=0) (defined in stapl::graph< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t >) | stapl::graph< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t > | |
graph(DistSpecsView const &dist_view, vertex_property const &default_value, typename std::enable_if< is_distribution_view< DistSpecsView >::value &&!detail::has_is_composed_dist_spec< DistSpecsView >::value >::type *=0) (defined in stapl::graph< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t >) | stapl::graph< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t > | |
graph(size_t n, vertex_property const &default_value, DP const &dis_policy) | stapl::graph< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t > | |
graph(size_t n, DP const &dis_policy) | stapl::graph< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t > | |
graph(boost::tuples::cons< X, Y > dims) | stapl::graph< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t > | |
graph(boost::tuples::cons< X, Y > dims, const DP &dis_policy) | stapl::graph< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t > | |
graph(SizesView const &sizes_view, typename boost::enable_if< boost::mpl::and_< boost::is_same< size_type, typename SizesView::size_type >, boost::mpl::not_< is_distribution_view< SizesView > > > >::type *=0) | stapl::graph< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t > | |
graph(ComposedSpec const &comp_spec, typename std::enable_if< detail::has_is_composed_dist_spec< ComposedSpec >::value >::type *=0) | stapl::graph< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t > | |
graph(std::vector< DistSpecView > const &dist_specs, typename std::enable_if< is_distribution_view< DistSpecView >::value &&!detail::has_is_composed_dist_spec< DistSpecView >::value >::type *=0) | stapl::graph< D, M, dgraph_param_selector< D, M, OptionalParams... >::vertex_prop, dgraph_param_selector< D, M, OptionalParams... >::edge_prop, dgraph_param_selector< D, M, OptionalParams... >::partition_t, dgraph_param_selector< D, M, OptionalParams... >::mapper_t, dgraph_param_selector< D, M, OptionalParams... >::traits_t > | |
index_type typedef (defined in stapl::unstructured_mesh< Dim, CellProperty, FaceProperty >) | stapl::unstructured_mesh< Dim, CellProperty, FaceProperty > | |
Map typedef (defined in stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty >) | stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty > | protected |
map_dom_t typedef (defined in stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty >) | stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty > | |
PS typedef (defined in stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty >) | stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty > | protected |
set_mesh_vertex(index_type const &idx, geom_vector_type const &val) | stapl::unstructured_mesh< Dim, CellProperty, FaceProperty > | |
shared_from_this() (defined in stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty >) | stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty > | |
this_type typedef (defined in stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty >) | stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty > | protected |
Traits typedef (defined in stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty >) | stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty > | protected |
unstructured_mesh() (defined in stapl::unstructured_mesh< Dim, CellProperty, FaceProperty >) | stapl::unstructured_mesh< Dim, CellProperty, FaceProperty > | |
unstructured_mesh(Generator gen) | stapl::unstructured_mesh< Dim, CellProperty, FaceProperty > | |
unstructured_mesh(size_t const &num_mesh_vertices) | stapl::unstructured_mesh< Dim, CellProperty, FaceProperty > | |
vertex_array_type typedef (defined in stapl::unstructured_mesh< Dim, CellProperty, FaceProperty >) | stapl::unstructured_mesh< Dim, CellProperty, FaceProperty > | |
VertexP typedef (defined in stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty >) | stapl::dynamic_graph< DIRECTED, MULTIEDGES, CellProperty, FaceProperty > | protected |
vid_sequence_type typedef (defined in stapl::unstructured_mesh< Dim, CellProperty, FaceProperty >) | stapl::unstructured_mesh< Dim, CellProperty, FaceProperty > | |