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~~CallsGraph proc~insert_knots nurbs_volume%insert_knots interface~compute_multiplicity compute_multiplicity proc~insert_knots->interface~compute_multiplicity none~get_knot nurbs_volume%get_knot proc~insert_knots->none~get_knot proc~findspan findspan proc~insert_knots->proc~findspan proc~insert_knot_a_5_1 insert_knot_A_5_1 proc~insert_knots->proc~insert_knot_a_5_1 proc~is_rational nurbs_volume%is_rational proc~insert_knots->proc~is_rational s_loc s_loc proc~insert_knots->s_loc set set proc~insert_knots->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 nurbs_volume%get_knot_all none~get_knot->proc~get_knot_all proc~get_knoti nurbs_volume%get_knoti none~get_knot->proc~get_knoti

Called by

proc~~insert_knots~~CalledByGraph proc~insert_knots nurbs_volume%insert_knots program~example3_volume example3_volume program~example3_volume->proc~insert_knots program~example_bend_pipe example_bend_pipe program~example_bend_pipe->proc~insert_knots program~example_helix_pipe example_helix_pipe program~example_helix_pipe->proc~insert_knots program~example_nurbs_volume example_nurbs_volume program~example_nurbs_volume->proc~insert_knots program~example_toroidal_pipe example_toroidal_pipe program~example_toroidal_pipe->proc~insert_knots program~fdm_elevate_and_insert_3d fdm_elevate_and_insert_3d program~fdm_elevate_and_insert_3d->proc~insert_knots program~poisson_iga_solver_3d poisson_iga_solver_3d program~poisson_iga_solver_3d->proc~insert_knots program~test_nurbs_volume test_nurbs_volume program~test_nurbs_volume->proc~insert_knots