12 #include "gtest/gtest.h"
void addConnection(dof_id_type global_node_from, dof_id_type global_node_to)
Specifies that global_node_to is connected to global_node_from.
PorousFlowConnectedNodes _n1
void finalizeAddingConnections()
Signal that all global node IDs have been added to the internal data structures.
PorousFlowConnectedNodes _n2
Class designed to hold node ID information and information about nodal connectivity.
void finalizeAddingGlobalNodes()
Signal that all global node IDs have been added to the internal data structures.
void addGlobalNode(dof_id_type global_node_ID)
Add the given global_node_ID to the internal data structures If the global node ID has already been a...