<div class="gmail_quote">On Tue, Jun 12, 2012 at 3:54 PM, Mark F. Adams <span dir="ltr"><<a href="mailto:mark.adams@columbia.edu" target="_blank">mark.adams@columbia.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>How is what?  The ex10 code or "I set the block size for matrices before SetFromOptions".</div><div><br></div><div>This how I create matrices with blocks sizes:</div><div><br></div><div><div>  ierr = MatCreate( wcomm, &Prol ); CHKERRQ(ierr);</div>
<div>  ierr = MatSetSizes(Prol,nloc*bs,nLocalSelected*col_bs,PETSC_DETERMINE,PETSC_DETERMINE); </div><div>  CHKERRQ(ierr);</div><div>  ierr = MatSetBlockSizes( Prol, bs, col_bs ); CHKERRQ(ierr);</div></div></blockquote></div>
<br><div>Sorry, I thought you were talking about vectors because the error is coming from a vector load.</div><div><br></div><div>Where is this input file? I'll grab it sort out the issue.</div>