Home
last modified time | relevance | path

Searched defs:path (Results 1 – 25 of 33) sorted by relevance

12

/petsc/src/binding/petsc4py/src/petsc4py/lib/
H A D__init__.py51 def Import(pkg, name, path, arch): argument
71 def import_module(pkg, name, path, arch): argument
106 def getPathArch(path, arch, rcvar='PETSC_ARCH', rcfile='petsc.cfg'): argument
/petsc/lib/petsc/bin/
H A Dpetsc_tas_analysis.py115 def checkAlias(alias, path): argument
146 def checkDirforFilePath(alias, path): argument
195 def editConfigureTasFile(alias, mode, aliasInConfig=False, path=None): argument
/petsc/src/sys/dll/
H A Ddl.c124 PetscErrorCode PetscDLLibraryOpen(MPI_Comm comm, const char path[], PetscDLLibrary *entry) in PetscDLLibraryOpen()
214 PetscErrorCode PetscDLLibrarySym(MPI_Comm comm, PetscDLLibrary *outlist, const char path[], const c… in PetscDLLibrarySym()
314 PetscErrorCode PetscDLLibraryAppend(MPI_Comm comm, PetscDLLibrary *outlist, const char path[]) in PetscDLLibraryAppend()
397 PetscErrorCode PetscDLLibraryPrepend(MPI_Comm comm, PetscDLLibrary *outlist, const char path[]) in PetscDLLibraryPrepend()
/petsc/src/sys/fileio/
H A Dfwd.c39 PetscErrorCode PetscGetWorkingDirectory(char path[], size_t len) in PetscGetWorkingDirectory()
H A Drpath.c34 PetscErrorCode PetscGetRelativePath(const char fullpath[], char path[], size_t flen) in PetscGetRelativePath()
H A Dfpath.c28 PetscErrorCode PetscGetFullPath(const char path[], char fullpath[], size_t flen) in PetscGetFullPath()
H A Dgrpath.c43 PetscErrorCode PetscGetRealPath(const char path[], char rpath[]) in PetscGetRealPath()
/petsc/lib/petsc/bin/maint/
H A DPetscStaticFunctionCandidates.py6 path = "./src/ts/" variable
/petsc/src/vec/vec/tests/
H A Dex48.c98 static inline PetscErrorCode isPop(const char path[], PetscBool *has) in isPop()
105 static inline PetscErrorCode isDot(const char path[], PetscBool *has) in isDot()
112 static inline PetscErrorCode isRoot(const char path[], PetscBool *flg) in isRoot()
191 static PetscErrorCode hasGroupOrDataset(PetscViewer viewer, const char path[], int *flg) in hasGroupOrDataset()
467 static inline PetscErrorCode formPath(PetscBool relativize, const char path[], const char dataset[]… in formPath()
/petsc/include/
H A Dpetscviewerhdf5.h30 static inline PetscErrorCode PetscViewerHDF5PathIsRelative(const char path[], PetscBool emptyIsRela… in PetscViewerHDF5PathIsRelative()
/petsc/share/petsc/
H A Dchkerrconvert.py88 def __call__(self,path): argument
207 def path_resolve_strict(path): argument
/petsc/src/sys/classes/viewer/impls/hdf5/
H A Dhdf5v.c29 PetscErrorCode PetscViewerHDF5GetGroup(PetscViewer viewer, const char path[], const char *abspath[]) in PetscViewerHDF5GetGroup()
866 PetscErrorCode PetscViewerHDF5OpenGroup(PetscViewer viewer, const char path[], hid_t *fileId, hid_t… in PetscViewerHDF5OpenGroup()
910 PetscErrorCode PetscViewerHDF5WriteGroup(PetscViewer viewer, const char path[]) in PetscViewerHDF5WriteGroup()
1473 PetscErrorCode PetscViewerHDF5HasGroup(PetscViewer viewer, const char path[], PetscBool *has) in PetscViewerHDF5HasGroup()
1512 PetscErrorCode PetscViewerHDF5HasDataset(PetscViewer viewer, const char path[], PetscBool *has) in PetscViewerHDF5HasDataset()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5xdmf.c6 static PetscErrorCode SplitPath_Private(char path[], char name[]) in SplitPath_Private()
/petsc/config/
H A Dquery_tests.py50 def pathToLabel(path): argument
H A Dgmakegen.py11 def pathsplit(pkg_dir, path): argument
/petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/
H A Dzhdf5f.c16 PETSC_EXTERN void petscviewerhdf5opengroup_(PetscViewer *viewer, char path[], hid_t *fileId, hid_t … in petscviewerhdf5opengroup_()
/petsc/src/sys/classes/draw/interface/
H A Ddsave.c197 char path[PETSC_MAX_PATH_LEN]; in PetscDrawSave() local
/petsc/src/dm/impls/plex/tests/
H A Dex99.c90 char tag[PETSC_MAX_PATH_LEN], path[PETSC_MAX_PATH_LEN]; in main() local
/petsc/config/BuildSystem/config/
H A Dbase.py229 …def getExecutable(self, names, path = [], getFullPath = 0, useDefaultPath = 0, resultName = '', se… argument
301 def logPrintFilesInPath(path): argument
313 def getExecutables(self, names, path = '', getFullPath = 0, useDefaultPath = 0, resultName = ''): argument
H A Dframework.py219 def logPrintFilesInPath(path): argument
385 def loadFramework(self, path): argument
/petsc/src/sys/python/
H A Dpythonsys.c202 char path[PETSC_MAX_PATH_LEN] = {0}; in PetscPythonInitialize() local
/petsc/src/tao/leastsquares/tutorials/
H A Dtomography.c195 …char dataFile[PETSC_MAX_PATH_LEN], path[PETSC_MAX_PATH_LEN]; /* Matrix A and vectors b, xGT… in InitializeUserData() local
/petsc/config/BuildSystem/
H A DsourceDatabase.py74 def getRelativePath(self, path): argument
/petsc/config/PETSc/
H A Dpetsc.py348 def includeGuesses(self, path = None): argument
/petsc/src/sys/webclient/
H A Dclient.c107 char contentlength[40], contenttype[80], *path, *host; in PetscHTTPBuildRequest() local

12