SuiteSparse missing sparse2 function
Probably during a recent update of the SuiteSparse library, the sparse2
function was removed, meaning that the phase-field code does not run anymore, see attached error.
---------
Error ID:
---------
'MATLAB:UndefinedFunction'
--------------
Error Details:
--------------
Undefined function 'sparse2' for input arguments of type 'double'.
Error in outputTest>testParaviewStepMeshOnlyOutput (line 205)
STIFFNESS_MATRIX.M_sig = sparse2(eye(MESH.num_node));