Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in), | contiguous | :: | Xt(:,:) | ||
real(kind=rk), | intent(in), | contiguous | :: | knot1(:) | ||
real(kind=rk), | intent(in), | contiguous | :: | knot2(:) | ||
integer, | intent(in) | :: | degree(2) | |||
integer, | intent(in) | :: | nc(2) | |||
integer, | intent(in) | :: | ng(2) | |||
real(kind=rk), | intent(in), | contiguous | :: | Wc(:) | ||
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 | :: | knot1(:) | ||
real(kind=rk), | intent(in), | contiguous | :: | knot2(:) | ||
integer, | intent(in) | :: | degree(2) | |||
integer, | intent(in) | :: | nc(2) | |||
integer, | intent(in) | :: | ng(2) | |||
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 | :: | knot1(:) | ||
real(kind=rk), | intent(in), | contiguous | :: | knot2(:) | ||
integer, | intent(in) | :: | degree(2) | |||
integer, | intent(in) | :: | nc(2) | |||
real(kind=rk), | intent(in), | contiguous | :: | Wc(:) | ||
real(kind=rk), | intent(out), | allocatable | :: | dTgc(:,:) | ||
real(kind=rk), | intent(out), | allocatable | :: | Tgc(:) | ||
integer, | intent(in), | optional | :: | elem(:) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in), | contiguous | :: | Xt(:) | ||
real(kind=rk), | intent(in), | contiguous | :: | knot1(:) | ||
real(kind=rk), | intent(in), | contiguous | :: | knot2(:) | ||
integer, | intent(in) | :: | degree(2) | |||
integer, | intent(in) | :: | nc(2) | |||
real(kind=rk), | intent(out), | allocatable | :: | dTgc(:,:) | ||
real(kind=rk), | intent(out), | allocatable | :: | Tgc(:) | ||
integer, | intent(in), | optional | :: | elem(:) |