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

Go to the source code of this file.

Classes

class  BCUserObject
 A base class of user object for calculating the variable values in ghost element according to specific boundary conditions. More...
 

Functions

template<>
InputParameters validParams< BCUserObject > ()
 

Function Documentation

◆ validParams< BCUserObject >()

template<>
InputParameters validParams< BCUserObject > ( )

Definition at line 14 of file BCUserObject.C.

15 {
16  InputParameters params = validParams<GeneralUserObject>();
17  return params;
18 }