Searched refs:supf (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/interface/ |
| H A D | dmi.c | 452 PetscInt *Nfs, Nf = 0, f, supf, oldf = -1, nullf = -1, i; in DMCreateSectionSuperDM() local 522 for (i = 0, supf = 0; i < len; ++i) { in DMCreateSectionSuperDM() 523 for (f = 0; f < Nfs[i]; ++f, ++supf) { in DMCreateSectionSuperDM() 527 PetscCall(DMSetField(*superdm, supf, NULL, disc)); in DMCreateSectionSuperDM() 536 for (i = 0, supf = 0; i < len; ++i) { in DMCreateSectionSuperDM() 537 for (f = 0; f < Nfs[i]; ++f, ++supf) { in DMCreateSectionSuperDM() 539 (*superdm)->nullspaceConstructors[supf] = dms[i]->nullspaceConstructors[f]; in DMCreateSectionSuperDM() 540 if ((*superdm)->nullspaceConstructors[supf]) { in DMCreateSectionSuperDM() 542 nullf = supf; in DMCreateSectionSuperDM()
|