Searched refs:newDof (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ts/tutorials/ |
| H A D | ex11.c | 1408 PetscInt newDof = phys->field_desc[f].dof; in main() local 1410 if (newDof == 1) { in main() 1415 for (j = 0; j < newDof; j++) { in main() 1422 dof += newDof; in main()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 829 PetscInt dof, off, q, qdof, qoff, newDof, newOff, newqOff, i, parent; in DMPlexTreeExchangeSupports() local 833 PetscCall(PetscSectionGetDof(newSupportSection, p, &newDof)); in DMPlexTreeExchangeSupports()
|