insert_knots Subroutine

private pure subroutine insert_knots(this, dir, Xth, r, B, Bs)

Type Bound

nurbs_volume

Arguments

Type IntentOptional Attributes Name
class(nurbs_volume), intent(inout) :: this
integer, intent(in) :: dir
real(kind=rk), intent(in), contiguous :: Xth(:)
integer, intent(in), contiguous :: r(:)
real(kind=rk), intent(out), optional, allocatable :: B(:,:)
real(kind=rk), intent(out), optional, allocatable :: Bs(:,:)

Calls

proc~~insert_knots~2~~CallsGraph proc~insert_knots~2 nurbs_volume%insert_knots interface~compute_multiplicity compute_multiplicity proc~insert_knots~2->interface~compute_multiplicity none~get_knot~2 nurbs_volume%get_knot proc~insert_knots~2->none~get_knot~2 proc~findspan findspan proc~insert_knots~2->proc~findspan proc~insert_knot_a_5_1 insert_knot_A_5_1 proc~insert_knots~2->proc~insert_knot_a_5_1 proc~is_rational~2 nurbs_volume%is_rational proc~insert_knots~2->proc~is_rational~2 s_loc s_loc proc~insert_knots~2->s_loc set set proc~insert_knots~2->set proc~compute_multiplicity1 compute_multiplicity1 interface~compute_multiplicity->proc~compute_multiplicity1 proc~compute_multiplicity2 compute_multiplicity2 interface~compute_multiplicity->proc~compute_multiplicity2 proc~get_knot_all~2 nurbs_volume%get_knot_all none~get_knot~2->proc~get_knot_all~2 proc~get_knoti~2 nurbs_volume%get_knoti none~get_knot~2->proc~get_knoti~2

Called by

proc~~insert_knots~2~~CalledByGraph proc~insert_knots~2 nurbs_volume%insert_knots program~example3_volume example3_volume program~example3_volume->proc~insert_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_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_3d fdm_elevate_and_insert_3d program~fdm_elevate_and_insert_3d->proc~insert_knots~2 program~poisson_iga_solver_3d poisson_iga_solver_3d program~poisson_iga_solver_3d->proc~insert_knots~2 program~test_nurbs_volume test_nurbs_volume program~test_nurbs_volume->proc~insert_knots~2