set2 Subroutine

private pure subroutine set2(this, Xth_dir1, Xth_dir2, Xth_dir3, degree, continuity1, continuity2, continuity3, Xc, Wc)

Set control points and weights for the NURBS volume object.

Type Bound

nurbs_volume

Arguments

Type IntentOptional Attributes Name
class(nurbs_volume), intent(inout) :: this
real(kind=rk), intent(in), contiguous :: Xth_dir1(:)
real(kind=rk), intent(in), contiguous :: Xth_dir2(:)
real(kind=rk), intent(in), contiguous :: Xth_dir3(:)
integer, intent(in), contiguous :: degree(:)
integer, intent(in), contiguous :: continuity1(:)
integer, intent(in), contiguous :: continuity2(:)
integer, intent(in), contiguous :: continuity3(:)
real(kind=rk), intent(in), optional, contiguous :: Xc(:,:)
real(kind=rk), intent(in), optional, contiguous :: Wc(:)

Calls

proc~~set2~~CallsGraph proc~set2 nurbs_volume%set2 proc~cmp_nc nurbs_volume%cmp_nc proc~set2->proc~cmp_nc proc~compute_knot_vector compute_knot_vector proc~set2->proc~compute_knot_vector set set proc~set2->set proc~cmp_nc->set interface~compute_multiplicity compute_multiplicity proc~cmp_nc->interface~compute_multiplicity proc~repelem repelem proc~compute_knot_vector->proc~repelem proc~compute_multiplicity1 compute_multiplicity1 interface~compute_multiplicity->proc~compute_multiplicity1 proc~compute_multiplicity2 compute_multiplicity2 interface~compute_multiplicity->proc~compute_multiplicity2

Called by

proc~~set2~~CalledByGraph proc~set2 nurbs_volume%set2 none~set nurbs_volume%set none~set->proc~set2 proc~ansatz nurbs_volume%ansatz proc~ansatz->none~set proc~bend_pipe bend_pipe proc~bend_pipe->none~set proc~build_helix build_helix proc~build_helix->none~set proc~build_twist_taper build_twist_taper proc~build_twist_taper->none~set proc~elevate_degree nurbs_volume%elevate_degree proc~elevate_degree->none~set proc~map_to_torus_sinez map_to_torus_sineZ proc~map_to_torus_sinez->none~set proc~modify_wc nurbs_volume%modify_Wc proc~modify_wc->none~set proc~modify_xc nurbs_volume%modify_Xc proc~modify_xc->none~set proc~remove_knots nurbs_volume%remove_knots proc~remove_knots->none~set proc~set_c nurbs_volume%set_C proc~set_c->none~set proc~set_half_ring nurbs_volume%set_half_ring proc~set_half_ring->none~set proc~set_hexahedron nurbs_volume%set_hexahedron proc~set_hexahedron->none~set proc~set_ring nurbs_volume%set_ring proc~set_ring->none~set program~compute_volume compute_volume program~compute_volume->none~set proc~cmp_volume nurbs_volume%cmp_volume program~compute_volume->proc~cmp_volume program~example3_volume example3_volume program~example3_volume->none~set program~example3_volume->proc~elevate_degree program~example3_volume->proc~remove_knots program~example_nurbs_volume example_nurbs_volume program~example_nurbs_volume->none~set program~example_nurbs_volume->proc~elevate_degree program~example_plate_hole_1_3d example_plate_hole_1_3d program~example_plate_hole_1_3d->none~set program~example_plate_hole_2_3d example_plate_hole_2_3d program~example_plate_hole_2_3d->none~set program~example_plate_hole_4_3d example_plate_hole_4_3d program~example_plate_hole_4_3d->none~set program~example_put_to_nurbs example_put_to_nurbs program~example_put_to_nurbs->none~set program~fdm_elevate_and_insert_3d fdm_elevate_and_insert_3d program~fdm_elevate_and_insert_3d->none~set program~fdm_elevate_and_insert_3d->proc~elevate_degree program~lsq_fit_bspline_3d lsq_fit_bspline_3d program~lsq_fit_bspline_3d->none~set program~lsq_fit_nurbs_3d lsq_fit_nurbs_3d program~lsq_fit_nurbs_3d->none~set program~nearest_point_3d nearest_point_3d program~nearest_point_3d->none~set program~test_nurbs_volume test_nurbs_volume program~test_nurbs_volume->none~set program~test_nurbs_volume->proc~elevate_degree program~test_nurbs_volume->proc~modify_wc program~test_nurbs_volume->proc~modify_xc program~test_nurbs_volume->proc~remove_knots program~test_nurbs_volume->proc~set_c program~test_nurbs_volume->proc~set_half_ring program~test_nurbs_volume->proc~set_hexahedron program~test_nurbs_volume->proc~set_ring program~test_nurbs_volume->proc~cmp_volume proc~cmp_volume->proc~ansatz program~example_bend_pipe example_bend_pipe program~example_bend_pipe->proc~bend_pipe program~example_bend_pipe->proc~elevate_degree program~example_bend_pipe->proc~set_ring program~example_helix_pipe example_helix_pipe program~example_helix_pipe->proc~build_helix program~example_helix_pipe->proc~elevate_degree program~example_helix_pipe->proc~set_ring program~example_toroidal_pipe example_toroidal_pipe program~example_toroidal_pipe->proc~elevate_degree program~example_toroidal_pipe->proc~map_to_torus_sinez program~example_toroidal_pipe->proc~set_ring program~example_twist_taper example_twist_taper program~example_twist_taper->proc~build_twist_taper program~example_twist_taper->proc~set_hexahedron program~fdm_test_volume fdm_test_volume program~fdm_test_volume->proc~set_hexahedron program~poisson_iga_solver_3d poisson_iga_solver_3d program~poisson_iga_solver_3d->proc~ansatz program~poisson_iga_solver_3d->proc~set_hexahedron program~shape_c_3d shape_C_3d program~shape_c_3d->proc~set_c program~shape_half_ring_3d shape_half_ring_3d program~shape_half_ring_3d->proc~set_half_ring program~shape_hexahedron shape_hexahedron program~shape_hexahedron->proc~set_hexahedron program~shape_ring_3d shape_ring_3d program~shape_ring_3d->proc~set_ring