www.mooseframework.org
Classes | Functions
GhostElemPD.h File Reference

Go to the source code of this file.

Classes

class  GhostElemPD
 Userobject class to ghost the required element for calculation on current processor from other processors. More...
 

Functions

template<>
InputParameters validParams< GhostElemPD > ()
 

Function Documentation

◆ validParams< GhostElemPD >()

template<>
InputParameters validParams< GhostElemPD > ( )

Definition at line 17 of file GhostElemPD.C.

18 {
19  InputParameters params = validParams<GeneralUserObjectBasePD>();
20  params.addClassDescription("Class for ghosting elements accross processors");
21 
22  return params;
23 }
validParams< GeneralUserObjectBasePD >
InputParameters validParams< GeneralUserObjectBasePD >()
Definition: GeneralUserObjectBasePD.C:15