https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Functions
RelationshipManager.C File Reference

Go to the source code of this file.

Functions

InputParameters dummyParams ()
 

Function Documentation

◆ dummyParams()

InputParameters dummyParams ( )

Definition at line 128 of file RelationshipManager.C.

129{
130 auto params = emptyInputParameters();
131 params.registerBase("dummy");
132 return params;
133}
InputParameters emptyInputParameters()

Referenced by RelationshipManager::oneLayerGhosting(), and RelationshipManager::zeroLayerGhosting().