Searched refs:quadType (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 2443 MPI_Datatype quadStruct, quadType; in DMPforestGetTransferSF_Point() local 2465 PetscCallMPI(MPI_Type_create_resized(quadStruct, 0, sizeof(p4est_quadrant_t), &quadType)); in DMPforestGetTransferSF_Point() 2466 PetscCallMPI(MPI_Type_commit(&quadType)); in DMPforestGetTransferSF_Point() 2468 PetscCall(PetscSFBcastBegin(coveringSF, quadType, coverQuadsSend, coverQuads, MPI_REPLACE)); in DMPforestGetTransferSF_Point() 2470 PetscCall(PetscSFBcastEnd(coveringSF, quadType, coverQuadsSend, coverQuads, MPI_REPLACE)); in DMPforestGetTransferSF_Point() 2472 PetscCallMPI(MPI_Type_free(&quadType)); in DMPforestGetTransferSF_Point()
|