Lines Matching refs:cs
1577 PetscSection cs, csCell = NULL; in DMPlexCreateGmsh() local
1997 PetscCall(DMGetLocalSection(cdm, &cs)); in DMPlexCreateGmsh()
1998 PetscCall(PetscSectionClone(cs, §ion)); in DMPlexCreateGmsh()
2049 PetscCall(DMGetCoordinateSection(*dm, &cs)); in DMPlexCreateGmsh()
2050 PetscCall(PetscSectionSetNumFields(cs, 1)); in DMPlexCreateGmsh()
2051 PetscCall(PetscSectionSetFieldComponents(cs, 0, coordDim)); in DMPlexCreateGmsh()
2052 PetscCall(PetscSectionSetChart(cs, numCells, numCells + numVerts)); in DMPlexCreateGmsh()
2054 PetscCall(PetscSectionSetDof(cs, v, coordDim)); in DMPlexCreateGmsh()
2055 PetscCall(PetscSectionSetFieldDof(cs, v, 0, coordDim)); in DMPlexCreateGmsh()
2057 PetscCall(PetscSectionSetUp(cs)); in DMPlexCreateGmsh()
2101 PetscCall(PetscSectionGetOffset(cs, numCells + v, &off)); in DMPlexCreateGmsh()