Searched refs:lned (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcprivate.c | 161 IS lned, primals, allprimals, nedfieldlocal, elements_corners = NULL; in PCBDDCNedelecSupport() local 352 PetscCall(ISCreateGeneral(comm, ne, idxs, PETSC_USE_POINTER, &lned)); in PCBDDCNedelecSupport() 353 PetscCall(MatAIJExtractRows(G, lned, &lGall)); in PCBDDCNedelecSupport() 356 PetscCall(ISDestroy(&lned)); in PCBDDCNedelecSupport()
|