Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexfem.c2664 PetscSection sectionF = NULL; in DMPlexComputeCellwiseIntegralFEM() local
2690 if (dmF) PetscCall(DMGetLocalSection(dmF, &sectionF)); in DMPlexComputeCellwiseIntegralFEM()
2699 if (sectionF) { in DMPlexComputeCellwiseIntegralFEM()
2700 PetscCall(PetscSectionGetDof(sectionF, cell, &dof)); in DMPlexComputeCellwiseIntegralFEM()
2701 PetscCall(PetscSectionGetOffset(sectionF, cell, &off)); in DMPlexComputeCellwiseIntegralFEM()