Lines Matching refs:csCell
1577 PetscSection cs, csCell = NULL; in DMPlexCreateGmsh() local
2063 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)cdmCell), &csCell)); in DMPlexCreateGmsh()
2064 PetscCall(PetscSectionSetNumFields(csCell, 1)); in DMPlexCreateGmsh()
2065 PetscCall(PetscSectionSetFieldComponents(csCell, 0, coordDim)); in DMPlexCreateGmsh()
2071 PetscCall(PetscSectionSetChart(csCell, newStart, newEnd)); in DMPlexCreateGmsh()
2084 PetscCall(PetscSectionSetDof(csCell, p, Nv * coordDim)); in DMPlexCreateGmsh()
2085 PetscCall(PetscSectionSetFieldDof(csCell, p, 0, Nv * coordDim)); in DMPlexCreateGmsh()
2089 PetscCall(PetscSectionSetUp(csCell)); in DMPlexCreateGmsh()
2090 PetscCall(DMSetCellCoordinateSection(*dm, PETSC_DETERMINE, csCell)); in DMPlexCreateGmsh()
2136 PetscCall(PetscSectionGetOffset(csCell, point, &off)); in DMPlexCreateGmsh()
2158 PetscCall(PetscSectionDestroy(&csCell)); in DMPlexCreateGmsh()