<div dir="ltr">link to the source of DMCreateGlobalVector from <a href="http://www.mcs.anl.gov/petsc/petsc-as/snapshots/petsc-dev/docs/manualpages/DM/DMCreateGlobalVector.html">http://www.mcs.anl.gov/petsc/petsc-as/snapshots/petsc-dev/docs/manualpages/DM/DMCreateGlobalVector.html</a><div>
<br></div><div>goes to a broken url: <a href="http://www.mcs.anl.gov/petsc/petsc-as/snapshots/petsc-dev/src/dm/da/interface/dm.c.html#DMCreateGlobalVector">http://www.mcs.anl.gov/petsc/petsc-as/snapshots/petsc-dev/src/dm/da/interface/dm.c.html#DMCreateGlobalVector</a></div>
<div><br></div><div>the functional url is: <a href="http://www.mcs.anl.gov/petsc/petsc-as/snapshots/petsc-dev/src/dm/interface/dm.c.html">http://www.mcs.anl.gov/petsc/petsc-as/snapshots/petsc-dev/src/dm/interface/dm.c.html</a></div>
<div><br></div><div>Also, this really annoys me:</div><div><meta charset="utf-8"><span class="Apple-style-span" style="font-family: Times; font-size: medium; "><pre width="80"><a name="line234">234: </a><strong><font color="#4169E1"><a name="DMCreateGlobalVector"></a><a href="http://www.mcs.anl.gov/petsc/petsc-as/snapshots/docs/manualpages/Sys/PetscErrorCode.html#PetscErrorCode">PetscErrorCode</a>  <a href="http://www.mcs.anl.gov/petsc/petsc-as/snapshots/docs/manualpages/DM/DMCreateGlobalVector.html#DMCreateGlobalVector">DMCreateGlobalVector</a>(<a href="http://www.mcs.anl.gov/petsc/petsc-as/snapshots/docs/manualpages/DM/DM.html#DM">DM</a> dm,<a href="http://www.mcs.anl.gov/petsc/petsc-as/snapshots/docs/manualpages/Vec/Vec.html#Vec">Vec</a> *vec)</font></strong>
<a name="line235">235: </a>{

<a name="line239">239: </a>  (*dm->ops->createglobalvector)(dm,vec);
<a name="line240">240: </a>  <font color="#4169E1">return</font>(0);
<a name="line241">241: </a>}</pre><pre width="80">I went through the documentation to find out how DMCreateGlobalVector is implemented.  What's the mnemonic for finding the definition of the above function (or I guess, multiple definitions since this appears to be a 'virtual function' in C).</pre>
<pre width="80">A</pre></span></div></div>