<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">I want to solve Stokes equation using user defined schur complement preconditioner. So I'm reading and testing snes/examples/tutorial/ex55.c, and ex70.c. In these examples, there
 are comments about the usage, for example: 
<div><span style="color: rgb(215, 57, 30); font-family: Menlo; font-size: 11px;"><br>
</span></div>
<div><span style="color: rgb(215, 57, 30); font-family: Menlo; font-size: 11px;">mpiexec -n 2 ./stokes -nx 32 -ny 48 -fieldsplit_1_user_pc. </span>
<div><span style="font-size: 10pt;"><br>
</span></div>
<div><span style="font-size: 10pt;">However the option </span><span style="color: rgb(215, 57, 30); font-family: Menlo; font-size: 11px;">-fieldsplit_1_user_pc</span><span style="font-size: 10pt;"> is not recognized by the executable. The output of the above
 command is:</span></div>
</div>
<div><span style="font-size: 10pt;"><br>
</span></div>
<div>
<p style="margin-right: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo;">
 residual u = 2.6315e-05</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo;">
 residual p = 0.000229872</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo;">
 residual [u,p] = 0.000231373</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo;">
 discretization error u = 0.00633503</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo;">
 discretization error p = 0.121534</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo;">
 discretization error [u,p] = 0.121699</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo;">
WARNING! There are options you set that were not used!</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo;">
WARNING! could be spelling mistake, etc!</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo;">
Option left: name:-fieldsplit_1_user_pc (no value)</p>
<p style="margin-right: 0px; margin-left: 0px; font-size: 11px; font-family: Menlo;">
<br>
</p>
<p style="margin-right: 0px; margin-left: 0px;">I'm wondering what's going on. Is that because I need some specific options during my configuring of the package? By the way, the version of PETSc I'm using is 3.4.4. </p>
<p style="margin-right: 0px; margin-left: 0px;"><br>
</p>
<p style="margin-right: 0px; margin-left: 0px;">Best,</p>
<p style="margin-right: 0px; margin-left: 0px;">Hui</p>
</div>
</div>
</body>
</html>