<div class="gmail_quote">On Mon, Aug 8, 2011 at 17:31, Jed Brown <span dir="ltr">&lt;<a href="mailto:jedbrown@mcs.anl.gov">jedbrown@mcs.anl.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
It needs a new Mat primitive which zeros the rows and columns while also &quot;remembering&quot; the column values that it zeroed (as another assembled matrix).</blockquote><div><br></div><div>I spoke too soon. If you apply the transformation while evaluating residuals and during assembly, there is no need to have this after-the-fact modification.</div>
<div><br></div><div>Is there a reason this information should not be held by the DM? In Dohp, I use explicit projections into homogeneous and inhomogeneous spaces. Both are needed, so it&#39;s not clear to me that this can cleanly be placed in SNES or KSP without the weird semantics (modification of force vector or matrix, or having MatMult tell us that we didn&#39;t solve the equations.</div>
<div><br></div><div>The concept of Dirichlet values (with homogeneous and inhomogeneous spaces) could be pushed all the way down into Mat and Vec (some of which I did for Dohp, in order to use VecGhost).</div></div>