| /petsc/src/binding/petsc4py/src/petsc4py/lib/ |
| H A D | __init__.py | 51 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 D | petsc_tas_analysis.py | 115 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 D | dl.c | 124 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 D | fwd.c | 39 PetscErrorCode PetscGetWorkingDirectory(char path[], size_t len) in PetscGetWorkingDirectory()
|
| H A D | rpath.c | 34 PetscErrorCode PetscGetRelativePath(const char fullpath[], char path[], size_t flen) in PetscGetRelativePath()
|
| H A D | fpath.c | 28 PetscErrorCode PetscGetFullPath(const char path[], char fullpath[], size_t flen) in PetscGetFullPath()
|
| H A D | grpath.c | 43 PetscErrorCode PetscGetRealPath(const char path[], char rpath[]) in PetscGetRealPath()
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | PetscStaticFunctionCandidates.py | 6 path = "./src/ts/" variable
|
| /petsc/src/vec/vec/tests/ |
| H A D | ex48.c | 98 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 D | petscviewerhdf5.h | 30 static inline PetscErrorCode PetscViewerHDF5PathIsRelative(const char path[], PetscBool emptyIsRela… in PetscViewerHDF5PathIsRelative()
|
| /petsc/share/petsc/ |
| H A D | chkerrconvert.py | 88 def __call__(self,path): argument 207 def path_resolve_strict(path): argument
|
| /petsc/src/sys/classes/viewer/impls/hdf5/ |
| H A D | hdf5v.c | 29 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 D | plexhdf5xdmf.c | 6 static PetscErrorCode SplitPath_Private(char path[], char name[]) in SplitPath_Private()
|
| /petsc/config/ |
| H A D | query_tests.py | 50 def pathToLabel(path): argument
|
| H A D | gmakegen.py | 11 def pathsplit(pkg_dir, path): argument
|
| /petsc/src/sys/classes/viewer/impls/hdf5/ftn-custom/ |
| H A D | zhdf5f.c | 16 PETSC_EXTERN void petscviewerhdf5opengroup_(PetscViewer *viewer, char path[], hid_t *fileId, hid_t … in petscviewerhdf5opengroup_()
|
| /petsc/src/sys/classes/draw/interface/ |
| H A D | dsave.c | 197 char path[PETSC_MAX_PATH_LEN]; in PetscDrawSave() local
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex99.c | 90 char tag[PETSC_MAX_PATH_LEN], path[PETSC_MAX_PATH_LEN]; in main() local
|
| /petsc/config/BuildSystem/config/ |
| H A D | base.py | 229 …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 D | framework.py | 219 def logPrintFilesInPath(path): argument 385 def loadFramework(self, path): argument
|
| /petsc/src/sys/python/ |
| H A D | pythonsys.c | 202 char path[PETSC_MAX_PATH_LEN] = {0}; in PetscPythonInitialize() local
|
| /petsc/src/tao/leastsquares/tutorials/ |
| H A D | tomography.c | 195 …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 D | sourceDatabase.py | 74 def getRelativePath(self, path): argument
|
| /petsc/config/PETSc/ |
| H A D | petsc.py | 348 def includeGuesses(self, path = None): argument
|
| /petsc/src/sys/webclient/ |
| H A D | client.c | 107 char contentlength[40], contenttype[80], *path, *host; in PetscHTTPBuildRequest() local
|