Home
last modified time | relevance | path

Searched defs:source (Results 1 – 25 of 43) sorted by relevance

12

/petsc/config/BuildSystem/ !
H A DsourceDatabase.py142 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 DRDict.py465 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 DC.py37 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 DCxx.py30 def getTarget(self, source): argument
90 def getTarget(self, source, shared): argument
147 def getTarget(self, source, shared, prefix = 'lib'): argument
H A DFC.py30 def getTarget(self, source): argument
79 def getTarget(self, source, shared): argument
H A DCUDA.py31 def getTarget(self, source): argument
H A DSYCL.py39 def getTarget(self, source): argument
H A DHC.py31 def getTarget(self, source): argument
H A DHIP.py39 def getTarget(self, source): argument
H A Dprocessor.py115 def getTarget(self, source, shared = 0): argument
/petsc/src/sys/tests/options/ !
H A Dex55.c6 …etscOptionsMonitorCustom(const char name[], const char value[], PetscOptionSource source, PetscCtx… in PetscOptionsMonitorCustom()
/petsc/src/sys/objects/ !
H A Doptionsyaml.c32 …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 Doptions.c75 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 Dplextrfilter.c70 static PetscErrorCode DMPlexTransformCellTransform_Filter(DMPlexTransform tr, DMPolytopeType source in DMPlexTransformCellTransform_Filter()
/petsc/src/benchmarks/ !
H A DbenchmarkExample.py34 def source(self, library, num, filenametail): member in PETSc
517 source = ex.petsc.source(args.library, args.num, '.cu') variable
519source = ex.petsc.source(args.library, args.num, 'OpenCL.c') # Using the convention of OpenCL cod… variable
/petsc/include/ !
H A Dpetscbt.h41 static inline PetscErrorCode PetscBTCopy(PetscBT dest, PetscCount m, PetscBT source) in PetscBTCopy()
H A Dpetsclog.h491 #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 Dpetscsys.h2762 …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 Dplexrefalfeld.c96 static PetscErrorCode DMPlexTransformCellRefine_Alfeld(DMPlexTransform tr, DMPolytopeType source, P… in DMPlexTransformCellRefine_Alfeld()
/petsc/src/dm/impls/plex/transform/impls/refine/1d/ !
H A Dplexref1d.c57 static PetscErrorCode DMPlexTransformCellTransform_1D(DMPlexTransform tr, DMPolytopeType source, Pe… in DMPlexTransformCellTransform_1D()
/petsc/src/dm/impls/plex/transform/impls/refine/tobox/ !
H A Dplexreftobox.c213 static PetscErrorCode DMPlexTransformCellRefine_ToBox(DMPlexTransform tr, DMPolytopeType source, Pe… in DMPlexTransformCellRefine_ToBox()
/petsc/src/binding/petsc4py/docs/source/ !
H A Dapidoc.py576 def annotate(dest, source): argument
/petsc/src/sys/mpiuni/ !
H A Dmpi.c684 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 Dplexrefbl.c461 static PetscErrorCode DMPlexTransformCellTransform_BL(DMPlexTransform tr, DMPolytopeType source, Pe… in DMPlexTransformCellTransform_BL()
/petsc/include/petsc/mpiuni/ !
H A Dmpi.h416 …#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

12