create Subroutine

private pure subroutine create(this, res1, res2, res3, Xt1, Xt2, Xt3, Xt)

Type Bound

nurbs_volume

Arguments

Type IntentOptional Attributes Name
class(nurbs_volume), intent(inout) :: this
integer, intent(in), optional :: res1
integer, intent(in), optional :: res2
integer, intent(in), optional :: res3
real(kind=rk), intent(in), optional, contiguous :: Xt1(:)
real(kind=rk), intent(in), optional, contiguous :: Xt2(:)
real(kind=rk), intent(in), optional, contiguous :: Xt3(:)
real(kind=rk), intent(in), optional, contiguous :: Xt(:,:)

Calls

proc~~create~2~~CallsGraph proc~create~2 nurbs_volume%create interface~compute_xg~2 compute_Xg proc~create~2->interface~compute_xg~2 interface~ndgrid ndgrid proc~create~2->interface~ndgrid proc~is_rational~2 nurbs_volume%is_rational proc~create~2->proc~is_rational~2 set set proc~create~2->set proc~compute_xg_bspline_3d compute_Xg_bspline_3d interface~compute_xg~2->proc~compute_xg_bspline_3d proc~compute_xg_bspline_3d_1point compute_Xg_bspline_3d_1point interface~compute_xg~2->proc~compute_xg_bspline_3d_1point proc~compute_xg_nurbs_3d compute_Xg_nurbs_3d interface~compute_xg~2->proc~compute_xg_nurbs_3d proc~compute_xg_nurbs_3d_1point compute_Xg_nurbs_3d_1point interface~compute_xg~2->proc~compute_xg_nurbs_3d_1point proc~ndgrid2 ndgrid2 interface~ndgrid->proc~ndgrid2 proc~ndgrid3 ndgrid3 interface~ndgrid->proc~ndgrid3 interface~kron kron proc~compute_xg_bspline_3d->interface~kron proc~basis_bspline basis_bspline proc~compute_xg_bspline_3d->proc~basis_bspline proc~compute_xg_bspline_3d_1point->interface~kron proc~compute_xg_bspline_3d_1point->proc~basis_bspline proc~cmp_tgc_3d cmp_Tgc_3d proc~compute_xg_nurbs_3d->proc~cmp_tgc_3d proc~compute_xg_nurbs_3d_1point->interface~kron proc~compute_xg_nurbs_3d_1point->proc~basis_bspline proc~kron3 kron3 interface~kron->proc~kron3 proc~kron_t1_t1 kron_t1_t1 interface~kron->proc~kron_t1_t1 proc~kron_t1_t2 kron_t1_t2 interface~kron->proc~kron_t1_t2 proc~cmp_tgc_3d->interface~kron proc~cmp_tgc_3d->proc~basis_bspline

Called by

proc~~create~2~~CalledByGraph proc~create~2 nurbs_volume%create proc~nearest_point2~2 nurbs_volume%nearest_point2 proc~nearest_point2~2->proc~create~2 program~example3_volume example3_volume program~example3_volume->proc~create~2 program~example_bend_pipe example_bend_pipe program~example_bend_pipe->proc~create~2 program~example_helix_pipe example_helix_pipe program~example_helix_pipe->proc~create~2 program~example_nurbs_volume example_nurbs_volume program~example_nurbs_volume->proc~create~2 program~example_toroidal_pipe example_toroidal_pipe program~example_toroidal_pipe->proc~create~2 program~example_twist_taper example_twist_taper program~example_twist_taper->proc~create~2 program~fdm_test_volume fdm_test_volume program~fdm_test_volume->proc~create~2 program~lsq_fit_bspline_3d lsq_fit_bspline_3d program~lsq_fit_bspline_3d->proc~create~2 program~nearest_point_3d nearest_point_3d program~nearest_point_3d->proc~create~2 program~nearest_point_3d->proc~nearest_point2~2 program~poisson_iga_solver_3d poisson_iga_solver_3d program~poisson_iga_solver_3d->proc~create~2 program~shape_c_3d shape_C_3d program~shape_c_3d->proc~create~2 program~shape_half_ring_3d shape_half_ring_3d program~shape_half_ring_3d->proc~create~2 program~shape_hexahedron shape_hexahedron program~shape_hexahedron->proc~create~2 program~shape_ring_3d shape_ring_3d program~shape_ring_3d->proc~create~2 program~test_nurbs_volume test_nurbs_volume program~test_nurbs_volume->proc~create~2 program~test_nurbs_volume->proc~nearest_point2~2