Definition at line 143 of file MatrixBase.f90.
◆ get_aij_if()
subroutine matrixbasemodule::get_aij_if::get_aij_if |
( |
class(matrixbasetype) |
this, |
|
|
integer(i4b), dimension(:), pointer, contiguous |
ia, |
|
|
integer(i4b), dimension(:), pointer, contiguous |
ja, |
|
|
real(dp), dimension(:), pointer, contiguous |
amat |
|
) |
| |
|
private |
Definition at line 143 of file MatrixBase.f90.
144 import matrixbasetype, i4b, dp
145 class(MatrixBaseType) :: this
146 integer(I4B),
dimension(:),
pointer,
contiguous :: ia
147 integer(I4B),
dimension(:),
pointer,
contiguous :: ja
148 real(DP),
dimension(:),
pointer,
contiguous :: amat
The documentation for this interface was generated from the following file:
- /home/runner/work/modflow6/modflow6/src/Utilities/Matrix/MatrixBase.f90