Barry,
  What's the convention for names of getter functions in PETSc?

Just wondering if
  DMDAGetCoordinateDA()
should be changed for consistency to
  DMDAGetCoordinateDM() or DMDAGetCoordinateDMDA()
as it seems most getters have the structure
  PETSCOBJECTGetXXX(),
where XXX reflects the type of object sought.


Cheers,
  Dave

Reply via email to