Skip to content

Fix an invalid array access if WorkVec is reallocated

Reinhard Resch requested to merge fix-WorkVec-Resize into develop

This branch fixes an invalid array access which may happen if the work vector is reallocated during the assembly of the residual vector because the workspace size was exceeded.

Merge request reports