Home
last modified time | relevance | path

Searched refs:DMPlexSetChart (Results 1 – 19 of 19) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex1f90.F9026 PetscCallA(DMPlexSetChart(dm, i0, numPoints, ierr))
H A Dex2f90.F9040 PetscCallA(DMPlexSetChart(dm, i0, i11, ierr))
H A Dex11.c84 PetscCall(DMPlexSetChart(dm, 0, 25)); in TestEmptyStrata()
/petsc/src/dm/impls/plex/
H A Dplexply.c132 PetscCall(DMPlexSetChart(*dm, 0, Nc + Nv)); in DMPlexCreatePLYFromFile()
H A Dplexcreate.c553 PetscCall(DMPlexSetChart(dm, 0, numVertices)); in DMPlexCreateBoxSurfaceMesh_Tensor_1D_Internal()
614 PetscCall(DMPlexSetChart(dm, 0, numEdges + numVertices)); in DMPlexCreateBoxSurfaceMesh_Tensor_2D_Internal()
740 PetscCall(DMPlexSetChart(dm, 0, numFaces + numVertices)); in DMPlexCreateBoxSurfaceMesh_Tensor_3D_Internal()
1311 PetscCall(DMPlexSetChart(dm, 0, numCells + numEdges + numVertices)); in DMPlexCreateSquareMesh_Simplex_CrissCross()
1572 PetscCall(DMPlexSetChart(dm, 0, numCells + numFaces + numEdges + numVertices)); in DMPlexCreateCubeMesh_Internal()
2287 PetscCall(DMPlexSetChart(dm, 0, numCells + numVertices)); in DMPlexCreateHypercubicMesh_Internal()
2605 PetscCall(DMPlexSetChart(dm, 0, numCells + numVertices)); in DMPlexCreateHexCylinderMesh_Internal()
3055 PetscCall(DMPlexSetChart(dm, 0, numCells + numVertices)); in DMPlexCreateWedgeCylinderMesh_Internal()
3199 PetscCall(DMPlexSetChart(dm, 0, numCells + numVerts)); in DMPlexCreateSphereMesh_Internal()
3267 PetscCall(DMPlexSetChart(dm, 0, numCells + numVerts)); in DMPlexCreateSphereMesh_Internal()
[all …]
H A Dplexinterpolate.c631 PetscCall(DMPlexSetChart(idm, pStart, Np + (fEnd - fStart))); in DMPlexInterpolateFaces_Internal()
1817 PetscCall(DMPlexSetChart(udm, cStart, vEnd)); in DMPlexUninterpolate()
H A Dplexfluent.c813 PetscCall(DMPlexSetChart(*dm, 0, numCells + numFaces + numVertices)); in DMPlexCreateFluent()
H A Dplexsubmesh.c563 PetscCall(DMPlexSetChart(dmNew, pStart, pEnd)); in DMPlexShiftSizes_Internal()
3187 PetscCall(DMPlexSetChart(subdm, 0, numSubCells + numSubFaces + numSubVertices)); in DMPlexCreateSubmesh_Uninterpolated()
3462 PetscCall(DMPlexSetChart(subdm, 0, totSubPoints)); in DMPlexCreateSubmeshGeneric_Interpolated()
3981 PetscCall(DMPlexSetChart(subdm, 0, numSubCells + numSubFaces + numSubVertices)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
H A Dplexsfc.c1238 PetscCall(DMPlexSetChart(dm, 0, local_elems + local_verts)); in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
H A Dplexgmsh.c1755 PetscCall(DMPlexSetChart(*dm, 0, numCells + numVerts)); in DMPlexCreateGmsh()
H A Dplex.c3110 PetscErrorCode DMPlexSetChart(DM dm, PetscInt pStart, PetscInt pEnd) in DMPlexSetChart() function
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi22 PetscErrorCode DMPlexSetChart(PetscDM, PetscInt, PetscInt)
H A DDMPlex.pyx501 DM, DMPlex, DMPlex.create, DMPlex.getChart, petsc.DMPlexSetChart
506 CHKERR(DMPlexSetChart(self.dm, cStart, cEnd))
/petsc/include/
H A Dpetscdmplex.h39 PETSC_EXTERN PetscErrorCode DMPlexSetChart(DM, PetscInt, PetscInt);
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c2171 PetscCall(DMPlexSetChart(dm, 0, pEnd)); in DMPlexTopologyLoad_HDF5_Legacy_Private()
2514 PetscCall(DMPlexSetChart(dm, 0, nPoints)); in DMPlexTopologyBuildFromLayers_Private()
/petsc/src/dm/impls/plex/exodusii/
H A Dplexexodusii2.c1692 PetscCall(DMPlexSetChart(*dm, 0, numCells + numVertices)); in DMPlexCreateExodus()
/petsc/doc/manual/
H A Ddmplex.md65 DMPlexSetChart(dm, 0, 11);
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c2437 PetscCall(DMPlexSetChart(rdm, pStart, pEnd)); in DMPlexTransformApply()
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c515 PetscCall(DMPlexSetChart(*dm, 0, numCells + numVertices)); in DMPlexCreateCGNS_Internal_Serial()