Home
last modified time | relevance | path

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

/petsc/src/mat/interface/
H A Dmatrix.c5797 static PetscInt MatAssemblyEnd_InUse = 0; variable
5840 if (!MatAssemblyEnd_InUse) { in MatAssemblyBegin()
5910 MatAssemblyEnd_InUse++; in MatAssemblyEnd()
5911 if (MatAssemblyEnd_InUse == 1) { /* Do the logging only the first time through */ in MatAssemblyEnd()
5933 MatAssemblyEnd_InUse--; in MatAssemblyEnd()