<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>Hello,</p>
<p><br>
</p>
<p>I am using TSSolve to solve a linear problem. </p>
<p>In the FormIJacobian function that I provide to TSSetIJacobian, I first set the coefficients of both J and Jpre matrices the same way (J and Jpre matrices are equal in the first step). Then I call MatAXPY to prepare Jpre (Jpre := Jpre - another_matrix. So,
 Jpre and J are not equal anymore). </p>
<p><br>
</p>
<p>But I get the error once FormIJacobian is called the second time inside TSSolve: </p>
<p>"[0]PETSC ERROR: New nonzero at (5,1) caused a malloc</p>
<p>Use MatSetOption(A, MAT_NEW_NONZERO_ALLOCATION_ERR, PETSC_FALSE) to turn off this check".</p>
<p><br>
</p>
<p>It looks like MatAXPY changes the allocation of Jpre, which the second FormIJacobian does not like unless Jpre is destroyed first.</p>
<p><br>
</p>
<p>Do you have any suggestions to fix this malloc issue? </p>
<p>Thanks.</p>
<p></p>
<p><br>
</p>
<p>Best regards,</p>
<p><br>
</p>
<p>Zakariae</p>
</div>
</body>
</html>