findspan Function

public pure function findspan(n, degree, Xth, knot) result(s)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: n
integer, intent(in) :: degree
real(kind=rk), intent(in) :: Xth
real(kind=rk), intent(in), contiguous :: knot(:)

Return Value integer


Called by

proc~~findspan~~CalledByGraph proc~findspan findspan proc~insert_knots nurbs_surface%insert_knots proc~insert_knots->proc~findspan proc~insert_knots~2 nurbs_volume%insert_knots proc~insert_knots~2->proc~findspan proc~insert_knots~3 nurbs_curve%insert_knots proc~insert_knots~3->proc~findspan proc~remove_knots nurbs_surface%remove_knots proc~remove_knots->proc~findspan proc~remove_knots~2 nurbs_volume%remove_knots proc~remove_knots~2->proc~findspan proc~remove_knots~3 nurbs_curve%remove_knots proc~remove_knots~3->proc~findspan program~test_forcad_utils test_forcad_utils program~test_forcad_utils->proc~findspan program~example1_curve example1_curve program~example1_curve->proc~insert_knots~3 program~example1_curve->proc~remove_knots~3 program~example3_surface example3_surface program~example3_surface->proc~insert_knots program~example3_surface->proc~remove_knots program~example3_volume example3_volume program~example3_volume->proc~insert_knots~2 program~example3_volume->proc~remove_knots~2 program~example_bend_pipe example_bend_pipe program~example_bend_pipe->proc~insert_knots~2 program~example_helix_pipe example_helix_pipe program~example_helix_pipe->proc~insert_knots~2 program~example_nurbs_surface example_nurbs_surface program~example_nurbs_surface->proc~insert_knots program~example_nurbs_volume example_nurbs_volume program~example_nurbs_volume->proc~insert_knots~2 program~example_toroidal_pipe example_toroidal_pipe program~example_toroidal_pipe->proc~insert_knots~2 program~fdm_elevate_and_insert_1d fdm_elevate_and_insert_1d program~fdm_elevate_and_insert_1d->proc~insert_knots~3 program~fdm_elevate_and_insert_2d fdm_elevate_and_insert_2d program~fdm_elevate_and_insert_2d->proc~insert_knots program~fdm_elevate_and_insert_3d fdm_elevate_and_insert_3d program~fdm_elevate_and_insert_3d->proc~insert_knots~2 program~poisson_iga_solver_2d poisson_iga_solver_2d program~poisson_iga_solver_2d->proc~insert_knots program~poisson_iga_solver_3d poisson_iga_solver_3d program~poisson_iga_solver_3d->proc~insert_knots~2 program~test_nurbs_curve test_nurbs_curve program~test_nurbs_curve->proc~insert_knots~3 program~test_nurbs_curve->proc~remove_knots~3 program~test_nurbs_surface test_nurbs_surface program~test_nurbs_surface->proc~insert_knots program~test_nurbs_surface->proc~remove_knots program~test_nurbs_volume test_nurbs_volume program~test_nurbs_volume->proc~insert_knots~2 program~test_nurbs_volume->proc~remove_knots~2