set4 Subroutine

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

Type Bound

nurbs_volume

Arguments

Type IntentOptional Attributes Name
class(nurbs_volume), 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~3~~CalledByGraph proc~set4~3 nurbs_volume%set4 none~set~3 nurbs_volume%set none~set~3->proc~set4~3 proc~ansatz~3 nurbs_volume%ansatz proc~ansatz~3->none~set~3 proc~elevate_degree~3 nurbs_volume%elevate_degree proc~elevate_degree~3->none~set~3 proc~export_xth~3 nurbs_volume%export_Xth proc~export_xth~3->none~set~3 proc~insert_knots~3 nurbs_volume%insert_knots proc~insert_knots~3->none~set~3 proc~modify_wc~3 nurbs_volume%modify_Wc proc~modify_wc~3->none~set~3 proc~modify_xc~3 nurbs_volume%modify_Xc proc~modify_xc~3->none~set~3 proc~remove_knots~3 nurbs_volume%remove_knots proc~remove_knots~3->none~set~3 proc~set_c~3 nurbs_volume%set_C proc~set_c~3->none~set~3 proc~set_half_ring~2 nurbs_volume%set_half_ring proc~set_half_ring~2->none~set~3 proc~set_hexahedron nurbs_volume%set_hexahedron proc~set_hexahedron->none~set~3 proc~set_ring~2 nurbs_volume%set_ring proc~set_ring~2->none~set~3 program~compute_volume compute_volume program~compute_volume->none~set~3 proc~cmp_volume nurbs_volume%cmp_volume program~compute_volume->proc~cmp_volume program~example3_volume example3_volume program~example3_volume->none~set~3 program~example3_volume->proc~elevate_degree~3 program~example3_volume->proc~export_xth~3 program~example3_volume->proc~insert_knots~3 program~example3_volume->proc~remove_knots~3 program~example_nurbs_volume example_nurbs_volume program~example_nurbs_volume->none~set~3 program~example_put_to_nurbs example_put_to_nurbs program~example_put_to_nurbs->none~set~3 program~nearest_point_3d nearest_point_3d program~nearest_point_3d->none~set~3 program~test_nurbs_volume test_nurbs_volume program~test_nurbs_volume->none~set~3 program~test_nurbs_volume->proc~elevate_degree~3 program~test_nurbs_volume->proc~export_xth~3 program~test_nurbs_volume->proc~insert_knots~3 program~test_nurbs_volume->proc~modify_wc~3 program~test_nurbs_volume->proc~modify_xc~3 program~test_nurbs_volume->proc~remove_knots~3 program~test_nurbs_volume->proc~set_c~3 program~test_nurbs_volume->proc~set_half_ring~2 program~test_nurbs_volume->proc~set_hexahedron program~test_nurbs_volume->proc~set_ring~2 program~test_nurbs_volume->proc~cmp_volume proc~cmp_volume->proc~ansatz~3 program~fdm_test_volume fdm_test_volume program~fdm_test_volume->proc~set_hexahedron program~shape_c_3d shape_C_3d program~shape_c_3d->proc~set_c~3 program~shape_half_ring_3d shape_half_ring_3d program~shape_half_ring_3d->proc~set_half_ring~2 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~2