Home
last modified time | relevance | path

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

/petsc/src/mat/impls/elemental/
H A Dmatelem.cxx17 static PetscMPIInt Petsc_Elemental_keyval = MPI_KEYVAL_INVALID; variable
1078 PetscCallMPI(MPI_Comm_get_attr(icomm, Petsc_Elemental_keyval, (void **)&commgrid, &iflg)); in MatDestroy_Elemental()
1082 PetscCallMPI(MPI_Comm_free_keyval(&Petsc_Elemental_keyval)); in MatDestroy_Elemental()
1354 if (Petsc_Elemental_keyval == MPI_KEYVAL_INVALID) { in MatCreate_Elemental()
1355 …m_create_keyval(MPI_COMM_NULL_COPY_FN, MPI_COMM_NULL_DELETE_FN, &Petsc_Elemental_keyval, nullptr)); in MatCreate_Elemental()
1359 PetscCallMPI(MPI_Comm_get_attr(icomm, Petsc_Elemental_keyval, (void **)&commgrid, &iflg)); in MatCreate_Elemental()
1374 PetscCallMPI(MPI_Comm_set_attr(icomm, Petsc_Elemental_keyval, (void *)commgrid)); in MatCreate_Elemental()