We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.
Structural & Thermal

Structural & Thermal

What causes the error message: An Error has occurred in the Distributed Sparse Matrix Solver used by the PCG solver while saving the solver workspace data….

    • FAQFAQ
      Participant

      The error stems from the distributed sparse (DSP) solver, which is used by the PCG solver when forming the preconditioner. In building the preconditioner, the code calls the DSP solver and at the end of factoring the matrix for the preconditioner, the code writes out the solver workspace to a file and frees the memory. This error message indicates that the saving of workspace failed for some reason. The matrix might be ill conditioned. One workaround is to try forcing the DSP solver from the beginning instead of PCG.