Closed henrij22 closed 1 year ago
Maybe we dont need a ResultEvaluator as a python class, but a Result-GridFunction-Factory and can make a gridFunction
in python like (this doens't work yet)
resultRequirements = iks.XXXXX
comp = 0
stressFunc = gridView.function(
lambda e, x: e.calculateAt(resultRequirements, x).result[comp]
)
calculateAt
function is not yet in the python BindingsresultRequirements
have bindingscalculateAt
look like
Python Bindings are missing for the ResultEvaluator and the ResultFunction