get_nc_dir Function

private pure function get_nc_dir(this, dir) result(nc)

Type Bound

nurbs_volume

Arguments

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

Return Value integer


Calls

proc~~get_nc_dir~2~~CallsGraph proc~get_nc_dir~2 nurbs_volume%get_nc_dir interface~compute_multiplicity compute_multiplicity proc~get_nc_dir~2->interface~compute_multiplicity 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~~get_nc_dir~2~~CalledByGraph proc~get_nc_dir~2 nurbs_volume%get_nc_dir none~get_nc~2 nurbs_volume%get_nc none~get_nc~2->proc~get_nc_dir~2 proc~bend_pipe bend_pipe proc~bend_pipe->none~get_nc~2 proc~build_helix build_helix proc~build_helix->none~get_nc~2 proc~map_to_torus_sinez map_to_torus_sineZ proc~map_to_torus_sinez->none~get_nc~2 program~lsq_fit_bspline_3d lsq_fit_bspline_3d program~lsq_fit_bspline_3d->none~get_nc~2 program~poisson_iga_solver_3d poisson_iga_solver_3d program~poisson_iga_solver_3d->none~get_nc~2 program~test_nurbs_volume test_nurbs_volume program~test_nurbs_volume->none~get_nc~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