Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexfem.c5565 DM dmScale[3] = {NULL, NULL, NULL}; in DMPlexComputeResidualHybridByKey() local
5643 PetscCall(VecGetDM(locS[2], &dmScale[2])); in DMPlexComputeResidualHybridByKey()
5644 PetscCall(DMGetCellDS(dmScale[2], cellStart, &dsScale[2], NULL)); in DMPlexComputeResidualHybridByKey()
5656 dmScale[1] = dmScale[0] = dmScale[2]; in DMPlexComputeResidualHybridByKey()
5668 PetscCall(DMGetCellDS(dmScale[c], support[s], &dsScale[c], NULL)); in DMPlexComputeResidualHybridByKey()
5712 PetscCall(DMPlexGetHybridFields(dm, dmScale, dsScale, cellIS, locS, PETSC_TRUE, s)); in DMPlexComputeResidualHybridByKey()
5837 PetscCall(DMPlexRestoreHybridFields(dm, dmScale, dsScale, cellIS, locS, PETSC_TRUE, s)); in DMPlexComputeResidualHybridByKey()
6643 DM dmScale[3] = {NULL, NULL, NULL}; in DMPlexComputeJacobianHybridByKey() local
6727 PetscCall(VecGetDM(locS[2], &dmScale[2])); in DMPlexComputeJacobianHybridByKey()
6728 PetscCall(DMGetCellDS(dmScale[2], cells ? cells[cStart] : cStart, &dsScale[2], NULL)); in DMPlexComputeJacobianHybridByKey()
[all …]