get_nc_all Function

private pure function get_nc_all(this) result(nc)

Type Bound

nurbs_volume

Arguments

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

Return Value integer, (3)


Called by

proc~~get_nc_all~2~~CalledByGraph proc~get_nc_all~2 nurbs_volume%get_nc_all none~get_nc~2 nurbs_volume%get_nc none~get_nc~2->proc~get_nc_all~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