MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
bmif::bmif_get_grid_shape Interface Reference
Collaboration diagram for bmif::bmif_get_grid_shape:
Collaboration graph

Public Member Functions

integer function bmif_get_grid_shape (this, grid_id, grid_shape)
 

Detailed Description

Definition at line 199 of file bmi.f90.

Constructor & Destructor Documentation

◆ bmif_get_grid_shape()

integer function bmif::bmif_get_grid_shape::bmif_get_grid_shape ( class(bmi), intent(in)  this,
integer, intent(in)  grid_id,
integer, dimension(:), intent(out)  grid_shape 
)

Definition at line 199 of file bmi.f90.

200  import :: bmi
201  class(bmi), intent(in) :: this
202  integer, intent(in) :: grid_id
203  integer, dimension(:), intent(out) :: grid_shape
204  integer :: bmi_status

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