/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/src/PETSc/ |
H A D | petscdmplex.pxi | 19 int DMPlexSetConeOrientation(PetscDM,PetscInt,const PetscInt[])
|
H A D | DMPlex.pyx | 185 CHKERR( DMPlexSetConeOrientation(self.dm, cp, iorie) ) 221 CHKERR( DMPlexSetConeOrientation(self.dm, cp, iorie) )
|
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/ |
H A D | plexcreate.c | 657 ierr = DMPlexSetConeOrientation(dm, cell, ornt);CHKERRQ(ierr); in DMPlexCreateCubeMesh_Internal() 691 ierr = DMPlexSetConeOrientation(dm, face, ornt);CHKERRQ(ierr); in DMPlexCreateCubeMesh_Internal() 722 ierr = DMPlexSetConeOrientation(dm, face, ornt);CHKERRQ(ierr); in DMPlexCreateCubeMesh_Internal() 758 ierr = DMPlexSetConeOrientation(dm, face, ornt);CHKERRQ(ierr); in DMPlexCreateCubeMesh_Internal() 1990 ierr = DMPlexSetConeOrientation(*dm, 0, ornt);CHKERRQ(ierr); in DMPlexCreateSphereMesh() 1995 ierr = DMPlexSetConeOrientation(*dm, 1, ornt);CHKERRQ(ierr); in DMPlexCreateSphereMesh() 2000 ierr = DMPlexSetConeOrientation(*dm, 2, ornt);CHKERRQ(ierr); in DMPlexCreateSphereMesh() 2005 ierr = DMPlexSetConeOrientation(*dm, 3, ornt);CHKERRQ(ierr); in DMPlexCreateSphereMesh() 2010 ierr = DMPlexSetConeOrientation(*dm, 4, ornt);CHKERRQ(ierr); in DMPlexCreateSphereMesh() 2015 ierr = DMPlexSetConeOrientation(*dm, 5, ornt);CHKERRQ(ierr); in DMPlexCreateSphereMesh() [all …]
|
H A D | plexorient.c | 131 ierr = DMPlexSetConeOrientation(dm, p, newornts);CHKERRQ(ierr); in DMPlexOrientCell_Internal() 196 ierr = DMPlexSetConeOrientation(dm, cell, revconeO);CHKERRQ(ierr); in DMPlexReverseCell()
|
H A D | plexsubmesh.c | 509 ierr = DMPlexSetConeOrientation(dmNew, newp, orientations);CHKERRQ(ierr); in DMPlexShiftPoints_Internal() 1235 ierr = DMPlexSetConeOrientation(sdm, splitp, ornt);CHKERRQ(ierr); in DMPlexConstructCohesiveCells_Internal() 1284 ierr = DMPlexSetConeOrientation(sdm, hybcell, coneONew);CHKERRQ(ierr); in DMPlexConstructCohesiveCells_Internal() 3170 ierr = DMPlexSetConeOrientation(subdm, subpoint, orntNew);CHKERRQ(ierr); in DMPlexCreateSubmeshGeneric_Interpolated()
|
H A D | plexhdf5.c | 976 ierr = DMPlexSetConeOrientation(dm, order[p], ornt);CHKERRQ(ierr); in DMPlexLoad_HDF5_Internal()
|
H A D | plexinterpolate.c | 465 ierr = DMPlexSetConeOrientation(idm, p, cone);CHKERRQ(ierr); in DMPlexInterpolateFaces_Internal()
|
H A D | plexrefine.c | 2633 ierr = DMPlexSetConeOrientation(rdm, pNew, orntNew);CHKERRQ(ierr); in DMPlexCellRefinerSetCones()
|
H A D | plex.c | 2043 PetscErrorCode DMPlexSetConeOrientation(DM dm, PetscInt p, const PetscInt coneOrientation[]) in DMPlexSetConeOrientation() function
|
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/ftn-auto/ |
H A D | plexf.c | 357 *__ierr = DMPlexSetConeOrientation( in dmplexsetconeorientation_()
|
/dports/science/PETSc/petsc-3.14.1/src/dm/f90-mod/ftn-auto-interfaces/ |
H A D | petscdmplex.h90 | 804 subroutine DMPlexSetConeOrientation(a,b,c,z) 810 end subroutine DMPlexSetConeOrientation
|
/dports/science/PETSc/petsc-3.14.1/include/ |
H A D | petscdmplex.h | 48 PETSC_EXTERN PetscErrorCode DMPlexSetConeOrientation(DM, PetscInt, const PetscInt[]);
|
/dports/science/PETSc/petsc-3.14.1/src/ts/tutorials/ |
H A D | ex11_sa.c | 793 ierr = DMPlexSetConeOrientation(sdm, newp, orientations);CHKERRQ(ierr); in SplitFaces()
|
H A D | ex11.c | 1054 ierr = DMPlexSetConeOrientation(sdm, newp, orientations);CHKERRQ(ierr); in SplitFaces()
|
/dports/science/PETSc/petsc-3.14.1/docs/manualpages/ |
H A D | htmlmap | 2929 man:+DMPlexSetConeOrientation++DMPlexSetConeOrientation++++man+manualpages/DMPLEX/DMPlexSetConeOrie…
|
/dports/science/PETSc/petsc-3.14.1/ |
H A D | TAGS | 46966 PetscErrorCode DMPlexSetConeOrientation(2043,93072 54102 subroutine DMPlexSetConeOrientation(804,24782
|
H A D | CTAGS | 5815 DMPlexSetConeOrientation src/dm/impls/plex/plex.c /^PetscErrorCode DMPlexSetConeOrientation(DM dm, …
|