Searched refs:nglobale (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex36.cxx | 352 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 D | ex35.cxx | 388 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()
|