Dear Barry,<br><br>I have a few questions about inodes :<br>- can the user specify the inodes sizes (it seems to me this is an automatic PETSc feature to gain performance, right?)?<br>- can the inodes have different sizes?<br>
<br>Otherwise I plan to define a new matrix type MATSEQVBAIJ (VB for variable block) based on MATSEQAIJ with an additional attribute defining the block sizes.<br><br>Thanks,<br><br>Nicolas<br><br><div><span class="gmail_quote">2008/3/20, Barry Smith &lt;<a href="mailto:bsmith@mcs.anl.gov">bsmith@mcs.anl.gov</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>&nbsp;&nbsp; DON&quot;T USE GREP! Use etags<br> # To access the tags in EMACS, type M-x visit-tags-table and specify<br> # the file petsc/TAGS.<br> # 1) To move to where a PETSc function is defined, enter M-. and the<br> #&nbsp;&nbsp;&nbsp;&nbsp; function name.<br>
 # 2) To search for a string and move to the first occurrence,<br> #&nbsp;&nbsp;&nbsp;&nbsp; use M-x tags-search and the string.<br> #&nbsp;&nbsp;&nbsp;&nbsp; To locate later occurrences, use M-,<br> <br>&nbsp;&nbsp; It may not be in petsc-2.3.3 you may need to use petsc-dev<br>
 <a href="http://www-unix.mcs.anl.gov/petsc/petsc-as/developers/index.html">http://www-unix.mcs.anl.gov/petsc/petsc-as/developers/index.html</a><br> <br> it is in src/mat/impls/aij/seq/inode.c<br> <br><br> <br>&nbsp;&nbsp;&nbsp;&nbsp;Barry<br>
 <br><br> <br> On Mar 20, 2008, at 1:52 PM, Nicolas Tardieu wrote:<br> <br> &gt; Dear Barry,<br> &gt;<br> &gt; Thank you very much for your quick answer.<br> &gt; I am searching for MatRelax_Inode in PETSc src directory using grep.<br>
 &gt; But I just can&#39;t find it! Please note I am using 2.3.3p6<br> &gt; Could you please tell me where this routine is?<br> &gt;<br> &gt; Nicoals<br> &gt;<br> &gt; 2008/3/20, Barry Smith &lt;<a href="mailto:bsmith@mcs.anl.gov">bsmith@mcs.anl.gov</a>&gt;:<br>
 &gt;&nbsp;&nbsp;&nbsp;&nbsp; Nicolas,<br> &gt;<br> &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Actually we are very close to this. Check out the routine<br> &gt; MatRelax_Inode() which is for AIJ matrices.<br> &gt; For the block size it uses the inode size. If your matrix has inodes<br>
 &gt; that match the blocks you want<br> &gt; then everything is there already just use the PCSOR.<br> &gt;<br> &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If you do not have inodes then you can mimic the MatRelax_Inode()<br> &gt; code to make a new<br> &gt; routine MatPBRelax_SeqAIJ(). If you do implement this we&#39;d love to add<br>
 &gt; it to PETSc.<br> &gt;<br> &gt;<br> &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Please let us know if you have additional questions.<br> &gt;<br> &gt;<br> &gt;&nbsp;&nbsp;&nbsp;&nbsp; Barry<br> &gt;<br> &gt;<br> &gt;<br> &gt;<br> &gt; On Mar 20, 2008, at 1:07 PM, Nicolas Tardieu wrote:<br>
 &gt;<br> &gt; &gt; Dear PETSc experts,<br> &gt; &gt;<br> &gt; &gt; I am currently designing a multigrid PC that needs to operate on<br> &gt; &gt; variable block size matrices. I know PETSc does not support this<br> &gt; &gt; feature.<br>
 &gt; &gt; So, I will do it &quot;by hand&quot;.&nbsp;&nbsp;Neverthless I would like to be able to<br> &gt; &gt; use some smoothers like Jacobi or SOR in their block version.<br> &gt; &gt;<br> &gt; &gt; What is the best solution that would work both in sequential and<br>
 &gt; &gt; parallel?<br> &gt; &gt;<br> &gt; &gt; - define some MATSHELL that handle variable block size<br> &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; -&gt; will I be able to use in some way a block Jacobi or SOR?<br> &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; -&gt; would it be possible to use CSR inside the MATSHELL and<br>
 &gt; &gt; manage the variable blocks.<br> &gt; &gt;<br> &gt; &gt; - use a AIJ matrix and manage the blocks using some indirection<br> &gt; &gt; mechanism and reprogram Jacobi or SOR<br> &gt; &gt;<br> &gt; &gt;<br> &gt; &gt;<br>
 &gt; &gt; Thank you,<br> &gt; &gt;<br> &gt; &gt; Nicolas<br> &gt; &gt;<br> &gt;<br> &gt;<br> <br> </blockquote></div><br>