Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmforest.h104 PETSC_EXTERN PetscErrorCode DMForestGetCellWeightFactor(DM, PetscReal *);
/petsc/src/dm/impls/forest/
H A Dforest.c1206 PetscErrorCode DMForestGetCellWeightFactor(DM dm, PetscReal *weightsFactor) in DMForestGetCellWeightFactor() function
1562 PetscCall(DMForestGetCellWeightFactor(dm, &weightsFactor)); in DMSetFromOptions_Forest()