<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Mar 17, 2016 at 7:20 PM, Seungbum Koo <span dir="ltr"><<a href="mailto:doougsini@gmail.com" target="_blank">doougsini@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I used to create matrix by calling MatCreateAIJ without knowing the exact nonzero pattern of the matrix. So I preallocate maximum nonzeros that can appear when creating a matrix.</div><div><br></div><div>After setting nonzero values by MatSetValues I call MatAssemblyBegin and MatAssemblyEnd for actual linear algebra. Now, will the unassigned, or assigned by zero preallocated slots in matrix be removed? Or Will it stay with containing zeros?</div></div>
</blockquote></div><br>If you explicitly put a 0 in there, it will stay. However, extra space you allocated that is not filled up will be removed on MatAssembly.</div><div class="gmail_extra"><br></div><div class="gmail_extra">  MAtt</div><div class="gmail_extra"><div><br></div>-- <br><div class="gmail_signature">What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>-- Norbert Wiener</div>
</div></div>