Closed bindi-nagda closed 2 years ago
https://github.com/abarret/multiphase-stokes/blob/dd02256c18891737294364af90dcaf6161bd28fd/smooth.cpp#L281
Issue resolved upon eliminating the cloning of a vector. The issue was that repeated cloning during sweeping was creating new patch data entries for which there was not enough allocated space.
https://github.com/abarret/multiphase-stokes/blob/dd02256c18891737294364af90dcaf6161bd28fd/smooth.cpp#L281