| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(c_newton_Root2D), | intent(in) | :: | sf | |||
| real(kind=wp), | intent(in) | :: | x(2) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(c_newton_Root2D), | intent(in) | :: | sf | |||
| real(kind=wp), | intent(in) | :: | x(2) |
TYPE, ABSTRACT :: c_newton_Root2D CONTAINS PROCEDURE(i_newton_Root2D_FR), DEFERRED :: FR PROCEDURE(i_newton_Root2D_dFR), DEFERRED :: dFR END TYPE c_newton_Root2D