Home
last modified time | relevance | path

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

/petsc/src/dm/dt/interface/
H A Ddt.c2033 for (PetscInt i = 0, totprev = 1, totrem = totpoints / npoints; i < dim; ++i) { in PetscDTStroudConicalQuadrature() local
2040 for (PetscInt m = 0; m < totrem; m++, pt++) { in PetscDTStroudConicalQuadrature()
2048 totrem /= npoints; in PetscDTStroudConicalQuadrature()