ansatz Subroutine

private pure subroutine ansatz(this, ie, ig, Tgc, dTgc_dXg, dL)

Type Bound

nurbs_curve

Arguments

Type IntentOptional Attributes Name
class(nurbs_curve), intent(inout) :: this
integer, intent(in) :: ie
integer, intent(in) :: ig
real(kind=rk), intent(out), allocatable :: Tgc(:)
real(kind=rk), intent(out), allocatable :: dTgc_dXg(:,:)
real(kind=rk), intent(out) :: dL

Calls

proc~~ansatz~~CallsGraph proc~ansatz nurbs_curve%ansatz interface~dyad dyad proc~ansatz->interface~dyad interface~gauss_leg gauss_leg proc~ansatz->interface~gauss_leg interface~unique unique proc~ansatz->interface~unique none~derivative nurbs_curve%derivative proc~ansatz->none~derivative none~set nurbs_curve%set proc~ansatz->none~set proc~cmp_elem nurbs_curve%cmp_elem proc~ansatz->proc~cmp_elem proc~dyad_t1_t1 dyad_t1_t1 interface~dyad->proc~dyad_t1_t1 proc~gauss_legendre_1d gauss_legendre_1D interface~gauss_leg->proc~gauss_legendre_1d proc~gauss_legendre_2d gauss_legendre_2D interface~gauss_leg->proc~gauss_legendre_2d proc~gauss_legendre_3d gauss_legendre_3D interface~gauss_leg->proc~gauss_legendre_3d proc~unique_integer unique_integer interface~unique->proc~unique_integer proc~unique_real unique_real interface~unique->proc~unique_real proc~derivative_scalar nurbs_curve%derivative_scalar none~derivative->proc~derivative_scalar proc~derivative_vector nurbs_curve%derivative_vector none~derivative->proc~derivative_vector proc~set1 nurbs_curve%set1 none~set->proc~set1 proc~set1a nurbs_curve%set1a none~set->proc~set1a proc~set2 nurbs_curve%set2 none~set->proc~set2 proc~set3 nurbs_curve%set3 none~set->proc~set3 proc~set4 nurbs_curve%set4 none~set->proc~set4 proc~cmp_elem->interface~unique interface~elemconn_cn elemConn_Cn proc~cmp_elem->interface~elemconn_cn proc~get_multiplicity nurbs_curve%get_multiplicity proc~cmp_elem->proc~get_multiplicity proc~cmp_elemconn_cn_l cmp_elemConn_Cn_L interface~elemconn_cn->proc~cmp_elemconn_cn_l proc~cmp_elemconn_cn_s cmp_elemConn_Cn_S interface~elemconn_cn->proc~cmp_elemconn_cn_s proc~cmp_elemconn_cn_v cmp_elemConn_Cn_V interface~elemconn_cn->proc~cmp_elemconn_cn_v interface~compute_dtgc compute_dTgc proc~derivative_scalar->interface~compute_dtgc proc~is_rational nurbs_curve%is_rational proc~derivative_scalar->proc~is_rational proc~derivative_vector->interface~compute_dtgc proc~derivative_vector->proc~is_rational proc~gauss_legendre gauss_legendre proc~gauss_legendre_1d->proc~gauss_legendre interface~ndgrid ndgrid proc~gauss_legendre_2d->interface~ndgrid proc~gauss_legendre_2d->proc~gauss_legendre proc~kron kron proc~gauss_legendre_2d->proc~kron proc~gauss_legendre_3d->interface~ndgrid proc~gauss_legendre_3d->proc~gauss_legendre proc~gauss_legendre_3d->proc~kron interface~compute_multiplicity compute_multiplicity proc~get_multiplicity->interface~compute_multiplicity proc~cmp_degree nurbs_curve%cmp_degree proc~set1->proc~cmp_degree proc~set1a->proc~cmp_degree proc~compute_knot_vector compute_knot_vector proc~set2->proc~compute_knot_vector proc~set3->proc~cmp_degree proc~compute_dtgc_bspline_1d_scalar compute_dTgc_bspline_1d_scalar interface~compute_dtgc->proc~compute_dtgc_bspline_1d_scalar proc~compute_dtgc_bspline_1d_vector compute_dTgc_bspline_1d_vector interface~compute_dtgc->proc~compute_dtgc_bspline_1d_vector proc~compute_dtgc_nurbs_1d_scalar compute_dTgc_nurbs_1d_scalar interface~compute_dtgc->proc~compute_dtgc_nurbs_1d_scalar proc~compute_dtgc_nurbs_1d_vector compute_dTgc_nurbs_1d_vector interface~compute_dtgc->proc~compute_dtgc_nurbs_1d_vector proc~compute_multiplicity1 compute_multiplicity1 interface~compute_multiplicity->proc~compute_multiplicity1 proc~compute_multiplicity2 compute_multiplicity2 interface~compute_multiplicity->proc~compute_multiplicity2 proc~ndgrid2 ndgrid2 interface~ndgrid->proc~ndgrid2 proc~ndgrid3 ndgrid3 interface~ndgrid->proc~ndgrid3 proc~cmp_degree->proc~get_multiplicity proc~repelem repelem proc~compute_knot_vector->proc~repelem proc~basis_bspline_der basis_bspline_der proc~compute_dtgc_bspline_1d_scalar->proc~basis_bspline_der proc~compute_dtgc_bspline_1d_vector->proc~basis_bspline_der proc~compute_dtgc_nurbs_1d_scalar->proc~basis_bspline_der proc~compute_dtgc_nurbs_1d_vector->proc~basis_bspline_der

Called by

proc~~ansatz~~CalledByGraph proc~ansatz nurbs_curve%ansatz proc~cmp_length nurbs_curve%cmp_length proc~cmp_length->proc~ansatz program~compute_length compute_length program~compute_length->proc~cmp_length program~test_nurbs_curve test_nurbs_curve program~test_nurbs_curve->proc~cmp_length