You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only the first component is interpolated; remaining components seem to be ignored.
MWE:
In [1]: fromskfemimport*In [2]: m=MeshTri()
In [3]: basis=Basis(m, ElementTriP1() *ElementTriP1())
In [4]: y=basis.zeros()
In [5]: basis.interpolate(y)
Out[5]:
(<skfemDiscreteFieldobject>Quadraturepointsperelement: 6Numberofelements: 2Order: 0Attributes: grad,
<skfemDiscreteFieldobject>)
Observe how the second component is empty DiscreteField.
The text was updated successfully, but these errors were encountered:
Only the first component is interpolated; remaining components seem to be ignored.
MWE:
Observe how the second component is empty
DiscreteField
.The text was updated successfully, but these errors were encountered: