Searched refs:coordSec (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex75.c | 11 PetscSection coordSec; in main() local 33 PetscCall(DMGetCellCoordinateSection(dm, &coordSec)); in main() 34 PetscCall(PetscSectionSetNumFields(coordSec, 1)); in main() 35 PetscCall(PetscSectionSetFieldComponents(coordSec, 0, dim)); in main() 37 PetscCall(PetscSectionSetChart(coordSec, cStart, cEnd)); in main() 39 PetscCall(PetscSectionSetDof(coordSec, c, dim * (degree + 1))); in main() 40 PetscCall(PetscSectionSetFieldDof(coordSec, c, 0, dim * (degree + 1))); in main() 42 PetscCall(PetscSectionSetUp(coordSec)); in main() 43 PetscCall(PetscSectionGetStorageSize(coordSec, &coordSize)); in main() 51 PetscCall(PetscSectionGetOffset(coordSec, c, &offset)); in main()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 3594 PetscSection coordSec; in DMPforestMapCoordinates_Cell() local 3597 PetscCall(DMGetCoordinateSection(plex, &coordSec)); in DMPforestMapCoordinates_Cell() 3598 PetscCall(PetscSectionGetChart(coordSec, &coordStart, &coordEnd)); in DMPforestMapCoordinates_Cell() 3607 PetscCall(PetscSectionGetDof(coordSec, point, &dof)); in DMPforestMapCoordinates_Cell() 3610 PetscCall(PetscSectionGetOffset(coordSec, point, &off)); in DMPforestMapCoordinates_Cell() 3724 PetscSection coordSec; in DMPforestMapCoordinates() local 3732 PetscCall(DMGetCoordinateSection(plex, &coordSec)); in DMPforestMapCoordinates() 3733 PetscCall(PetscSectionGetChart(coordSec, &coordStart, &coordEnd)); in DMPforestMapCoordinates() 3740 PetscCall(PetscSectionGetDof(coordSec, p, &dof)); in DMPforestMapCoordinates() 3743 PetscCall(PetscSectionGetOffset(coordSec, p, &off)); in DMPforestMapCoordinates()
|