https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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 {
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
39 }
Class designed to hold node ID information and information about nodal connectivity.
void finalizeAddingConnections()
Signal that all global node IDs have been added to the internal data structures.
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 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: