#include <ComputeResidualAndJacobian.h>
◆ ComputeResidualAndJacobian()
ComputeResidualAndJacobian::ComputeResidualAndJacobian |
( |
FEProblemBase & |
fe_problem | ) |
|
◆ residual_and_jacobian()
Definition at line 19 of file ComputeResidualAndJacobian.C.
24 mooseAssert(R,
"This should be non-null");
25 mooseAssert(J,
"This should be non-null");
void computingNonlinearResid(bool computing_nonlinear_residual) final
Set whether or not the problem is in the process of computing the nonlinear residual.
void computeResidualAndJacobian(const NumericVector< libMesh::Number > &soln, NumericVector< libMesh::Number > &residual, libMesh::SparseMatrix< libMesh::Number > &jacobian)
Form a residual and Jacobian with default tags.
FEProblemBase & _fe_problem
◆ _fe_problem
The documentation for this class was generated from the following files: