| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex1f90.F90 | 26 PetscCallA(DMPlexSetChart(dm, i0, numPoints, ierr))
|
| H A D | ex2f90.F90 | 40 PetscCallA(DMPlexSetChart(dm, i0, i11, ierr))
|
| H A D | ex11.c | 84 PetscCall(DMPlexSetChart(dm, 0, 25)); in TestEmptyStrata()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexply.c | 132 PetscCall(DMPlexSetChart(*dm, 0, Nc + Nv)); in DMPlexCreatePLYFromFile()
|
| H A D | plexcreate.c | 553 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 D | plexinterpolate.c | 631 PetscCall(DMPlexSetChart(idm, pStart, Np + (fEnd - fStart))); in DMPlexInterpolateFaces_Internal() 1817 PetscCall(DMPlexSetChart(udm, cStart, vEnd)); in DMPlexUninterpolate()
|
| H A D | plexfluent.c | 813 PetscCall(DMPlexSetChart(*dm, 0, numCells + numFaces + numVertices)); in DMPlexCreateFluent()
|
| H A D | plexsubmesh.c | 563 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 D | plexsfc.c | 1238 PetscCall(DMPlexSetChart(dm, 0, local_elems + local_verts)); in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
|
| H A D | plexgmsh.c | 1755 PetscCall(DMPlexSetChart(*dm, 0, numCells + numVerts)); in DMPlexCreateGmsh()
|
| H A D | plex.c | 3110 PetscErrorCode DMPlexSetChart(DM dm, PetscInt pStart, PetscInt pEnd) in DMPlexSetChart() function
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmplex.pxi | 22 PetscErrorCode DMPlexSetChart(PetscDM, PetscInt, PetscInt)
|
| H A D | DMPlex.pyx | 501 DM, DMPlex, DMPlex.create, DMPlex.getChart, petsc.DMPlexSetChart 506 CHKERR(DMPlexSetChart(self.dm, cStart, cEnd))
|
| /petsc/include/ |
| H A D | petscdmplex.h | 39 PETSC_EXTERN PetscErrorCode DMPlexSetChart(DM, PetscInt, PetscInt);
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 2171 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 D | plexexodusii2.c | 1692 PetscCall(DMPlexSetChart(*dm, 0, numCells + numVertices)); in DMPlexCreateExodus()
|
| /petsc/doc/manual/ |
| H A D | dmplex.md | 65 DMPlexSetChart(dm, 0, 11);
|
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 2437 PetscCall(DMPlexSetChart(rdm, pStart, pEnd)); in DMPlexTransformApply()
|
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 515 PetscCall(DMPlexSetChart(*dm, 0, numCells + numVertices)); in DMPlexCreateCGNS_Internal_Serial()
|