Lines Matching refs:coordSection

774   PetscSection       coordSection;  in DMView_PlexExodusII()  local
805 PetscCall(PetscSectionCreate(comm, &coordSection)); in DMView_PlexExodusII()
1076 PetscCall(PetscSectionSetChart(coordSection, pStart, pEnd)); in DMView_PlexExodusII()
1080 … for (p = pStart; p < pEnd; ++p) PetscCall(PetscSectionSetDof(coordSection, p, nodes[0][d] > 0)); in DMView_PlexExodusII()
1091 …for (c = 0; c < csSize; ++c) PetscCall(PetscSectionSetDof(coordSection, cells[c], nodes[cs][3] > 0… in DMView_PlexExodusII()
1100 PetscCall(PetscSectionSetUp(coordSection)); in DMView_PlexExodusII()
1112 PetscCall(PetscSectionGetDof(coordSection, p, &hasDof)); in DMView_PlexExodusII()
1243 PetscCall(PetscSectionDestroy(&coordSection)); in DMView_PlexExodusII()
1669 PetscSection coordSection; in DMPlexCreateExodus() local
1811 PetscCall(DMGetCoordinateSection(*dm, &coordSection)); in DMPlexCreateExodus()
1812 PetscCall(PetscSectionSetNumFields(coordSection, 1)); in DMPlexCreateExodus()
1813 PetscCall(PetscSectionSetFieldComponents(coordSection, 0, dimEmbed)); in DMPlexCreateExodus()
1814 PetscCall(PetscSectionSetChart(coordSection, numCells, numCells + numVertices)); in DMPlexCreateExodus()
1816 PetscCall(PetscSectionSetDof(coordSection, v, dimEmbed)); in DMPlexCreateExodus()
1817 PetscCall(PetscSectionSetFieldDof(coordSection, v, 0, dimEmbed)); in DMPlexCreateExodus()
1819 PetscCall(PetscSectionSetUp(coordSection)); in DMPlexCreateExodus()
1820 PetscCall(PetscSectionGetStorageSize(coordSection, &coordSize)); in DMPlexCreateExodus()