<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div dir="ltr">
<div dir="ltr">Barry :<br>
</div>
<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
   We would like avoid allocating a huge array for the matrix and then having the user place on top of it.
<br>
<br>
   In the new paradigm there could be options called on the resulting C of MatMatGetProduct() that would take effect before the C is fully formed to prevent the allocating and freeing for a huge array the same time as user array exists but with the current
 API we have for this release.<br>
</blockquote>
<div>Allocation of C is done in the symbolic product, not GetProduct(). Petsc gets user's array before symbolic product, thus it will not allocate C array.</div>
<div>Hong</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
<br>
</blockquote>
</div>
</div>
</body>
</html>