<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body>
<div style="direction:ltr; font-family:Tahoma; color:#000000; font-size:10pt">
<div>HI,</div>
<div><br>
</div>
<div>I am creating a matrix with&nbsp;MatCreateMPIAIJWithSplitArrays, but I would like the arrays that I am using</div>
<div>to create the matrix to be freed once the matrix is destroyed. Is this the correct way to do this?</div>
<div><br>
</div>
<div>&nbsp;&nbsp; MatCreateMPIAIJWithSplitArrays(PETSC_COMM_WORLD,ne,nf,PETSC_DETERMINE,PETSC_DETERMINE,ia_E_d,ja_E_d,v_E_d,ia_E_o,ja_E_o,v_E_o,E);</div>
<div>//set flags so that arrays are freed once the matrix is destroyed</div>
<div>&nbsp;mpimat= (Mat_MPIAIJ*)(*E)-&gt;data;</div>
<div>&nbsp;a=(Mat_SeqAIJ*)(mpimat-&gt;A)-&gt;data;</div>
<div>&nbsp;b=(Mat_SeqAIJ*)(mpimat-&gt;B)-&gt;data;</div>
<div>&nbsp;a-&gt;free_a &nbsp;= PETSC_TRUE;</div>
<div>&nbsp;a-&gt;free_ij = PETSC_TRUE;</div>
<div>&nbsp;b-&gt;free_a &nbsp;= PETSC_TRUE;</div>
<div>&nbsp;b-&gt;free_ij = PETSC_TRUE;</div>
<div><br>
</div>
<div><br>
</div>
<div>Thanks,</div>
<div><br>
</div>
<div>Verena</div>
</div>
<br>
<hr>
<font face="Arial" color="Gray" size="1"><br>
This e-mail message (including any attachments) is for the sole use of<br>
the intended recipient(s) and may contain confidential and privileged<br>
information. If the reader of this message is not the intended<br>
recipient, you are hereby notified that any dissemination, distribution<br>
or copying of this message (including any attachments) is strictly<br>
prohibited.<br>
<br>
If you have received this message in error, please contact<br>
the sender by reply e-mail message and destroy all copies of the<br>
original message (including attachments).<br>
</font>
</body>
</html>