Searched refs:Petsc_CreationIdx_keyval (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/sys/objects/ |
| H A D | tagm.c | 227 PetscCallMPI(MPI_Comm_set_attr(*comm_out, Petsc_CreationIdx_keyval, cidx)); in PetscCommDuplicate() 320 PetscCallMPI(MPI_Comm_get_attr(icomm, Petsc_CreationIdx_keyval, &cidx, &flg)); in PetscCommDestroy()
|
| H A D | pinit.c | 56 PetscMPIInt Petsc_CreationIdx_keyval = MPI_KEYVAL_INVALID; variable 1013 …mm_create_keyval(MPI_COMM_NULL_COPY_FN, MPI_COMM_NULL_DELETE_FN, &Petsc_CreationIdx_keyval, NULL)); in PetscInitialize_Common() 1759 PetscCallMPI(MPI_Comm_free_keyval(&Petsc_CreationIdx_keyval)); in PetscFinalize()
|
| H A D | inherit.c | 54 PetscCallMPI(MPI_Comm_get_attr(h->comm, Petsc_CreationIdx_keyval, &get_tmp, &iflg)); in PetscHeaderCreate_Private()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex69.c | 644 PetscCallMPI(MPI_Comm_get_attr((*dm)->hdr.comm, Petsc_CreationIdx_keyval, &get_tmp, &iflg)); in CreateQuadMesh1() 777 PetscCallMPI(MPI_Comm_get_attr((*dm)->hdr.comm, Petsc_CreationIdx_keyval, &get_tmp, &iflg)); in CreateHexMesh1()
|
| /petsc/include/petsc/private/ |
| H A D | petscimpl.h | 1439 PETSC_EXTERN PetscMPIInt Petsc_CreationIdx_keyval; variable
|