Home
last modified time | relevance | path

Searched refs:nDof (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex22.c175 PetscInt nDof; in main() local
177 PetscCall(PetscSectionGetDof(sec, p, &nDof)); in main()
178nDof % 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 Ddspacelagrange.c2385 PetscInt nDof, nDof2; in PetscDualSpaceSetUp_Lagrange() local
2391 PetscCall(MatGetSize(intMat, &nDof, NULL)); in PetscDualSpaceSetUp_Lagrange()