Home
last modified time | relevance | path

Searched defs:include (Results 1 – 4 of 4) sorted by relevance

/petsc/doc/changes/
H A D36.md198 include/finclude. Thus replace uses of #include "finclude/xxx.h" hashtag in Changes: 3.6
199 with #include "petsc/finclude/xxx.h". Reason for change: to hashtag in Changes: 3.6
H A D2017.md120 - Application codes should not need to use #include "draw.h" anymore hashtag in Changes: 2.0.17
/petsc/config/BuildSystem/config/
H A Dheaders.py17 def getIncludeArgumentList(self, include): argument
31 def getIncludeModulesArgumentList(self, include): argument
49 def getIncludeArgument(self, include): argument
/petsc/config/PETSc/
H A Dpetsc.py186 include = property(getInclude, doc = 'The PETSc include directories') variable in Configure