<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">* I notice that most man pages will say<div>  Collective on <type><br></div><div>e.g.</div><div><a href="https://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/DMDA/DMDACreate.html">https://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/DMDA/DMDACreate.html</a><br></div><div><br></div><div>* Some others say</div><div>  Collective on <implementation-name><br></div><div><br></div><div>e.g.</div><div><a href="https://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/DMDA/DMDACreateNaturalVector.html">https://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/DMDA/DMDACreateNaturalVector.html</a><br></div><div><br></div><div>or </div><div><br></div><div><a href="https://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/DM/DMCompositeAddDM.html">https://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/DM/DMCompositeAddDM.html</a><br></div><div><br></div><div>In the former, at least the word "DMDA" gets linked back to the implementation, whilst in the latter "DMComposite" does not.</div><div><br></div><div>Should "Collective on <implementation-name>" be avoided?</div><div>It is potentially somewhat unclear given that the name of the implementation does not appear anywhere in the arg  list (type or variable name).</div><div><br></div><div>That said, "collective on <type>" could be similarly criticized if a method existed with two args of the same type.  </div><div><br></div><div>* Many of the methods in this file</div><div><br></div><div>  <a href="http://www.mcs.anl.gov/petsc/petsc-current/src/dm/impls/shell/dmshell.c.html">www.mcs.anl.gov/petsc/petsc-current/src/dm/impls/shell/dmshell.c.html</a><br></div><div><br></div><div>simply say "Collective" (without a type or implementation name), or they say "Logically Collective on XXX"</div><div><br></div><div><div>I do realize that there is a pattern that the statement "collective on xxx" or "not collective" applies (implicitly) to the first argument of any PETSc function call (at least that I've come across) so possibly just indicating the method as "Collective" might suffice (assuming (i) there is a pattern and (ii) everyone knows about the pattern).</div></div><div><br></div><div>Q: Should I make a PR to unify these man pages (and any others I spot) to just say "Collective on <type>"?</div><div><br></div><div><br></div><div>Thanks,</div><div>  Dave</div><div><br></div><div><br></div></div></div></div></div></div></div></div></div>