Home
last modified time | relevance | path

Searched refs:nch (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
1490 PetscCall(MatGetSize(Gins, &nrh, &nch)); in PCBDDCNedelecSupport()
1492 PetscCall(MatSetValuesLocal(T, nrh, rows, nch, cols, data, INSERT_VALUES)); in PCBDDCNedelecSupport()
1498nch == nrc, PETSC_COMM_SELF, PETSC_ERR_PLIB, "The sum of the number of columns of GKins %" PetscIn… in PCBDDCNedelecSupport()
1501 PetscCall(MatSetValuesLocal(T, nrc, cols, ncc, cols + nch, data, INSERT_VALUES)); in PCBDDCNedelecSupport()