Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddmforestimpl.h42 PetscReal weightCapacity; member
/petsc/src/dm/impls/forest/
H A Dforest.c1427 forest->weightCapacity = capacity; in DMForestSetWeightCapacity()
1459 *capacity = forest->weightCapacity; in DMForestGetWeightCapacity()
1707 forest->weightCapacity = 1.; in DMCreate_Forest()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h1108 …(pforest->partition_for_coarsening || forest->cellWeights || forest->weightCapacity != 1. || fores… in DMSetUp_pforest()
1116 …PetscCheck(!forest->cellWeights && forest->weightCapacity == 1. && forest->weightsFactor == 1., Pe… in DMSetUp_pforest()