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

Go to the source code of this file.

Classes

class  ExternalPETScProblem
 This is an interface to call a pure PETSc solver. More...
 

Functions

template<>
InputParameters validParams< ExternalPETScProblem > ()
 

Function Documentation

◆ 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 }