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) |
Post process functions based on cut-cells.
| 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 ) |
| subroutine mod_cut_cell_post_process::get_midpoints | ( | type(t_cut_cell), intent(in) | cut_cell, |
| type(t_point_list), intent(inout) | midpoint ) |
| subroutine mod_cut_cell_post_process::get_surface | ( | type(t_cut_cell), intent(in) | cut_cell, |
| double precision, dimension(:), intent(out) | surface ) |
| subroutine mod_cut_cell_post_process::get_surface_field | ( | type(t_cut_cell), intent(in) | cut_cell, |
| double precision, dimension(:,:,:), intent(out) | surface_field ) |