www.mooseframework.org
Functions
ExternalPETScProblem.C File Reference

Go to the source code of this file.

Functions

 registerMooseObject ("ExternalPetscSolverApp", ExternalPETScProblem)
 
template<>
InputParameters validParams< ExternalPETScProblem > ()
 

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "ExternalPetscSolverApp"  ,
ExternalPETScProblem   
)

◆ validParams< ExternalPETScProblem >()

template<>
InputParameters validParams< ExternalPETScProblem > ( )

Definition at line 17 of file ExternalPETScProblem.C.

18 {
19  InputParameters params = validParams<ExternalProblem>();
20  params.addRequiredParam<VariableName>("sync_variable",
21  "The variable PETSc external solution will be synced to");
22  return params;
23 }