0.6.0
Loading...
Searching...
No Matches
get_grid_volume.f90 File Reference

Modules

module  mod_grid_get_grid_volume
 

Enumerations

enum  { mod_grid_get_grid_volume::volume_method_first_order , mod_grid_get_grid_volume::volume_method_second_order , mod_grid_get_grid_volume::volume_method_subsampling }
 

Functions/Subroutines

subroutine, public mod_grid_get_grid_volume::get_grid_volume (volumes)
 Compute the volume of each cell of a grid.
 
subroutine mod_grid_get_grid_volume::modify_volumes_near_boundary (volumes, distance, boundary_shape, coord_x, coord_y, coord_z, coord_x_u, coord_y_v, coord_z_w, method)
 Compute the volume of each cell of grid. Functional version.
 
subroutine mod_grid_get_grid_volume::modify_volume_near_boundary_subsampling (volumes, distance, boundary_shape, x_node, y_node, z_node, x_cell, y_cell, z_cell)