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

Post process functions based on cut-cells. More...

Functions/Subroutines

subroutine get_surface (cut_cell, surface)
 
subroutine get_surface_field (cut_cell, surface_field)
 
subroutine get_directions (cut_cell, direction, is_based_on_cut_cells)
 
subroutine get_midpoints (cut_cell, midpoint)
 

Detailed Description

Post process functions based on cut-cells.

Function/Subroutine Documentation

◆ get_directions()

subroutine mod_cut_cell_post_process::get_directions ( type(t_cut_cell), intent(in) cut_cell,
type(t_point_list), intent(inout) direction,
logical, intent(in) is_based_on_cut_cells )

◆ get_midpoints()

subroutine mod_cut_cell_post_process::get_midpoints ( type(t_cut_cell), intent(in) cut_cell,
type(t_point_list), intent(inout) midpoint )

◆ get_surface()

subroutine mod_cut_cell_post_process::get_surface ( type(t_cut_cell), intent(in) cut_cell,
double precision, dimension(:), intent(out) surface )

◆ get_surface_field()

subroutine mod_cut_cell_post_process::get_surface_field ( type(t_cut_cell), intent(in) cut_cell,
double precision, dimension(:,:,:), intent(out) surface_field )