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 130 of file RelationshipManager.C.

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

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