Searched refs:rid (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ts/tutorials/network/ |
| H A D | wash.h | 18 PetscInt rid; /*reservoir id*/ member
|
| /petsc/src/dm/partitioner/impls/multistage/ |
| H A D | mspart.c | 629 IS gid, rid; in PetscPartitionerPartition_Multistage() local 658 PetscCall(ISRenumber(gid, NULL, NULL, &rid)); in PetscPartitionerPartition_Multistage() 661 PetscCall(ISLocalToGlobalMappingCreateIS(rid, &l2g)); in PetscPartitionerPartition_Multistage() 663 PetscCall(ISDestroy(&rid)); in PetscPartitionerPartition_Multistage()
|
| /petsc/src/mat/impls/h2opus/cuda/ |
| H A D | math2opus.cu | 756 PetscBool rid; in MatSetUpMultiply_H2OPUS() local 805 rid = (PetscBool)(n == A->rmap->n); in MatSetUpMultiply_H2OPUS() 806 PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, &rid, 1, MPI_C_BOOL, MPI_LAND, comm)); in MatSetUpMultiply_H2OPUS() 807 if (rid) PetscCall(ISIdentity(a->h2opus_indexmap, &rid)); in MatSetUpMultiply_H2OPUS() 808 if (!rid) { in MatSetUpMultiply_H2OPUS()
|
| /petsc/doc/changes/ |
| H A D | 318.md | 285 - Change `DMGetPeriodicity()` and `DMSetPeriodicity()` to get rid of the flag and boundary type. Si…
|
| /petsc/ |
| H A D | gmakefile.test | 144 # Our workaround here is to git rid of -fvisibility=hidden from Kokkos compiler options, so that pe…
|