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

Private Member Functions

real(dp) function norm2_if (this)
 

Detailed Description

Definition at line 71 of file VectorBase.f90.

Constructor & Destructor Documentation

◆ norm2_if()

real(dp) function vectorbasemodule::norm2_if::norm2_if ( class(vectorbasetype this)
private
Parameters
thisthis vector
Returns
the calculated 2-norm

Definition at line 71 of file VectorBase.f90.

72  import vectorbasetype, dp
73  class(VectorBaseType) :: this !< this vector
74  real(DP) :: n2 !< the calculated 2-norm

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