#include <ComputeFDResidualFunctor.h>
Definition at line 24 of file ComputeFDResidualFunctor.h.
 
◆ ComputeFDResidualFunctor()
      
        
          | ComputeFDResidualFunctor::ComputeFDResidualFunctor | ( | FEProblemBase & | fe_problem | ) |  | 
      
 
 
◆ residual()
Definition at line 19 of file ComputeFDResidualFunctor.C.
void residual(const libMesh::NumericVector< Number > &soln, libMesh::NumericVector< Number > &residual, libMesh::NonlinearImplicitSystem &sys) override
FEProblemBase & _fe_problem
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. 
void computingNonlinearResid(bool computing_nonlinear_residual) final
Set whether or not the problem is in the process of computing the nonlinear residual. 
 
 
◆ _fe_problem
The documentation for this class was generated from the following files: