Searched refs:nDof (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex22.c | 175 PetscInt nDof; in main() local 177 PetscCall(PetscSectionGetDof(sec, p, &nDof)); in main() 178 …nDof % dim == 0, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Coordinate section point %" PetscInt_FMT " has … in main() 179 PetscCall(PetscSectionSetDof(newSec, p, (nDof / dim) * dimC)); in main() 180 PetscCall(PetscSectionSetFieldDof(newSec, p, 0, (nDof / dim) * dimC)); in main()
|
| /petsc/src/dm/dt/dualspace/impls/lagrange/ |
| H A D | dspacelagrange.c | 2385 PetscInt nDof, nDof2; in PetscDualSpaceSetUp_Lagrange() local 2391 PetscCall(MatGetSize(intMat, &nDof, NULL)); in PetscDualSpaceSetUp_Lagrange()
|