-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
93 resolutionspec insideoutside entity #100
Conversation
@fedeinthemix this PR adds a new attribute to ThresholdField and ExponentialField to restrict the field to a list of entities This allows these fields to be only applied to one side of an interface. Should be useful for skin effect as discussed in #91 For instance:
Gives: None (old behavior, default, isotropic field) ["inner_left"] (apply only inside) ["outer", "inner_right"] (apply only to the others listed) You can add multiple fields to control the different interfaces differently:
Closes #93 |
Nice, thank you! |
add restrict field