Searched refs:nrc (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcprivate.c | 1485 PetscInt nrh, nch, nrc, ncc; in PCBDDCNedelecSupport() local 1496 PetscCall(MatGetSize(GKins, &nrc, &ncc)); in PCBDDCNedelecSupport() 1498 …nrc, PETSC_COMM_SELF, PETSC_ERR_PLIB, "The sum of the number of columns of GKins %" PetscInt_FMT "… in PCBDDCNedelecSupport() 1501 PetscCall(MatSetValuesLocal(T, nrc, cols, ncc, cols + nch, data, INSERT_VALUES)); in PCBDDCNedelecSupport()
|