#include <ComputeResidualFunctor.h>
Definition at line 24 of file ComputeResidualFunctor.h.
◆ ComputeResidualFunctor()
ComputeResidualFunctor::ComputeResidualFunctor |
( |
FEProblemBase & |
fe_problem | ) |
|
◆ residual()
Definition at line 18 of file ComputeResidualFunctor.C.
22 libmesh_parallel_only(soln.
comm());
void residual(const NumericVector< Number > &soln, NumericVector< Number > &residual, libMesh::NonlinearImplicitSystem &sys) override
const Parallel::Communicator & comm() const
virtual void computeResidualSys(libMesh::NonlinearImplicitSystem &sys, const NumericVector< libMesh::Number > &soln, NumericVector< libMesh::Number > &residual)
This function is called by Libmesh to form a residual.
FEProblemBase & _fe_problem
void computingNonlinearResid(bool computing_nonlinear_residual) final
Set whether or not the problem is in the process of computing the nonlinear residual.
bool getFailNextNonlinearConvergenceCheck() const
Whether it will skip further residual evaluations and fail the next nonlinear convergence check...
◆ _fe_problem
The documentation for this class was generated from the following files: