MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
mf6bmiGrid.f90 File Reference

Go to the source code of this file.

Modules

module  mf6bmigrid
 This module contains BMI routines to expose the MODFLOW 6 discretization.
 

Functions/Subroutines

integer(kind=c_int) function mf6bmigrid::get_var_grid (c_var_address, var_grid)
 
integer(kind=c_int) function mf6bmigrid::get_grid_type (grid_id, grid_type)
 
integer(kind=c_int) function mf6bmigrid::get_grid_rank (grid_id, grid_rank)
 
integer(kind=c_int) function mf6bmigrid::get_grid_size (grid_id, grid_size)
 
integer(kind=c_int) function mf6bmigrid::get_grid_shape (grid_id, grid_shape)
 
integer(kind=c_int) function mf6bmigrid::get_grid_x (grid_id, grid_x)
 
integer(kind=c_int) function mf6bmigrid::get_grid_y (grid_id, grid_y)
 
integer(kind=c_int) function mf6bmigrid::get_grid_node_count (grid_id, count)
 
integer(kind=c_int) function mf6bmigrid::get_grid_face_count (grid_id, count)
 
integer(kind=c_int) function mf6bmigrid::get_grid_face_nodes (grid_id, face_nodes)
 
integer(kind=c_int) function mf6bmigrid::get_grid_nodes_per_face (grid_id, nodes_per_face)