Searched refs:pNf (Results 1 – 2 of 2) sorted by relevance
585 PetscInt *pNf = NULL; in PCApply_BJKOKKOS() local586 PetscCall(PetscContainerGetPointer(container, &pNf)); in PCApply_BJKOKKOS()587 batch_sz = *pNf; // number of times to repeat the DMs in PCApply_BJKOKKOS()
2188 PetscInt *pNf; in DMPlexLandauCreateVelocitySpace() local2190 PetscCall(PetscMalloc1(sizeof(*pNf), &pNf)); in DMPlexLandauCreateVelocitySpace()2191 *pNf = ctx->batch_sz; in DMPlexLandauCreateVelocitySpace()2192 PetscCall(PetscContainerSetPointer(container, (void *)pNf)); in DMPlexLandauCreateVelocitySpace()