If elem
is not present: Wc
refers to the full weight vector.
If elem
is present: Wc
refers to the element-local weight vector (Wce
).
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(:) | ||
real(kind=rk), | intent(in), | contiguous | :: | knot3(:) | ||
integer, | intent(in) | :: | degree(3) | |||
integer, | intent(in) | :: | nc(3) | |||
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, | contiguous | :: | elem(:) |