System for Newton fixed-point iteration via the Jacobian
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
class(abstract_jacobian_linop_rsp), | public, | allocatable | :: | jacobian |
System Jacobian . |
Procedure to evaluate the system response .
Interface for the evaluation of the system response.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(abstract_system_rsp), | intent(in) | :: | self |
System |
||
class(abstract_vector_rsp), | intent(in) | :: | vec_in |
State |
||
class(abstract_vector_rsp), | intent(out) | :: | vec_out |
Response |
||
real(kind=sp), | intent(in) | :: | atol |
Solver tolerance |