Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in), | contiguous | :: | Xt(:) | ||
real(kind=rk), | intent(in), | contiguous | :: | knot(:) | ||
integer, | intent(in) | :: | degree | |||
integer, | intent(in) | :: | nc | |||
integer, | intent(in) | :: | ng | |||
real(kind=rk), | intent(in), | contiguous | :: | Wc(:) | ||
real(kind=rk), | intent(out), | allocatable | :: | d2Tgc(:,:) | ||
real(kind=rk), | intent(out), | allocatable | :: | dTgc(:,:) | ||
real(kind=rk), | intent(out), | allocatable | :: | Tgc(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in), | contiguous | :: | Xt(:) | ||
real(kind=rk), | intent(in), | contiguous | :: | knot(:) | ||
integer, | intent(in) | :: | degree | |||
integer, | intent(in) | :: | nc | |||
integer, | intent(in) | :: | ng | |||
real(kind=rk), | intent(out), | allocatable | :: | d2Tgc(:,:) | ||
real(kind=rk), | intent(out), | allocatable | :: | dTgc(:,:) | ||
real(kind=rk), | intent(out), | allocatable | :: | Tgc(:,:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | Xt | |||
real(kind=rk), | intent(in), | contiguous | :: | knot(:) | ||
integer, | intent(in) | :: | degree | |||
integer, | intent(in) | :: | nc | |||
real(kind=rk), | intent(in), | contiguous | :: | Wc(:) | ||
real(kind=rk), | intent(out), | allocatable | :: | d2Tgc(:) | ||
real(kind=rk), | intent(out), | allocatable | :: | dTgc(:) | ||
real(kind=rk), | intent(out), | allocatable | :: | Tgc(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | Xt | |||
real(kind=rk), | intent(in), | contiguous | :: | knot(:) | ||
integer, | intent(in) | :: | degree | |||
integer, | intent(in) | :: | nc | |||
real(kind=rk), | intent(out), | allocatable | :: | d2Tgc(:) | ||
real(kind=rk), | intent(out), | allocatable | :: | dTgc(:) | ||
real(kind=rk), | intent(out), | allocatable | :: | Tgc(:) |