Functions/Subroutines | |
| subroutine | compute_levelset_dist_band (my_levelset, levelset_band) |
| logical function | contains_surface_large_criterion (phi, i, j, k) |
| Return true if the cell (i,j,k) contains the surface with a large criterion. | |
| subroutine | compute_mask_reinit_cells (ls_data, kink_map, mask) |
| subroutine mod_reinit_cp_tools::compute_levelset_dist_band | ( | type(t_levelset_cp), intent(in) | my_levelset, |
| integer, dimension(:,:,:), intent(inout) | levelset_band ) |
| subroutine mod_reinit_cp_tools::compute_mask_reinit_cells | ( | double precision, dimension(:,:,:), intent(in) | ls_data, |
| integer, dimension(:,:,:), intent(in) | kink_map, | ||
| integer, dimension(:,:,:), intent(inout) | mask ) |
| logical function mod_reinit_cp_tools::contains_surface_large_criterion | ( | double precision, dimension(:,:,:), intent(in) | phi, |
| integer, intent(in) | i, | ||
| integer, intent(in) | j, | ||
| integer, intent(in) | k ) |
Return true if the cell (i,j,k) contains the surface with a large criterion.
| [in] | phi | the level set field |
| [in] | i,j,k | where to query |