|
real(dp) function, dimension(3) | get_if (this, n, c) |
|
Definition at line 22 of file IGradient.f90.
◆ get_if()
real(dp) function, dimension(3) igradient::get_if::get_if |
( |
class(igradienttype), target |
this, |
|
|
integer(i4b), intent(in) |
n, |
|
|
real(dp), dimension(:), intent(in) |
c |
|
) |
| |
|
private |
Definition at line 22 of file IGradient.f90.
27 class(IGradientType),
target :: this
28 integer(I4B),
intent(in) :: n
29 real(DP),
dimension(:),
intent(in) :: c
31 real(DP),
dimension(3) :: grad_c
The documentation for this interface was generated from the following file:
- /home/runner/work/modflow6/modflow6/src/Model/TransportModel/Gradient/IGradient.f90