https://mooseframework.inl.gov
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.

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

131 {
132  auto params = emptyInputParameters();
133  params.set<std::string>("_moose_base") = "dummy";
134  return params;
135 }
InputParameters emptyInputParameters()