Searched refs:ncount (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/vec/vec/tests/ |
| H A D | ex2k.c | 22 PetscInt i, j, k, M, N, mcount, its = 100, nsamples, ncount, maxN; in main() local 45 ncount = PETSC_STATIC_ARRAY_LENGTH(Ns); // length of Ns[] in main() 46 maxN = Ns[ncount - 1]; // at most this many y vectors in main() 62 …for (j = 0; j < ncount; j++) PetscCall(PetscPrintf(PETSC_COMM_WORLD, " %s-%" PetscInt_FMT " ", t… in main() 77 for (j = 0; j < ncount; j++) { // try N y vectors in main() 101 for (j = 0; j < ncount; j++) { in main()
|
| /petsc/src/mat/impls/is/ |
| H A D | matis.c | 422 PetscInt bs, i, cnt, nl, *ncount, *ndmapc; in MatMPIXAIJComputeLocalToGlobalMapping_Private() local 456 PetscCall(ISLocalToGlobalMappingGetNodeInfo(*l2g, &nl, &ncount, NULL)); in MatMPIXAIJComputeLocalToGlobalMapping_Private() 462 PetscCall(PetscSFReduceBegin(sf, MPIU_INT, ncount, ndmapc, MPI_REPLACE)); in MatMPIXAIJComputeLocalToGlobalMapping_Private() 463 PetscCall(PetscSFReduceEnd(sf, MPIU_INT, ncount, ndmapc, MPI_REPLACE)); in MatMPIXAIJComputeLocalToGlobalMapping_Private() 464 PetscCall(ISLocalToGlobalMappingRestoreNodeInfo(*l2g, NULL, &ncount, NULL)); in MatMPIXAIJComputeLocalToGlobalMapping_Private()
|