Searched refs:pointSerialSection (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex103.c | 275 PetscSection pointSerialSection = NULL; in VerifyDMLabels() local 281 PetscCall(PetscSectionCreate(PETSC_COMM_SELF, &pointSerialSection)); in VerifyDMLabels() 282 PetscCall(PetscSectionSetChart(pointSerialSection, pStartSerial, pEndSerial)); in VerifyDMLabels() 285 …nt p = 0; p < num_points_serial; p++) PetscCall(PetscSectionSetDof(pointSerialSection, p, root_deg… in VerifyDMLabels() 286 PetscCall(PetscSectionSetUp(pointSerialSection)); in VerifyDMLabels() 287 PetscCall(PetscSectionGetStorageSize(pointSerialSection, &npointMaskSerial)); in VerifyDMLabels() 327 PetscCall(PetscSectionGetDof(pointSerialSection, p, &ndof)); in VerifyDMLabels() 328 PetscCall(PetscSectionGetOffset(pointSerialSection, p, &offset)); in VerifyDMLabels() 346 PetscCall(PetscSectionDestroy(&pointSerialSection)); in VerifyDMLabels()
|