Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmforest.h103 PETSC_EXTERN PetscErrorCode DMForestSetCellWeightFactor(DM, PetscReal);
/petsc/src/dm/impls/forest/
H A Dforest.c1172 PetscErrorCode DMForestSetCellWeightFactor(DM dm, PetscReal weightsFactor) in DMForestSetCellWeightFactor() function
1564 if (flg) PetscCall(DMForestSetCellWeightFactor(dm, weightsFactor)); in DMSetFromOptions_Forest()