Skip to content

ENH: Injection models - added entry to ignore injection positions outside of the mesh

Andrew Heather requested to merge feature-injection-out-of-bounds into develop

Injection models: added option to ignore injection locations that are out-of-bounds (outside of the domain)

Example in the injection model input dictionary:

// New entry to ignore injections out of bounds
ignoreOutOfBounds yes;

Merge request reports