Home
last modified time | relevance | path

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

/petsc/src/dm/dt/interface/ !
H A Ddt.c3277 PetscInt c, d, s, total, subtotal, nexttotal; in PetscDTIndexToBary() local
3293 for (s = 0, subtotal = 1, nexttotal = 1; c > 0;) { in PetscDTIndexToBary()
3300 total = nexttotal; in PetscDTIndexToBary()
3302 nexttotal = 1; in PetscDTIndexToBary()
3306 nexttotal = (nexttotal * (c - 1 + s)) / (s + 1); in PetscDTIndexToBary()