MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
vectorbasemodule::get_value_local_if Interface Reference
Collaboration diagram for vectorbasemodule::get_value_local_if:
Collaboration graph

Private Member Functions

real(dp) function get_value_local_if (this, idx)
 

Detailed Description

Definition at line 49 of file VectorBase.f90.

Constructor & Destructor Documentation

◆ get_value_local_if()

real(dp) function vectorbasemodule::get_value_local_if::get_value_local_if ( class(vectorbasetype this,
integer(i4b)  idx 
)
private
Parameters
thisthis vector
idxindex in local numbering
Returns
the value at the index

Definition at line 49 of file VectorBase.f90.

50  import vectorbasetype, i4b, dp
51  class(VectorBaseType) :: this !< this vector
52  integer(I4B) :: idx !< index in local numbering
53  real(DP) :: val !< the value at the index

The documentation for this interface was generated from the following file: