|
subroutine | init_if (this, sparse, mem_path) |
|
Definition at line 41 of file MatrixBase.f90.
◆ 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:
- /home/runner/work/modflow6/modflow6/src/Utilities/Matrix/MatrixBase.f90