<div dir="ltr"><div>I inserted this and get this error.  I will push this to master as it is trivial:<br><br>    ierr = PetscObjectComposeFunction((PetscObject)A,"MatNestSetSubMats_C",  MatNestSetSubMats_Nest);CHKERRQ(ierr);<br>+  ierr = PetscObjectComposeFunction((PetscObject)A,"MatConvert_nest_aij_C",MatConvert_Nest_AIJ);CHKERRQ(ierr);<br><br></div><div>I will work on this now.  Any suggestions welcome.<br></div><div><br></div>Mark<br><br>[3]PETSC ERROR: [11]PETSC ERROR: --------------------- Error Message --------------------------------------------------------------<br>[11]PETSC ERROR: Argument out of range<br>[11]PETSC ERROR: Only local rows<br>[11]PETSC ERROR: See <a href="http://www.mcs.anl.gov/petsc/documentation/faq.html">http://www.mcs.anl.gov/petsc/documentation/faq.html</a> for trouble shooting.<br>[11]PETSC ERROR: Petsc Development GIT revision: v3.5.3-3422-g47edbfd  GIT Date: 2015-04-14 16:28:49 -0700<br>[11]PETSC ERROR: ../../XGC1_3/xgc-em on a arch-macosx-gnu-g named MacBook-Pro.local by markadams Wed Apr 15 09:37:54 2015<br>[11]PETSC ERROR: Configure options --download-hypre=1 --download-p4est --download-superlu=1 --download-superlu_dist=1 --download-parmetis=1 --download-metis=1 --download-triangle=1 --with-hdf5-dir=/Users/markadams/Codes/hdf5 --with-x=0 --with-debugging=1 PETSC_ARCH=arch-macosx-gnu-g<br>[11]PETSC ERROR: #1 MatGetRow_MPIAIJ() line 1811 in /Users/markadams/Codes/petsc/src/mat/impls/aij/mpi/mpiaij.c<br>[11]PETSC ERROR: #2 MatGetRow() line 425 in /Users/markadams/Codes/petsc/src/mat/interface/matrix.c<br>[11]PETSC ERROR: #3 MatConvert_Nest_AIJ() line 1461 in /Users/markadams/Codes/petsc/src/mat/impls/nest/matnest.c<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Apr 14, 2015 at 11:05 PM, Matthew Knepley <span dir="ltr"><<a href="mailto:knepley@gmail.com" target="_blank">knepley@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 class="gmail_extra"><div class="gmail_quote"><span class="">On Tue, Apr 14, 2015 at 9:59 PM, Mark Adams <span dir="ltr"><<a href="mailto:mfadams@lbl.gov" target="_blank">mfadams@lbl.gov</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><div>I am trying to see why MatConvert is failing for MatNest to MPIAIJ and added print statements in to see what it is checking for.<br><br></div>Where is the function list created for MatNest?  I am grepping on MatConvert_[n/N] and not finding anything other than:<br></div></div></blockquote><div><br></div></span><div>The person who added that code declined to hook it into the function table, set at the bottom of matnest.c. This does not bode well.</div><div><br></div><div>MatNest should never ever ever be used as a dependency. Its an optimization. At least this is my view.</div><div><br></div><div>   Matt</div><span class=""><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>21:54 next ~/Codes/petsc$ git grep MatConvert_N   <br>src/mat/impls/nest/matnest.c:#define __FUNCT__ "MatConvert_Nest_AIJ"<br>src/mat/impls/nest/matnest.c:PETSC_EXTERN PetscErrorCode MatConvert_Nest_AIJ(Mat A,MatType newtype,MatReuse reuse,Mat *newmat)<br>21:57 next ~/Codes/petsc$ git grep MatConvert_n<br>21:57 1 next ~/Codes/petsc$ <br><span><font color="#888888"><br></font></span></div><span><font color="#888888">Mark<br><br></font></span></div>
</blockquote></span></div><br><br clear="all"><span class=""><div><br></div>-- <br><div>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>
</span></div></div>
</blockquote></div><br></div>