| /petsc/config/BuildSystem/ ! |
| H A D | sourceDatabase.py | 142 def getChecksum(source, chunkSize = 1024*1024): argument 159 def getModificationTime(source): argument 166 def updateSource(self, source, noChecksum = 0): argument 181 def clearSource(self, source): argument 190 def getDependencies(self, source): argument 197 def addDependency(self, source, dependency): argument 284 def resolveDependency(self, source, dep): argument 306 def getNeighbors(self, source): argument
|
| H A D | RDict.py | 465 def sendPacket(self, s, packet, source = 'Unknown', isPickled = 0): argument 479 def recvPacket(self, s, source = 'Unknown'): argument
|
| /petsc/config/BuildSystem/config/compile/ ! |
| H A D | C.py | 37 def getTarget(self, source): argument 96 def getTarget(self, source, shared): argument 152 def getTarget(self, source, shared, prefix = 'lib'): argument 192 def getTarget(self, source, shared): argument 246 def getTarget(self, source, shared, prefix = 'lib'): argument
|
| H A D | Cxx.py | 30 def getTarget(self, source): argument 90 def getTarget(self, source, shared): argument 147 def getTarget(self, source, shared, prefix = 'lib'): argument
|
| H A D | FC.py | 30 def getTarget(self, source): argument 79 def getTarget(self, source, shared): argument
|
| H A D | CUDA.py | 31 def getTarget(self, source): argument
|
| H A D | SYCL.py | 39 def getTarget(self, source): argument
|
| H A D | HC.py | 31 def getTarget(self, source): argument
|
| H A D | HIP.py | 39 def getTarget(self, source): argument
|
| H A D | processor.py | 115 def getTarget(self, source, shared = 0): argument
|
| /petsc/src/sys/tests/options/ ! |
| H A D | ex55.c | 6 …etscOptionsMonitorCustom(const char name[], const char value[], PetscOptionSource source, PetscCtx… in PetscOptionsMonitorCustom()
|
| /petsc/src/sys/objects/ ! |
| H A D | optionsyaml.c | 32 …eLayerYAML(PetscOptions options, yaml_document_t *doc, yaml_node_t *node, PetscOptionSource source) in PetscParseLayerYAML() 154 …ptionsInsertStringYAML_Private(PetscOptions options, const char in_str[], PetscOptionSource source) in PetscOptionsInsertStringYAML_Private()
|
| H A D | options.c | 75 PetscOptionSource *source; /* source for option value */ member 124 …tionsMonitor(PetscOptions options, const char name[], const char value[], PetscOptionSource source) in PetscOptionsMonitor() 302 …tscOptionsInsertString_Private(PetscOptions options, const char in_str[], PetscOptionSource source) in PetscOptionsInsertString_Private() 1275 …te(PetscOptions options, const char name[], const char value[], int *pos, PetscOptionSource source) in PetscOptionsSetValue_Private() 1328 PetscOptionSource *source; in PetscOptionsSetValue_Private() local 2063 …tscOptionsMonitorDefault(const char name[], const char value[], PetscOptionSource source, PetscCtx… in PetscOptionsMonitorDefault() 2128 …etscErrorCode (*monitor)(const char name[], const char value[], PetscOptionSource source, PetscCtx… in PetscOptionsMonitorSet()
|
| /petsc/src/dm/impls/plex/transform/impls/filter/ ! |
| H A D | plextrfilter.c | 70 static PetscErrorCode DMPlexTransformCellTransform_Filter(DMPlexTransform tr, DMPolytopeType source… in DMPlexTransformCellTransform_Filter()
|
| /petsc/src/benchmarks/ ! |
| H A D | benchmarkExample.py | 34 def source(self, library, num, filenametail): member in PETSc 517 source = ex.petsc.source(args.library, args.num, '.cu') variable 519 …source = ex.petsc.source(args.library, args.num, 'OpenCL.c') # Using the convention of OpenCL cod… variable
|
| /petsc/include/ ! |
| H A D | petscbt.h | 41 static inline PetscErrorCode PetscBTCopy(PetscBT dest, PetscCount m, PetscBT source) in PetscBTCopy()
|
| H A D | petsclog.h | 491 #define MPI_Irecv(buf, count, datatype, source, tag, comm, request) \ argument 494 #define MPI_Irecv_c(buf, count, datatype, source, tag, comm, request) \ argument 511 #define MPI_Recv(buf, count, datatype, source, tag, comm, status) \ argument 514 #define MPI_Recv_c(buf, count, datatype, source, tag, comm, status) \ argument 588 #define MPIX_Recv_enqueue(buf, count, datatype, source, tag, comm, status) \ argument 594 #define MPIX_Irecv_enqueue(buf, count, datatype, source, tag, comm, request) \ argument
|
| H A D | petscsys.h | 2762 …t MPIU_Recv(const void *buf, MPIU_Count count, MPI_Datatype dtype, PetscMPIInt source, PetscMPIInt… in MPIU_Recv() 2771 …U_Recv_init(const void *buf, MPIU_Count count, MPI_Datatype dtype, PetscMPIInt source, PetscMPIInt… in MPIU_Recv_init() 2780 … MPIU_Irecv(const void *buf, MPIU_Count count, MPI_Datatype dtype, PetscMPIInt source, PetscMPIInt… in MPIU_Irecv() 2845 …#define MPIU_Recv(buf, count, dtype, source, tag, comm, status) MPI_Recv_c(buf, (MPI_Count)(… argument 2846 …#define MPIU_Recv_init(buf, count, dtype, source, tag, comm, request) MPI_Recv_init_c(buf, (MPI_Co… argument 2847 …#define MPIU_Irecv(buf, count, dtype, source, tag, comm, request) MPI_Irecv_c(buf, (MPI_Count)… argument
|
| /petsc/src/dm/impls/plex/transform/impls/refine/alfeld/ ! |
| H A D | plexrefalfeld.c | 96 static PetscErrorCode DMPlexTransformCellRefine_Alfeld(DMPlexTransform tr, DMPolytopeType source, P… in DMPlexTransformCellRefine_Alfeld()
|
| /petsc/src/dm/impls/plex/transform/impls/refine/1d/ ! |
| H A D | plexref1d.c | 57 static PetscErrorCode DMPlexTransformCellTransform_1D(DMPlexTransform tr, DMPolytopeType source, Pe… in DMPlexTransformCellTransform_1D()
|
| /petsc/src/dm/impls/plex/transform/impls/refine/tobox/ ! |
| H A D | plexreftobox.c | 213 static PetscErrorCode DMPlexTransformCellRefine_ToBox(DMPlexTransform tr, DMPolytopeType source, Pe… in DMPlexTransformCellRefine_ToBox()
|
| /petsc/src/binding/petsc4py/docs/source/ ! |
| H A D | apidoc.py | 576 def annotate(dest, source): argument
|
| /petsc/src/sys/mpiuni/ ! |
| H A D | mpi.c | 684 PETSC_EXTERN void petsc_mpi_recv_(void *buf, int *count, int *datatype, int *source, int *tag, int … in petsc_mpi_recv_() 694 PETSC_EXTERN void petsc_mpi_irecv_(void *buf, int *count, int *datatype, int *source, int *tag, int… in petsc_mpi_irecv_() 704 …int *dest, int *sendtag, void *recvbuf, int *recvcount, int *recvtype, int *source, int *recvtag, … in petsc_mpi_sendrecv_() 810 PETSC_EXTERN void petsc_mpi_iprobe_(int *source, int *tag, int *comm, int *glag, int *status, int *… in petsc_mpi_iprobe_() 815 PETSC_EXTERN void petsc_mpi_probe_(int *source, int *tag, int *comm, int *flag, int *status, int *i… in petsc_mpi_probe_()
|
| /petsc/src/dm/impls/plex/transform/impls/refine/bl/ ! |
| H A D | plexrefbl.c | 461 static PetscErrorCode DMPlexTransformCellTransform_BL(DMPlexTransform tr, DMPolytopeType source, Pe… in DMPlexTransformCellTransform_BL()
|
| /petsc/include/petsc/mpiuni/ ! |
| H A D | mpi.h | 416 …#define MPI_Recv(buf, count, datatype, source, tag, comm, status) (M… argument 428 …#define MPI_Irecv(buf, count, datatype, source, tag, comm, request) (M… argument 443 …#define MPI_Iprobe(source, tag, comm, flag, status) (M… argument 444 …#define MPI_Probe(source, tag, comm, status) (M… argument 454 …#define MPI_Recv_init(buf, count, datatype, source, tag, comm, request) (M… argument 457 …ndbuf, sendcount, sendtype, dest, sendtag, recvbuf, recvcount, recvtype, source, recvtag, comm, st… argument 459 #define MPI_Sendrecv_replace(buf, count, datatype, dest, sendtag, source, recvtag, comm, status) \ argument
|