Home
last modified time | relevance | path

Searched refs:DMSwarmSortGetNumberOfPointsPerCell (Results 1 – 11 of 11) sorted by relevance

/petsc/src/dm/impls/swarm/
H A Dswarmpic_sort.c130 PetscErrorCode DMSwarmSortGetNumberOfPointsPerCell(DM sw, PetscInt cell, PetscInt *npoints) in DMSwarmSortGetNumberOfPointsPerCell() function
174 PetscCall(DMSwarmSortGetNumberOfPointsPerCell(sw, cell, npoints)); in DMSwarmSortGetPointsPerCell()
H A Dswarmpic.c769 for (e = 0; e < nel; e++) PetscCall(DMSwarmSortGetNumberOfPointsPerCell(sw, e, &sum[e])); in DMSwarmCreatePointPerCellCount()
H A Dswarm.c2564 PetscCall(DMSwarmSortGetNumberOfPointsPerCell(sw, cellID, &particles)); in DMSwarmGetCellSwarm()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmswarm.pxi79 PetscErrorCode DMSwarmSortGetNumberOfPointsPerCell(PetscDM, PetscInt, PetscInt*)
H A DDMSwarm.pyx878 petsc.DMSwarmSortGetNumberOfPointsPerCell
883 CHKERR(DMSwarmSortGetNumberOfPointsPerCell(self.dm, ce, &npoints))
/petsc/include/
H A Dpetscdmswarm.h153 PETSC_EXTERN PetscErrorCode DMSwarmSortGetNumberOfPointsPerCell(DM, PetscInt, PetscInt *);
/petsc/src/dm/tutorials/
H A Dex20.c73 PetscCall(DMSwarmSortGetNumberOfPointsPerCell(swarm, 0, &npoints)); in pic_insert_DMDA()
/petsc/src/ts/tutorials/hamiltonian/
H A Dex2.c1656 PetscCall(DMSwarmSortGetNumberOfPointsPerCell(sw, c, &Ncp)); in ComputeFieldAtParticles_Primal()
1782 PetscCall(DMSwarmSortGetNumberOfPointsPerCell(sw, c, &Ncp)); in ComputeFieldAtParticles_Mixed()
H A Dex4.c2257 PetscCall(DMSwarmSortGetNumberOfPointsPerCell(sw, c, &Ncp)); in ComputeFieldAtParticles_Primal()
2387 PetscCall(DMSwarmSortGetNumberOfPointsPerCell(sw, c, &Ncp)); in ComputeFieldAtParticles_Mixed()
H A Dex3.c1071 PetscCall(DMSwarmSortGetNumberOfPointsPerCell(sw, c, &Ncp)); in ComputeFieldAtParticles_Primal()
/petsc/src/ksp/ksp/tutorials/
H A Dex70.c686 PetscCall(DMSwarmSortGetNumberOfPointsPerCell(dm_mpoint, e, &npoints_per_cell)); in MaterialPoint_PopulateCell()