dcelisgarza / DDD.jl

New generation of Discrete Dislocation Dynamics.
MIT License
9 stars 3 forks source link

Filter virtual segments, probably using a boolean array called `virtSeg` to DislocationNetwork, filling it with `false` in `getSegmentIdx`/`!` except when the segment is virtual and adding `virtSeg[i] && continue` to force calculations. #15

Closed dcelisgarza closed 3 years ago

dcelisgarza commented 3 years ago

https://github.com/dcelisgarza/DDD.jl/blob/ccbe9d726fc22085eb9b97e5ce7afcd51c390332/src/Type/DislocationUtil.jl#L236-L236

dcelisgarza commented 3 years ago

done a while ago