Searched refs:totnnz (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/aij/mpi/mumps/ |
| H A D | mumps.c | 1523 PetscCount totnnz, cumnnz, maxnnz; in MatConvertToTriples_nest_xaij() local 1586 totnnz = cumnnz; in MatConvertToTriples_nest_xaij() 1587 PetscCall(PetscMalloc2(totnnz, &irns, totnnz, &jcns)); in MatConvertToTriples_nest_xaij() 1588 PetscCall(PetscMalloc1(totnnz, &vals)); in MatConvertToTriples_nest_xaij() 1680 …k(cumnnz <= totnnz, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Unexpected number of nonzeros %" PetscCount_… in MatConvertToTriples_nest_xaij() 1722 …ck(cumnnz == totnnz, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Different number of nonzeros %" PetscCount_… in MatConvertToTriples_nest_xaij() 2382 PetscCount totnnz, remain; in MatMumpsGatherNonzerosOnMaster() local 2410 totnnz = 0; in MatMumpsGatherNonzerosOnMaster() 2412 …for (PetscMPIInt i = 0; i < osize; i++) totnnz += mumps->recvcount[i]; /* totnnz = sum of nnz over… in MatMumpsGatherNonzerosOnMaster() 2413 PetscCall(PetscMalloc2(totnnz, &irn, totnnz, &jcn)); in MatMumpsGatherNonzerosOnMaster() [all …]
|