get_degree_dir Function

private pure function get_degree_dir(this, dir) result(degree)

Type Bound

nurbs_surface

Arguments

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

Return Value integer


Called by

proc~~get_degree_dir~2~~CalledByGraph proc~get_degree_dir~2 nurbs_surface%get_degree_dir none~get_degree~3 nurbs_surface%get_degree none~get_degree~3->proc~get_degree_dir~2 program~example3_surface example3_surface program~example3_surface->none~get_degree~3 program~lsq_fit_bspline_2d lsq_fit_bspline_2d program~lsq_fit_bspline_2d->none~get_degree~3 program~lsq_fit_nurbs_2d lsq_fit_nurbs_2d program~lsq_fit_nurbs_2d->none~get_degree~3 program~poisson_iga_solver_2d poisson_iga_solver_2d program~poisson_iga_solver_2d->none~get_degree~3 program~test_nurbs_surface test_nurbs_surface program~test_nurbs_surface->none~get_degree~3