Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/
H A Dforest.c1352 PetscErrorCode DMForestSetCellWeights(DM dm, PetscReal weights[], PetscCopyMode copyMode) in DMForestSetCellWeights() argument
1361 if (copyMode == PETSC_COPY_VALUES) { in DMForestSetCellWeights()
1369 forest->cellWeightsCopyMode = copyMode; in DMForestSetCellWeights()