<div dir="ltr">On Fri, Jul 19, 2013 at 7:56 PM, subramanya sadasiva <span dir="ltr"><<a href="mailto:potaman@outlook.com" target="_blank">potaman@outlook.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div><div dir="ltr">


<div dir="ltr">Hi, <br>I am trying to set up a fieldsplit preconditioner for my Cahn Hilliard solver and I get the following error, </div></div></div></blockquote><div><br></div><div>You have to tell the PCFIELDSPLIT about the dofs in each field. So</div>
<div><br></div><div>1) You are probably not using a DA, since it would tell it automatically</div><div><br></div><div>2) If you have a saddle point, you can use -pc_fieldsplit_detect_saddle_point</div><div><br></div><div>
3) If none of those apply, you can set a PetscSection describing your layout to the DM for the solver.<br></div><div>     Since this is new, I suspect you will need help, so mail back.</div><div><br></div><div>  Thanks,</div>
<div><br></div><div>     Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div dir="ltr"><div dir="ltr"><div><div><br></div><div>[0]PETSC ERROR: --------------------- Error Message ------------------------------------</div>
<div>[0]PETSC ERROR: Petsc has generated inconsistent data!</div><div>[0]PETSC ERROR: Unhandled case, must have at least two fields, not 0!</div><div>[0]PETSC ERROR: ------------------------------------------------------------------------</div>
</div><div><br></div><div>These are the options that I am using, </div><div><div>-ch_solve is just a prefix. </div><div><br></div><div><br></div><div><br></div><div>-<span style="font-size:12pt">ch_solve_pc_type fieldsplit</span></div>
<div>-ch_solve_pc_fieldsplit_type schur</div><div>-ch_solve_fieldsplit_block_size 2</div><div>-ch_solve_fieldsplit_0_field 1</div><div>-ch_solve_fieldsplit_1_field 0</div><div>-ch_solve_fieldsplit_0_ksp_type cg </div><div>
-ch_solve_fieldsplit_0_pc_type hypre</div><div>-ch_solve_fieldsplit_0_pc_type_hypre boomeramg </div><div>-ch_solve_fieldsplit_1_ksp_type cg</div><div>-ch_solve_fieldsplit_1_pc_type hypre </div><div>-ch_solve_fieldsplit_1_pc_type_hypre boomeramg</div>
</div><div><br></div><div>Any ideas?</div><div><br></div><div>Thanks,</div><div>Subramanya </div><div><br></div></div>
                                          </div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>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>