Searched defs:pid (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex17.c | 9 PetscInt dim, pStart, pEnd, pid; in ComputeVolume() local
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex37.c | 33 PetscInt dim, pStart, pEnd, p, pid; in ComputeVolume() local
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarmpic_sort.c | 167 PetscInt pid, pid_unsorted; in DMSwarmSortGetPointsPerCell() local
|
| H A D | data_bucket.c | 336 PetscErrorCode DMSwarmDataFieldAccessPoint(const DMSwarmDataField gfield, const PetscInt pid, void … in DMSwarmDataFieldAccessPoint() 351 …essPointOffset(const DMSwarmDataField gfield, const size_t offset, const PetscInt pid, void **ctx_… in DMSwarmDataFieldAccessPointOffset()
|
| /petsc/src/sys/error/ |
| H A D | adebug.c | 258 char pid[10]; in PetscAttachDebugger() local
|
| /petsc/src/dm/partitioner/impls/simple/ |
| H A D | partsimple.c | 93 const PetscInt pid = ((nid * procs[2] + pk) * procs[1] + pj) * procs[0] + pi; in PetscPartitionerPartition_Simple_Grid() local
|
| /petsc/src/ts/adapt/impls/dsp/ |
| H A D | adaptdsp.c | 268 PetscReal pid[3] = {1, 0, 0}; in TSAdaptSetFromOptions_DSP() local
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcgraph.c | 569 static inline PetscErrorCode PCBDDCGraphComputeCC_Private(PCBDDCGraph graph, PetscInt pid, PetscInt… in PCBDDCGraphComputeCC_Private() 690 const PetscInt pid = n + 1; /* partition labeled by 0 is discarded */ in PCBDDCGraphComputeConnectedComponentsLocal() local
|
| /petsc/config/BuildSystem/ |
| H A D | RDict.py | 670 def serverShutdown(self, pid, delay = shutdownDelay): argument
|
| /petsc/src/snes/tutorials/ |
| H A D | ex56.c | 300 const PetscInt pid[] = {2}; /* The faces with loading (x=L_x) */ in main() local
|