Avoid polluting public interface with parmetis.h

Issue #782 resolved
Prof Garth Wells created an issue

To clean up the build and linking process, we should avoid exposing dependencies unnecessarily in DOLFIN header files.

The function

https://bitbucket.org/fenics-project/dolfin/src/4fdebe00790a2b335fe5003aa9bd507780cf0186/dolfin/graph/ParMETIS.h?at=master&fileviewer=file-view-default#ParMETIS.h-69

should be moved to the cpp file, and the ParMETIS include should also be moved into the implementation file.

Comments (1)

  1. Log in to comment