Searched refs:origSection (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 4000 PetscCall(PetscSectionGetOffset(origSection, points_[i], &o0)); \ 4027 PetscErrorCode PetscSectionExtractDofsFromArray(PetscSection origSection, MPI_Datatype dataType, co… in PetscSectionExtractDofsFromArray() argument 4035 PetscValidHeaderSpecific(origSection, PETSC_SECTION_CLASSID, 1); in PetscSectionExtractDofsFromArray() 4043 PetscCall(PetscSectionGetChart(origSection, &pStart, &pEnd)); in PetscSectionExtractDofsFromArray() 4048 PetscCall(PetscSectionGetDof(origSection, points_[i], &n)); in PetscSectionExtractDofsFromArray()
|