Home
last modified time | relevance | path

Searched refs:fill_param (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/swarm/
H A Dswarmpic.c670 …orCode DMSwarmInsertPointsUsingCellDM(DM dm, DMSwarmPICLayoutType layout_type, PetscInt fill_param) in DMSwarmInsertPointsUsingCellDM() argument
681 PetscCall(private_DMSwarmInsertPointsUsingCellDM_DA(dm, celldm, layout_type, fill_param)); in DMSwarmInsertPointsUsingCellDM()
683 PetscCall(private_DMSwarmInsertPointsUsingCellDM_PLEX(dm, celldm, layout_type, fill_param)); in DMSwarmInsertPointsUsingCellDM()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMSwarm.pyx715 def insertPointUsingCellDM(self, layoutType: PICLayoutType, fill_param: int) -> None:
724 fill_param
734 cdef PetscInt cfill_param = asInt(fill_param)