https://mooseframework.inl.gov
Classes | Functions
ContactRelationshipManagerTest.C File Reference

Go to the source code of this file.

Classes

class  ContactRelationshipManagerTest
 

Functions

 TEST_F (ContactRelationshipManagerTest, contactActionAddsDisabledRMByDefault)
 
 TEST_F (ContactRelationshipManagerTest, contactActionCanEnableWholeInterfaceRM)
 
 TEST_F (ContactRelationshipManagerTest, mortarContactActionRejectsGhostWholeInterface)
 
 TEST_F (ContactRelationshipManagerTest, mortarPenaltyContactActionRejectsGhostWholeInterface)
 

Function Documentation

◆ TEST_F() [1/4]

TEST_F ( ContactRelationshipManagerTest  ,
contactActionAddsDisabledRMByDefault   
)

Definition at line 117 of file ContactRelationshipManagerTest.C.

118 {
119  testContactActionRelationshipManager(false);
120 }

◆ TEST_F() [2/4]

TEST_F ( ContactRelationshipManagerTest  ,
contactActionCanEnableWholeInterfaceRM   
)

Definition at line 122 of file ContactRelationshipManagerTest.C.

123 {
124  testContactActionRelationshipManager(true);
125 }

◆ TEST_F() [3/4]

TEST_F ( ContactRelationshipManagerTest  ,
mortarContactActionRejectsGhostWholeInterface   
)

Definition at line 127 of file ContactRelationshipManagerTest.C.

128 {
129  testMortarContactActionRejectsGhostWholeInterface("mortar");
130 }

◆ TEST_F() [4/4]

TEST_F ( ContactRelationshipManagerTest  ,
mortarPenaltyContactActionRejectsGhostWholeInterface   
)

Definition at line 132 of file ContactRelationshipManagerTest.C.

133 {
134  testMortarContactActionRejectsGhostWholeInterface("mortar_penalty");
135 }