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
I just pushed an update for #33 - the crack branching BC does exactly that. We have plans to generalize boundary conditions in general for dynamic and/or different values for different sets of particles along the lines of what you suggest (which will clean up what I just added quite a bit).
I mostly want to make sure that what we're doing is performant: fusing each BC rather than applying each one separately is the goal.
In all the examples, it seems only one boundary condition with multiple planes is applied
How can I apply to boundary conditions with different b0 values?
I want to apply one boundary condition with b0 and -b0 on the top and bottom of the geometry.
It seems that bc can only be one object derived from createBoundaryCondition and there is no option to provide a vector.
The text was updated successfully, but these errors were encountered: