0.6.0
Loading...
Searching...
No Matches
mod_compute_grid_volume Module Reference

Functions/Subroutines

subroutine, public compute_grid_volume_cell (grid_volume_cell, has_immersed_boundaries, n_isd, isd_target, is_cell_penalized)
 Compute the volume of each cell of the cell-centered grid.
 
subroutine modify_cell_volume_near_isd (volume, isd_metrics)
 
subroutine, public compute_grid_volume_face (grid_volume_face, has_immersed_boundaries, n_isd, isd_target, is_cell_penalized)
 Compute the volume of each cell of the face-centered grid.
 
subroutine modify_face_volume_near_isd (volume, isd_metrics)
 

Function/Subroutine Documentation

◆ modify_cell_volume_near_isd()

subroutine mod_compute_grid_volume::modify_cell_volume_near_isd ( double precision, dimension(:,:,:), intent(inout) volume,
type(t_immersed_subdomain_metrics), intent(in) isd_metrics )
private

◆ modify_face_volume_near_isd()

subroutine mod_compute_grid_volume::modify_face_volume_near_isd ( type(t_face_field), intent(inout) volume,
type(t_immersed_subdomain_metrics), intent(in) isd_metrics )
private