MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
matrixbasemodule::get_aij_if Interface Reference
Collaboration diagram for matrixbasemodule::get_aij_if:
Collaboration graph

Private Member Functions

subroutine get_aij_if (this, ia, ja, amat)
 

Detailed Description

Definition at line 143 of file MatrixBase.f90.

Constructor & Destructor Documentation

◆ 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: