<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Thanks Ju.&nbsp; I studied this case carefully, and it seems clear to
    me.&nbsp; When I apply the same techniques in my code, I get error
    messages I sent to my reply to Matthew.<br>
    <br>
    <br>
    &nbsp;&nbsp;&nbsp; Cheers,<br>
    <br>
    <br>
    &nbsp;&nbsp;&nbsp; Bojan<br>
    <br>
    <br>
    On 2/23/2012 6:46 PM, Ju LIU wrote:
    <blockquote
cite="mid:CAA24MXtxs7r-3jhjuaDhQBUBJgoj2=rJ+dz6rsqST_HWQ-05tQ@mail.gmail.com"
      type="cite"><br>
      <br>
      <div class="gmail_quote">2012/2/23 Bojan Niceno <span dir="ltr">&lt;<a
            moz-do-not-send="true" href="mailto:bojan.niceno@psi.ch">bojan.niceno@psi.ch</a>&gt;</span><br>
        <blockquote class="gmail_quote" style="margin:0pt 0pt 0pt
          0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
          Hi all,<br>
          <br>
          I've never used a mailing list before, so I hope this message
          will reach PETSc users and experts and someone might be
          willing to help me. &nbsp;I am also novice in PETSc.<br>
          <br>
          I have developed an unstructured finite volume solver on top
          of PETSc libraries. &nbsp;In sequential, it works like a charm.
          &nbsp;For the parallel version, I do domain decomposition
          externally with Metis, and work out local and global
          numberings, as well as communication patterns between
          processor. &nbsp;(The latter don't seem to be needed for PETSc,
          though.) &nbsp;When I run my program in parallel, it also works,
          but I miss values in vectors' ghost points.<br>
          <br>
          I create vectors with command: VecCreate(PETSC_COMM_WORLD,
          &amp;x);<br>
          <br>
          Is it possible to get the ghost values if a vector is created
          like this?<br>
          <br>
          I have tried to use VecCreateGhost, but for some reason which
          is beyond my comprehension, PETSc goes berserk when it reaches
          the command: VecCreateGhost(PETSC_COMM_WORLD, n, PETSC_DECIDE,
          nghost, ifrom, &amp;x)<br>
          <br>
          Can anyone help me? &nbsp;Either how to reach ghost values for
          vector created by VecCreate, or how to use VecCreateGhost
          properly?<br>
          <br>
        </blockquote>
        <div><a moz-do-not-send="true"
href="http://www.mcs.anl.gov/petsc/petsc-current/src/vec/vec/examples/tutorials/ex9.c.html">http://www.mcs.anl.gov/petsc/petsc-current/src/vec/vec/examples/tutorials/ex9.c.html</a>&nbsp;
          could be helpful.<br>
          <br>
        </div>
        <blockquote class="gmail_quote" style="margin:0pt 0pt 0pt
          0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
          <br>
          &nbsp; Bojan<br>
        </blockquote>
      </div>
      <br>
    </blockquote>
    <br>
    <br>
    <div class="moz-signature">-- <br>
      <img src="cid:part1.08030804.07060605@psi.ch" border="0"></div>
  </body>
</html>