Home
last modified time | relevance | path

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

/petsc/src/dm/field/impls/ds/
H A Ddmfieldds.c244 PetscScalar *cellBs = NULL, *cellDs = NULL, *cellHs = NULL; in DMFieldEvaluate_DS() local
270 …ze_t)nc * dim * gatherSize : 0), &cellDs, (H ? (size_t)nc * dim * dim * gatherSize : 0), &cellHs)); in DMFieldEvaluate_DS()
347 PetscScalar *cH = &cellHs[nc * dim * dim * offset]; in DMFieldEvaluate_DS()
435 …PetscCall(PetscSFScatterBegin(cellSF, Htype, (datatype == PETSC_SCALAR) ? (void *)cellHs : (void *… in DMFieldEvaluate_DS()
436 …PetscCall(PetscSFScatterEnd(cellSF, Htype, (datatype == PETSC_SCALAR) ? (void *)cellHs : (void *)c… in DMFieldEvaluate_DS()
442 PetscCall(PetscFree3(cellBs, cellDs, cellHs)); in DMFieldEvaluate_DS()