get_Xc_all Function

private pure function get_Xc_all(this) result(Xc)

Type Bound

nurbs_volume

Arguments

Type IntentOptional Attributes Name
class(nurbs_volume), intent(in) :: this

Return Value real(kind=rk), allocatable, (:,:)


Called by

proc~~get_xc_all~2~~CalledByGraph proc~get_xc_all~2 nurbs_volume%get_Xc_all none~get_xc~2 nurbs_volume%get_Xc none~get_xc~2->proc~get_xc_all~2 proc~bend_pipe bend_pipe proc~bend_pipe->none~get_xc~2 proc~build_helix build_helix proc~build_helix->none~get_xc~2 proc~build_twist_taper build_twist_taper proc~build_twist_taper->none~get_xc~2 proc~map_to_torus_sinez map_to_torus_sineZ proc~map_to_torus_sinez->none~get_xc~2 proc~modify_wc~2 nurbs_volume%modify_Wc proc~modify_wc~2->none~get_xc~2 proc~modify_xc~2 nurbs_volume%modify_Xc proc~modify_xc~2->none~get_xc~2 program~fdm_elevate_and_insert_3d fdm_elevate_and_insert_3d program~fdm_elevate_and_insert_3d->none~get_xc~2 program~poisson_iga_solver_3d poisson_iga_solver_3d program~poisson_iga_solver_3d->none~get_xc~2 program~test_nurbs_volume test_nurbs_volume program~test_nurbs_volume->none~get_xc~2 program~test_nurbs_volume->proc~modify_wc~2 program~test_nurbs_volume->proc~modify_xc~2 program~example_bend_pipe example_bend_pipe program~example_bend_pipe->proc~bend_pipe program~example_helix_pipe example_helix_pipe program~example_helix_pipe->proc~build_helix program~example_toroidal_pipe example_toroidal_pipe program~example_toroidal_pipe->proc~map_to_torus_sinez program~example_twist_taper example_twist_taper program~example_twist_taper->proc~build_twist_taper