Searched refs:hasLagrange (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 2624 static PetscErrorCode DMPlexMarkCohesiveSubmesh_Uninterpolated(DM dm, PetscBool hasLagrange, const … in DMPlexMarkCohesiveSubmesh_Uninterpolated() argument 2654 *nFV = hasLagrange ? coneSize / 3 : coneSize / 2; in DMPlexMarkCohesiveSubmesh_Uninterpolated() 3962 static PetscErrorCode DMPlexCreateCohesiveSubmesh_Uninterpolated(DM dm, PetscBool hasLagrange, cons… in DMPlexCreateCohesiveSubmesh_Uninterpolated() argument 3977 …PetscCall(DMPlexMarkCohesiveSubmesh_Uninterpolated(dm, hasLagrange, label, value, subpointMap, &nu… in DMPlexCreateCohesiveSubmesh_Uninterpolated() 4197 PetscErrorCode DMPlexCreateCohesiveSubmesh(DM dm, PetscBool hasLagrange, const char label[], PetscI… in DMPlexCreateCohesiveSubmesh() argument 4214 PetscCall(DMPlexCreateCohesiveSubmesh_Uninterpolated(dm, hasLagrange, label, value, *subdm)); in DMPlexCreateCohesiveSubmesh()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMPlex.pyx | 401 def createCohesiveSubmesh(self, hasLagrange: bool, value: int) -> DMPlex: 408 hasLagrange 418 cdef PetscBool flag = hasLagrange
|