Definition at line 23 of file VectorBase.f90.
◆ create_mm_if()
subroutine vectorbasemodule::create_mm_if::create_mm_if |
( |
class(vectorbasetype) |
this, |
|
|
integer(i4b) |
n, |
|
|
character(len=*) |
name, |
|
|
character(len=*) |
mem_path |
|
) |
| |
|
private |
- Parameters
-
this | this vector |
n | the nr. of elements in the (local) vector |
name | the variable name (for access through memory manager) |
mem_path | memory path for storing the underlying memory items |
Definition at line 23 of file VectorBase.f90.
24 import vectorbasetype, i4b
25 class(VectorBaseType) :: this
27 character(len=*) :: name
28 character(len=*) :: mem_path
The documentation for this interface was generated from the following file:
- /home/runner/work/modflow6/modflow6/src/Utilities/Vector/VectorBase.f90