Searched refs:DMDA_ELEMENT_P1 (Results 1 – 7 of 7) sorted by relevance
44 DMDA_ELEMENT_P1, enumerator
55 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()
42 PetscCall(DMDASetElementType(da, DMDA_ELEMENT_P1)); in main()
14 DMDA_ELEMENT_P1111 if etype in ("p1", "P1"): return DMDA_ELEMENT_P1
17 P1 = DMDA_ELEMENT_P1
209 case DMDA_ELEMENT_P1: in private_DMSwarmInsertPointsUsingCellDM_DA()
620 …PetscCheck(etype != DMDA_ELEMENT_P1, PetscObjectComm((PetscObject)swarm), PETSC_ERR_SUP, "Only Q1 … in DMSwarmProjectFields_DA_Internal()