Home
last modified time | relevance | path

Searched defs:digit (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/dt/interface/
H A Ddt.c2274 PetscInt digit; in PetscDTSimplexQuadrature() local
2313 for (PetscInt digit = last_digit_with_extra + 1; digit < n; digit++) { in PetscDTSimplexQuadrature() local
2317 for (PetscInt digit = 0, offset = 0; digit < n; digit++) { in PetscDTSimplexQuadrature() local