Number of intersections points under some constraints. More...
Functions/Subroutines | |
| pure integer function | nb_intersection_points_in_face (face) |
| pure integer function | nb_free_intersection_points_in_face (face, points) |
| pure integer function | nb_not_connected_free_intersection_points_in_face (face, points) |
Number of intersections points under some constraints.
| pure integer function mod_cut_cell_points_number_2d::nb_free_intersection_points_in_face | ( | type(t_face_intersection), intent(in) | face, |
| type(t_point_intersection_2d), dimension(:), intent(in) | points ) |
| pure integer function mod_cut_cell_points_number_2d::nb_intersection_points_in_face | ( | type(t_face_intersection), intent(in) | face | ) |
| pure integer function mod_cut_cell_points_number_2d::nb_not_connected_free_intersection_points_in_face | ( | type(t_face_intersection), intent(in) | face, |
| type(t_point_intersection_2d), dimension(:), intent(in) | points ) |