Home
last modified time | relevance | path

Searched refs:DMSWARMPIC_LAYOUT_SUBDIVISION (Results 1 – 8 of 8) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmswarm.pxi24 DMSWARMPIC_LAYOUT_SUBDIVISION
H A DDMSwarm.pyx29 LAYOUT_SUBDIVISION = DMSWARMPIC_LAYOUT_SUBDIVISION
/petsc/include/
H A Dpetscdmswarm.h75 DMSWARMPIC_LAYOUT_SUBDIVISION enumerator
/petsc/src/dm/tutorials/
H A Dex21.c108 PetscCall(DMSwarmInsertPointsUsingCellDM(swarm, DMSWARMPIC_LAYOUT_SUBDIVISION, ppcell)); in pic_advect()
H A Dex20.c198 PetscCall(DMSwarmInsertPointsUsingCellDM(swarm, DMSWARMPIC_LAYOUT_SUBDIVISION, 2)); in pic_insert_DMPLEX_with_cell_list()
/petsc/src/dm/impls/swarm/
H A Dswarmpic_da.c115 case DMSWARMPIC_LAYOUT_SUBDIVISION: { in private_DMSwarmInsertPointsUsingCellDM_DA_Q1()
H A Dswarmpic_plex.c274 case DMSWARMPIC_LAYOUT_SUBDIVISION: in private_DMSwarmInsertPointsUsingCellDM_PLEX()
/petsc/src/ksp/ksp/tutorials/
H A Dex70.c966 PetscCall(DMSwarmInsertPointsUsingCellDM(dms_mpoint, DMSWARMPIC_LAYOUT_SUBDIVISION, ppcell)); in SolveTimeDepStokes()