Searched refs:nexttotal (Results 1 – 1 of 1) sorted by relevance
3277 PetscInt c, d, s, total, subtotal, nexttotal; in PetscDTIndexToBary() local3293 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()