https://mooseframework.inl.gov
Loading...
Searching...
No Matches
ReferenceResidualProblem.h
Go to the documentation of this file.
1//* This file is part of the MOOSE framework
2//* https://mooseframework.inl.gov
3//*
4//* All rights reserved, see COPYRIGHT for full restrictions
5//* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6//*
7//* Licensed under LGPL 2.1, please see LICENSE for details
8//* https://www.gnu.org/licenses/lgpl-2.1.html
9
10#pragma once
11
12#include "FEProblem.h"
14
20{
21public:
23
25
26 virtual void addDefaultNonlinearConvergence(const InputParameters & params) override;
27 virtual bool onlyAllowDefaultNonlinearConvergence() const override { return true; }
28};
Specialization of SubProblem for solving nonlinear equations plus auxiliary equations.
Definition FEProblem.h:21
The main MOOSE class responsible for handling user-defined parameters in almost every MOOSE system.
Interface class shared between ReferenceResidualProblem and ReferenceResidualConvergence.
Problem that checks for convergence relative to a user-supplied reference quantity rather than the in...
static InputParameters validParams()
virtual bool onlyAllowDefaultNonlinearConvergence() const override
Returns true if an error will result if the user supplies 'nonlinear_convergence'.
virtual void addDefaultNonlinearConvergence(const InputParameters &params) override
Adds the default nonlinear Convergence associated with the problem.