MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
linearsolverbasemodule::create_matrix_if Interface Reference
Collaboration diagram for linearsolverbasemodule::create_matrix_if:
Collaboration graph

Private Member Functions

class(matrixbasetype) function, pointer create_matrix_if (this)
 

Detailed Description

Definition at line 56 of file LinearSolverBase.f90.

Constructor & Destructor Documentation

◆ create_matrix_if()

class(matrixbasetype) function, pointer linearsolverbasemodule::create_matrix_if::create_matrix_if ( class(linearsolverbasetype this)
private

Definition at line 56 of file LinearSolverBase.f90.

57  import linearsolverbasetype, matrixbasetype
58  class(LinearSolverBaseType) :: this
59  class(MatrixBaseType), pointer :: matrix

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