https://mooseframework.inl.gov
Protected Member Functions | Protected Attributes | List of all members
PorousFlowConnectedNodesTest Class Reference

#include <PorousFlowConnectedNodesTest.h>

Inheritance diagram for PorousFlowConnectedNodesTest:
[legend]

Protected Member Functions

void SetUp ()
 

Protected Attributes

PorousFlowConnectedNodes _n1
 
PorousFlowConnectedNodes _n2
 

Detailed Description

Definition at line 15 of file PorousFlowConnectedNodesTest.h.

Member Function Documentation

◆ SetUp()

void PorousFlowConnectedNodesTest::SetUp ( )
inlineprotected

Definition at line 18 of file PorousFlowConnectedNodesTest.h.

19  {
21  _n1.addGlobalNode(1);
22  _n1.addGlobalNode(12);
23  _n1.addGlobalNode(123);
24  _n1.addGlobalNode(1234);
26  _n1.addConnection(1, 1);
27  _n1.addConnection(1, 12);
28  _n1.addConnection(1, 123);
29  _n1.addConnection(1, 123);
30  _n1.addConnection(1, 1234);
31  _n1.addConnection(123, 1234);
32  _n1.addConnection(12, 1234);
34 
36  _n2.addGlobalNode(2);
37  _n2.addGlobalNode(4);
38  _n2.addGlobalNode(6);
39  }
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.
void finalizeAddingConnections()
Signal that all global node IDs have been added to the internal data structures.
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...

Member Data Documentation

◆ _n1

PorousFlowConnectedNodes PorousFlowConnectedNodesTest::_n1
protected

Definition at line 41 of file PorousFlowConnectedNodesTest.h.

Referenced by SetUp().

◆ _n2

PorousFlowConnectedNodes PorousFlowConnectedNodesTest::_n2
protected

Definition at line 42 of file PorousFlowConnectedNodesTest.h.

Referenced by SetUp().


The documentation for this class was generated from the following file: