, including all inherited members.
addEdge(EdgeId const edge_id, Vertex const local_source_vertex, Vertex const local_target_vertex) | LCM::Subgraph | |
addVertex(EntityRank vertex_rank) | LCM::Subgraph | |
bcast_key(unsigned root, EntityKey &node_key) | LCM::Subgraph | [private] |
cloneBoundaryEntity(Vertex &vertex, Vertex &newVertex, std::map< EntityKey, bool > &entity_open) | LCM::Subgraph | |
cloneBoundaryEntity(Vertex vertex) | LCM::Subgraph | |
cloneOutEdges(Vertex old_vertex, Vertex new_vertex) | LCM::Subgraph | |
cloneVertex(Vertex &old_vertex) | LCM::Subgraph | |
communicate_and_create_shared_entities(Entity &node, EntityKey new_node_key) | LCM::Subgraph | [private] |
ComponentMap typedef | LCM::Subgraph | |
getBoundaryRank() | LCM::Subgraph | [inline] |
getBulkData() | LCM::Subgraph | [inline] |
getCellRank() | LCM::Subgraph | [inline] |
getEdgeId(Edge const edge) | LCM::Subgraph | |
getFractureState() | LCM::Subgraph | [inline] |
getFractureState(Entity const &e) | LCM::Subgraph | [inline] |
getMetaData() | LCM::Subgraph | [inline] |
getSpaceDimension() | LCM::Subgraph | [inline] |
getSTKMeshStruct() | LCM::Subgraph | [inline] |
getVertexRank(Vertex const vertex) | LCM::Subgraph | |
global_local_vertex_map_ | LCM::Subgraph | [private] |
globalToLocal(EntityKey global_vertex_key) | LCM::Subgraph | |
isInternal(Entity const &e) | LCM::Subgraph | [inline] |
isInternalAndOpen(Entity const &e) | LCM::Subgraph | [inline] |
isOpen(Entity const &e) | LCM::Subgraph | [inline] |
local_global_vertex_map_ | LCM::Subgraph | [private] |
localToGlobal(Vertex local_vertex) | LCM::Subgraph | |
operator=(const Subgraph &) | LCM::Subgraph | [private] |
outputToGraphviz(std::string &gviz_output, std::map< EntityKey, bool > entity_open) | LCM::Subgraph | |
removeEdge(Vertex const &local_source_vertex, Vertex const &local_target_vertex) | LCM::Subgraph | |
removeVertex(Vertex const vertex) | LCM::Subgraph | |
setFractureState(Entity const &e, FractureState const fs) | LCM::Subgraph | [inline] |
splitArticulationPoint(Vertex vertex, std::map< EntityKey, bool > &entity_open) | LCM::Subgraph | |
splitArticulationPoint(Vertex vertex) | LCM::Subgraph | |
stk_mesh_struct_ | LCM::Subgraph | [private] |
Subgraph(RCP< Albany::AbstractSTKMeshStruct > stk_mesh_struct, std::set< EntityKey >::iterator first_vertex, std::set< EntityKey >::iterator last_vertex, std::set< stkEdge >::iterator first_edge, std::set< stkEdge >::iterator last_edge) | LCM::Subgraph | |
Subgraph(const Subgraph &) | LCM::Subgraph | [private] |
testArticulationPoint(Vertex const input_vertex, size_t &number_components, ComponentMap &component_map) | LCM::Subgraph | |