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
from esys.escript import *
from esys.oxley import Rectangle
domain=Rectangle(10,10, (-3,3), (-10,10))
X=Function(domain).getX()
m=wherePositive(X[1])
Function(domain).setTags("air", m)
throws: ValueError: getTag: invalid tag name
NOTE: when refining refined element need to inherit the tag from parent.
The text was updated successfully, but these errors were encountered:
from esys.escript import *
from esys.oxley import Rectangle
domain=Rectangle(10,10, (-3,3), (-10,10))
X=Function(domain).getX()
m=wherePositive(X[1])
Function(domain).setTags("air", m)
throws: ValueError: getTag: invalid tag name
NOTE: when refining refined element need to inherit the tag from parent.
The text was updated successfully, but these errors were encountered: