Home
last modified time | relevance | path

Searched refs:rid (Results 1 – 5 of 5) sorted by relevance

/petsc/src/ts/tutorials/network/
H A Dwash.h18 PetscInt rid; /*reservoir id*/ member
/petsc/src/dm/partitioner/impls/multistage/
H A Dmspart.c629 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 Dmath2opus.cu756 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 D318.md285 - Change `DMGetPeriodicity()` and `DMSetPeriodicity()` to get rid of the flag and boundary type. Si…
/petsc/
H A Dgmakefile.test144 # Our workaround here is to git rid of -fvisibility=hidden from Kokkos compiler options, so that pe…