30 virtual void solve(
unsigned int nl_sys_num = 0) override final;
const InputParameters & parameters() const
Get the parameters of the object.
static InputParameters validParams()
Specialization of SubProblem for solving nonlinear equations plus auxiliary equations.
virtual void addExternalVariables()
Method called to add AuxVariables to the simulation.
virtual void syncSolutions(Direction direction)=0
Method to transfer data to/from the external application to the associated transfer mesh...
virtual void solve(unsigned int nl_sys_num=0) override final
Solve is implemented to providing syncing to/from the "transfer" mesh.
ExternalProblem(const InputParameters ¶meters)
virtual void externalSolve()=0
New interface for solving an External problem.