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

Private Member Functions

subroutine init_if (this, sparse, mem_path)
 

Detailed Description

Definition at line 41 of file MatrixBase.f90.

Constructor & Destructor Documentation

◆ init_if()

subroutine matrixbasemodule::init_if::init_if ( class(matrixbasetype this,
type(sparsematrix sparse,
character(len=*)  mem_path 
)
private

Definition at line 41 of file MatrixBase.f90.

42  import matrixbasetype, sparsematrix
43  class(MatrixBaseType) :: this
44  type(sparsematrix) :: sparse
45  character(len=*) :: mem_path

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