Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c1485 PetscInt nrh, nch, nrc, ncc; in PCBDDCNedelecSupport() local
1496 PetscCall(MatGetSize(GKins, &nrc, &ncc)); in PCBDDCNedelecSupport()
1498nrc, 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()