Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c8509 const PetscScalar *valuesV0 = values, *valuesV1, *valuesV2; in DMPlexMatSetClosureGeneral() local
8528 valuesV1 = valuesV0; in DMPlexMatSetClosureGeneral()
8529 …rm, &numIndicesRow, &numIndicesCol, &indicesRow, NULL, (PetscScalar **)&valuesV1, PETSC_FALSE, PET… in DMPlexMatSetClosureGeneral()
8530 valuesV2 = valuesV1; in DMPlexMatSetClosureGeneral()
8543 …lobalSectionRow, point, PETSC_TRUE, &numIndicesRow, &indicesRow, NULL, (PetscScalar **)&valuesV1)); in DMPlexMatSetClosureGeneral()
8544 if (valuesV2 != valuesV1) PetscCall(DMRestoreWorkArray(dmCol, 0, MPIU_SCALAR, &valuesV2)); in DMPlexMatSetClosureGeneral()
8545 if (valuesV1 != valuesV0) PetscCall(DMRestoreWorkArray(dmRow, 0, MPIU_SCALAR, &valuesV1)); in DMPlexMatSetClosureGeneral()
8549 …lobalSectionRow, point, useRowPerm, &numIndicesRow, &indicesRow, NULL, (PetscScalar **)&valuesV1)); in DMPlexMatSetClosureGeneral()
8550 if (valuesV2 != valuesV1) PetscCall(DMRestoreWorkArray(dmCol, 0, MPIU_SCALAR, &valuesV2)); in DMPlexMatSetClosureGeneral()
8551 if (valuesV1 != valuesV0) PetscCall(DMRestoreWorkArray(dmRow, 0, MPIU_SCALAR, &valuesV1)); in DMPlexMatSetClosureGeneral()