set4 Subroutine

private pure subroutine set4(this, degree, nc, Xc, Wc)

Type Bound

nurbs_surface

Arguments

Type IntentOptional Attributes Name
class(nurbs_surface), intent(inout) :: this
integer, intent(in), contiguous :: degree(:)
integer, intent(in), contiguous :: nc(:)
real(kind=rk), intent(in), contiguous :: Xc(:,:)
real(kind=rk), intent(in), optional, contiguous :: Wc(:)

Called by

proc~~set4~2~~CalledByGraph proc~set4~2 nurbs_surface%set4 none~set~2 nurbs_surface%set none~set~2->proc~set4~2 proc~ansatz~2 nurbs_surface%ansatz proc~ansatz~2->none~set~2 proc~elevate_degree~2 nurbs_surface%elevate_degree proc~elevate_degree~2->none~set~2 proc~export_xth~2 nurbs_surface%export_Xth proc~export_xth~2->none~set~2 proc~insert_knots~2 nurbs_surface%insert_knots proc~insert_knots~2->none~set~2 proc~modify_wc~2 nurbs_surface%modify_Wc proc~modify_wc~2->none~set~2 proc~modify_xc~2 nurbs_surface%modify_Xc proc~modify_xc~2->none~set~2 proc~remove_knots~2 nurbs_surface%remove_knots proc~remove_knots~2->none~set~2 proc~set_c~2 nurbs_surface%set_C proc~set_c~2->none~set~2 proc~set_half_ring nurbs_surface%set_half_ring proc~set_half_ring->none~set~2 proc~set_ring nurbs_surface%set_ring proc~set_ring->none~set~2 proc~set_tetragon nurbs_surface%set_tetragon proc~set_tetragon->none~set~2 program~compute_area compute_area program~compute_area->none~set~2 proc~cmp_area nurbs_surface%cmp_area program~compute_area->proc~cmp_area program~example3_surface example3_surface program~example3_surface->none~set~2 program~example3_surface->proc~elevate_degree~2 program~example3_surface->proc~export_xth~2 program~example3_surface->proc~insert_knots~2 program~example3_surface->proc~remove_knots~2 program~example_nurbs_surface example_nurbs_surface program~example_nurbs_surface->none~set~2 program~nearest_point_2d nearest_point_2d program~nearest_point_2d->none~set~2 program~test_nurbs_surface test_nurbs_surface program~test_nurbs_surface->none~set~2 program~test_nurbs_surface->proc~elevate_degree~2 program~test_nurbs_surface->proc~export_xth~2 program~test_nurbs_surface->proc~insert_knots~2 program~test_nurbs_surface->proc~modify_wc~2 program~test_nurbs_surface->proc~modify_xc~2 program~test_nurbs_surface->proc~remove_knots~2 program~test_nurbs_surface->proc~set_c~2 program~test_nurbs_surface->proc~set_half_ring program~test_nurbs_surface->proc~set_ring program~test_nurbs_surface->proc~set_tetragon program~test_nurbs_surface->proc~cmp_area proc~cmp_area->proc~ansatz~2 program~example_ppm1 example_ppm1 program~example_ppm1->proc~set_ring program~example_ppm1->proc~set_tetragon program~example_ppm2 example_ppm2 program~example_ppm2->proc~set_half_ring program~example_ppm2->proc~set_tetragon program~example_ppm3 example_ppm3 program~example_ppm3->proc~modify_xc~2 program~example_ppm3->proc~set_tetragon program~fdm_test_surface fdm_test_surface program~fdm_test_surface->proc~set_tetragon program~nearest_point_2d_bench nearest_point_2d_bench program~nearest_point_2d_bench->proc~set_tetragon program~shape_c_2d shape_C_2d program~shape_c_2d->proc~set_c~2 program~shape_half_ring_2d shape_half_ring_2d program~shape_half_ring_2d->proc~set_half_ring program~shape_ring_2d shape_ring_2d program~shape_ring_2d->proc~set_ring program~shape_tetragon shape_tetragon program~shape_tetragon->proc~set_tetragon