Lines Matching refs:newSection
3850 …Old, DM_Forest_pforest *pforest, PetscSection oldSection, PetscSection newSection, PetscInt cell, … in PforestCheckLocalizeCell() argument
3857 PetscCall(PetscSectionSetDof(newSection, cell, 0)); in PforestCheckLocalizeCell()
3858 PetscCall(PetscSectionSetFieldDof(newSection, cell, 0, 0)); in PforestCheckLocalizeCell()
3894 PetscCall(PetscSectionSetDof(newSection, cell, 0)); in PforestCheckLocalizeCell()
3895 PetscCall(PetscSectionSetFieldDof(newSection, cell, 0, 0)); in PforestCheckLocalizeCell()
3897 PetscCall(PetscSectionSetDof(newSection, cell, cSize)); in PforestCheckLocalizeCell()
3898 PetscCall(PetscSectionSetFieldDof(newSection, cell, 0, cSize)); in PforestCheckLocalizeCell()
3905 …eCell(DM plex, PetscInt cDim, DM_Forest_pforest *pforest, PetscSection newSection, PetscInt cell, … in PforestLocalizeCell() argument
3910 PetscCall(PetscSectionGetDof(newSection, cell, &cdof)); in PforestLocalizeCell()
3913 PetscCall(PetscSectionGetOffset(newSection, cell, &off)); in PforestLocalizeCell()
3943 PetscSection oldSection, newSection; in DMPforestLocalizeCoordinates() local
3963 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)dm), &newSection)); in DMPforestLocalizeCoordinates()
3964 PetscCall(PetscSectionSetNumFields(newSection, 1)); in DMPforestLocalizeCoordinates()
3965 PetscCall(PetscSectionSetFieldComponents(newSection, 0, cDim)); in DMPforestLocalizeCoordinates()
3966 PetscCall(PetscSectionSetChart(newSection, newStart, newEnd)); in DMPforestLocalizeCoordinates()
3992 …PetscCall(PforestCheckLocalizeCell(plex, cDim, cVecOld, pforest, oldSection, newSection, cell, coa… in DMPforestLocalizeCoordinates()
4008 …PetscCall(PforestCheckLocalizeCell(plex, cDim, cVecOld, pforest, oldSection, newSection, cell, coa… in DMPforestLocalizeCoordinates()
4021 …PetscCall(PforestCheckLocalizeCell(plex, cDim, cVecOld, pforest, oldSection, newSection, cell, coa… in DMPforestLocalizeCoordinates()
4026 PetscCall(PetscSectionSetUp(newSection)); in DMPforestLocalizeCoordinates()
4031 PetscCall(DMSetCellCoordinateSection(plex, cDim, newSection)); in DMPforestLocalizeCoordinates()
4032 PetscCall(PetscSectionGetStorageSize(newSection, &v)); in DMPforestLocalizeCoordinates()
4051 … PetscCall(PforestLocalizeCell(plex, cDim, pforest, newSection, cell, coarsePoint, quad, coords2)); in DMPforestLocalizeCoordinates()
4067 … PetscCall(PforestLocalizeCell(plex, cDim, pforest, newSection, cell, coarsePoint, quad, coords2)); in DMPforestLocalizeCoordinates()
4080 … PetscCall(PforestLocalizeCell(plex, cDim, pforest, newSection, cell, coarsePoint, quad, coords2)); in DMPforestLocalizeCoordinates()
4086 PetscCall(PetscSectionDestroy(&newSection)); in DMPforestLocalizeCoordinates()