Searched refs:csCell (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexgmsh.c | 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() [all …]
|