Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmswarm.pxi23 DMSWARMPIC_LAYOUT_GAUSS
H A DDMSwarm.pyx28 LAYOUT_GAUSS = DMSWARMPIC_LAYOUT_GAUSS
/petsc/include/
H A Dpetscdmswarm.h74 DMSWARMPIC_LAYOUT_GAUSS, enumerator
/petsc/src/dm/tutorials/
H A Dex20.c266 PetscCall(DMSwarmInsertPointsUsingCellDM(swarm, DMSWARMPIC_LAYOUT_GAUSS, 3)); in pic_insert_DMPLEX()
/petsc/src/dm/impls/swarm/
H A Dswarmpic_da.c111 case DMSWARMPIC_LAYOUT_GAUSS: in private_DMSwarmInsertPointsUsingCellDM_DA_Q1()
H A Dswarmpic_plex.c260 case DMSWARMPIC_LAYOUT_GAUSS: { in private_DMSwarmInsertPointsUsingCellDM_PLEX()
/petsc/src/dm/impls/swarm/tests/
H A Dex11.c200 PetscCall(DMSwarmInsertPointsUsingCellDM(*sw, DMSWARMPIC_LAYOUT_GAUSS, Npc)); in CreateSwarm()