Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | f_Xt | |||
real(kind=rk), | intent(in), | contiguous | :: | f_knot(:) | ||
integer, | intent(in) | :: | f_degree | |||
integer, | intent(in) | :: | f_nc | |||
real(kind=rk), | intent(out), | allocatable | :: | f_d2Tgc(:) | ||
real(kind=rk), | intent(out), | allocatable | :: | f_dTgc(:) | ||
real(kind=rk), | intent(out), | allocatable | :: | f_Tgc(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in), | contiguous | :: | f_Xt(:) | ||
real(kind=rk), | intent(in), | contiguous | :: | f_knot(:) | ||
integer, | intent(in) | :: | f_degree | |||
integer, | intent(in) | :: | f_nc | |||
integer, | intent(in) | :: | f_ng | |||
real(kind=rk), | intent(out), | allocatable | :: | f_d2Tgc(:,:) | ||
real(kind=rk), | intent(out), | allocatable | :: | f_dTgc(:,:) | ||
real(kind=rk), | intent(out), | allocatable | :: | f_Tgc(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | f_Xt | |||
real(kind=rk), | intent(in), | contiguous | :: | f_knot(:) | ||
integer, | intent(in) | :: | f_degree | |||
integer, | intent(in) | :: | f_nc | |||
real(kind=rk), | intent(in), | contiguous | :: | f_Wc(:) | ||
real(kind=rk), | intent(out), | allocatable | :: | f_d2Tgc(:) | ||
real(kind=rk), | intent(out), | allocatable | :: | f_dTgc(:) | ||
real(kind=rk), | intent(out), | allocatable | :: | f_Tgc(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in), | contiguous | :: | f_Xt(:) | ||
real(kind=rk), | intent(in), | contiguous | :: | f_knot(:) | ||
integer, | intent(in) | :: | f_degree | |||
integer, | intent(in) | :: | f_nc | |||
integer, | intent(in) | :: | f_ng | |||
real(kind=rk), | intent(in), | contiguous | :: | f_Wc(:) | ||
real(kind=rk), | intent(out), | allocatable | :: | f_d2Tgc(:,:) | ||
real(kind=rk), | intent(out), | allocatable | :: | f_dTgc(:,:) | ||
real(kind=rk), | intent(out), | allocatable | :: | f_Tgc(:,:) |