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
Also, computing the colliding cells is done in each call of measure. I don't know how fast this method is, but to me it seems like something that should belong in the __init__
Currently, the displacement sensor
https://github.com/BAMresearch/FenicsXConcrete/blob/main/src/fenicsxconcrete/sensor_definition/displacement_sensor.py
contains code that can evaluate a
dolfinx.fem.Function
object at any point. This functionality is needed in basically most sensors that access aFunction
, therefore I would put it into some other class, likePointSensor
to avoid duplicate codeThe text was updated successfully, but these errors were encountered: