Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex36.cxx352 PetscInt i, j, q, nconn, nglobale, nglobalv, nc, npoints, hlevel; in ComputeMatrix_MOAB() local
370 PetscCall(DMMoabGetSize(dm, &nglobale, &nglobalv)); in ComputeMatrix_MOAB()
372 …, "ComputeMatrix: Level = %d, N(elements) = %d, N(vertices) = %d \n", hlevel, nglobale, nglobalv)); in ComputeMatrix_MOAB()
H A Dex35.cxx388 PetscInt i, j, q, nconn, nglobale, nglobalv, nc, npoints, hlevel; in ComputeMatrix() local
406 PetscCall(DMMoabGetSize(dm, &nglobale, &nglobalv)); in ComputeMatrix()
408 …, "ComputeMatrix: Level = %d, N(elements) = %d, N(vertices) = %d \n", hlevel, nglobale, nglobalv)); in ComputeMatrix()