6 Apr
2013
6 Apr
'13
6:44 p.m.
On Apr 6, 2013, at 6:41 PM, Jed Brown <[email protected]> wrote:
Barry Smith <[email protected]> writes:
petscis.h includes petscsf.h and thus infects almost all petsc source code. Should we have a petscissf.h that has the is/sf related stuff that is in petscis.h and thus avoid including petscsf.h everywhere (like every pc, ksp, and ts file?)?
Why not split petscsftype.h out of petscsf.h, as per the pattern used everywhere else?
If that would achieve the same object then that sounds fine. So include petscsftypes.h in petscis.h? Barry