Home
last modified time | relevance | path

Searched refs:DMDA_ELEMENT_P1 (Results 1 – 7 of 7) sorted by relevance

/petsc/include/
H A Dpetscdmdatypes.h44 DMDA_ELEMENT_P1, enumerator
/petsc/src/dm/impls/da/
H A Ddagetelem.c55 case DMDA_ELEMENT_P1: in DMDAGetElements_2D()
63 if (da->elementtype == DMDA_ELEMENT_P1) ns = 2; in DMDAGetElements_2D()
81 if (da->elementtype == DMDA_ELEMENT_P1) { in DMDAGetElements_2D()
121 case DMDA_ELEMENT_P1: in DMDAGetElements_3D()
129 if (da->elementtype == DMDA_ELEMENT_P1) ns = 6; in DMDAGetElements_3D()
155 if (da->elementtype == DMDA_ELEMENT_P1) { in DMDAGetElements_3D()
/petsc/src/dm/tutorials/
H A Dex5.c42 PetscCall(DMDASetElementType(da, DMDA_ELEMENT_P1)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmda.pxi14 DMDA_ELEMENT_P1
111 if etype in ("p1", "P1"): return DMDA_ELEMENT_P1
H A DDMDA.pyx17 P1 = DMDA_ELEMENT_P1
/petsc/src/dm/impls/swarm/
H A Dswarmpic_da.c209 case DMDA_ELEMENT_P1: in private_DMSwarmInsertPointsUsingCellDM_DA()
/petsc/src/ksp/ksp/utils/dm/
H A Ddmproject.c620 …PetscCheck(etype != DMDA_ELEMENT_P1, PetscObjectComm((PetscObject)swarm), PETSC_ERR_SUP, "Only Q1 … in DMSwarmProjectFields_DA_Internal()