1

Topic: DSS bug discovered in oofem 1.7

Discovered critical bug in Direct Sparse Solver (DSS) interface
that caused invalid assembly of symmetric DSS sparse
matrices (SMT_DSS_sym_LDL and SMT_DSS_sym_LL) in many cases.
The unsymmetric variant (SMT_DSS_unsym_LU) has been assembled correctly.

The fixes are already posted to svn repository,
Users using distribution version should update manually, by

1) replacing  oofemlib/src/dss.C by following file:
http://www.oofem.org/svn/tags/rel-1.7/o … /src/dss.C
2) replacing  oofemlib/src/dss.h by following file:
http://www.oofem.org/svn/tags/rel-1.7/o … /src/dss.h