Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexfem.c3245 PetscInt numCoarseCells, cpdim, row = findices[i + off], q, c, j; in DMPlexComputeInterpolatorGeneral() local
3266 PetscCall(PetscSFGetGraph(coarseCellSF, NULL, &numCoarseCells, NULL, &coarseCells)); in DMPlexComputeInterpolatorGeneral()
3267 …PetscCheck(numCoarseCells == Np, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Not all closure points located"… in DMPlexComputeInterpolatorGeneral()
3269 for (ccell = 0; ccell < numCoarseCells; ++ccell) { in DMPlexComputeInterpolatorGeneral()
3400 PetscInt numCoarseCells, q, c; in DMPlexComputeMassMatrixGeneral() local
3422 PetscCall(PetscSFGetGraph(coarseCellSF, NULL, &numCoarseCells, NULL, &coarseCells)); in DMPlexComputeMassMatrixGeneral()
3423 …PetscCheck(numCoarseCells == Nq, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Not all closure points located"… in DMPlexComputeMassMatrixGeneral()
3432 for (ccell = 0; ccell < numCoarseCells; ++ccell) { in DMPlexComputeMassMatrixGeneral()
3481 PetscInt numCoarseCells, cpdim, q, c, j; in DMPlexComputeMassMatrixGeneral() local
3502 PetscCall(PetscSFGetGraph(coarseCellSF, NULL, &numCoarseCells, NULL, &coarseCells)); in DMPlexComputeMassMatrixGeneral()
[all …]