| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmswarm.pxi | 78 PetscErrorCode DMSwarmSortGetPointsPerCell(PetscDM, PetscInt, PetscInt*, PetscInt**)
|
| H A D | DMSwarm.pyx | 854 petsc.DMSwarmSortGetPointsPerCell 861 CHKERR(DMSwarmSortGetPointsPerCell(self.dm, ce, &cnpoints, &cpidlist))
|
| /petsc/include/ |
| H A D | petscdmswarm.h | 151 PETSC_EXTERN PetscErrorCode DMSwarmSortGetPointsPerCell(DM, PetscInt, PetscInt *, PetscInt **);
|
| /petsc/src/dm/impls/swarm/ |
| H A D | swarm.c | 546 PetscCall(DMSwarmSortGetPointsPerCell(dmc, cell, &numCIndices, &cindices)); in DMSwarmComputeMassMatrix_Private() 597 PetscCall(DMSwarmSortGetPointsPerCell(dmc, cell, &numCIndices, &cindices)); in DMSwarmComputeMassMatrix_Private() 755 PetscCall(DMSwarmSortGetPointsPerCell(dmc, cell, &numCIndices, &cindices)); in DMSwarmComputeMassMatrixSquare_Private() 768 PetscCall(DMSwarmSortGetPointsPerCell(dmc, ncell, &numNCIndices, &ncindices)); in DMSwarmComputeMassMatrixSquare_Private() 823 PetscCall(DMSwarmSortGetPointsPerCell(dmc, cell, &numCIndices, &cindices)); in DMSwarmComputeMassMatrixSquare_Private() 1004 PetscCall(DMSwarmSortGetPointsPerCell(sw, cell, &Npc, &pind)); in DMSwarmComputeGradientMatrix_Private() 1023 PetscCall(DMSwarmSortGetPointsPerCell(sw, cell, &Npc, &pind)); in DMSwarmComputeGradientMatrix_Private() 2565 PetscCall(DMSwarmSortGetPointsPerCell(sw, cellID, &particles, &pids)); in DMSwarmGetCellSwarm() 2605 PetscCall(DMSwarmSortGetPointsPerCell(sw, cellID, &particles, &pids)); in DMSwarmRestoreCellSwarm()
|
| H A D | swarmpic_sort.c | 164 PetscErrorCode DMSwarmSortGetPointsPerCell(DM sw, PetscInt cell, PetscInt *npoints, PetscInt **pidl… in DMSwarmSortGetPointsPerCell() function
|
| H A D | swarmpic.c | 1170 PetscCall(DMSwarmSortGetPointsPerCell(sw, c, &Npc, &pidx)); in DMSwarmInitializeCoordinates() 1357 PetscCall(DMSwarmSortGetPointsPerCell(dm, cell, &Npc, &pindices)); in DMProjectFieldLocal_Swarm() 1369 PetscCall(DMSwarmSortGetPointsPerCell(dm, cell, &Npc, &pindices)); in DMProjectFieldLocal_Swarm()
|
| /petsc/src/dm/tutorials/ |
| H A D | ex20.c | 74 PetscCall(DMSwarmSortGetPointsPerCell(swarm, rank, &npoints, &list)); in pic_insert_DMDA()
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex2.c | 687 PetscCall(DMSwarmSortGetPointsPerCell(sw, c, &Npc, &pidx)); in MonitorVelocity() 763 PetscCall(DMSwarmSortGetPointsPerCell(sw, c, &Npc, &pidx)); in MonitorPositions_2D() 824 PetscCall(DMSwarmSortGetPointsPerCell(sw, c, &Npc, &pidx)); in MonitorPoisson() 1226 PetscCall(DMSwarmSortGetPointsPerCell(sw, c, &Npc, &pidx)); in InitializeParticles_Centroid() 1318 PetscCall(DMSwarmSortGetPointsPerCell(sw, c, &Npc, &pidx)); in InitializeWeights() 1667 PetscCall(DMSwarmSortGetPointsPerCell(sw, c, &Ncp, &points)); in ComputeFieldAtParticles_Primal() 1793 PetscCall(DMSwarmSortGetPointsPerCell(sw, c, &Ncp, &points)); in ComputeFieldAtParticles_Mixed() 2067 PetscCall(DMSwarmSortGetPointsPerCell(sw, c, &Ncp, &points)); in RHSObjectiveF()
|
| H A D | ex4.c | 1203 PetscCall(DMSwarmSortGetPointsPerCell(sw, c, &Npc, &pidx)); in MonitorVelocity() 1279 PetscCall(DMSwarmSortGetPointsPerCell(sw, c, &Npc, &pidx)); in MonitorPositions_2D() 1340 PetscCall(DMSwarmSortGetPointsPerCell(sw, c, &Npc, &pidx)); in MonitorPoisson() 1840 PetscCall(DMSwarmSortGetPointsPerCell(sw, c, &Npc, &pidx)); in InitializeParticles_Centroid() 1932 PetscCall(DMSwarmSortGetPointsPerCell(sw, c, &Npc, &pidx)); in InitializeWeights() 2271 PetscCall(DMSwarmSortGetPointsPerCell(sw, c, &Ncp, &points)); in ComputeFieldAtParticles_Primal() 2398 PetscCall(DMSwarmSortGetPointsPerCell(sw, c, &Ncp, &points)); in ComputeFieldAtParticles_Mixed() 2672 PetscCall(DMSwarmSortGetPointsPerCell(sw, c, &Ncp, &points)); in RHSObjectiveF()
|
| H A D | ex3.c | 525 PetscCall(DMSwarmSortGetPointsPerCell(sw, c, &Npc, &pidx)); in InitializeParticles_Centroid() 621 PetscCall(DMSwarmSortGetPointsPerCell(sw, c, &Npc, &pidx)); in InitializeWeights() 1083 PetscCall(DMSwarmSortGetPointsPerCell(sw, c, &Ncp, &points)); in ComputeFieldAtParticles_Primal() 1343 PetscCall(DMSwarmSortGetPointsPerCell(sw, c, &Ncp, &points)); in RHSObjectiveF()
|
| /petsc/src/ksp/ksp/utils/dm/ |
| H A D | dmproject.c | 928 PetscCall(DMSwarmSortGetPointsPerCell(sw, c, &npc, &pidx)); in InitializeParticles_Regular() 1078 PetscCall(DMSwarmSortGetPointsPerCell(sw, c, &Npc, &pidx)); in DMSwarmRemap_Colella_Internal() 1110 PetscCall(DMSwarmSortGetPointsPerCell(*rsw, rc, &rNpc, &rpidx)); in DMSwarmRemap_Colella_Internal()
|
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex6.c | 341 PetscCall(DMSwarmSortGetPointsPerCell(sw, c, &Ncp, &points)); in ComputeFieldAtParticles_Primal() 458 PetscCall(DMSwarmSortGetPointsPerCell(sw, c, &Ncp, &points)); in ComputeFieldAtParticles_Mixed() 716 PetscCall(DMSwarmSortGetPointsPerCell(sw, c, &Ncp, &points)); in RHSObjectiveF()
|
| H A D | ex11.c | 239 PetscCall(DMSwarmSortGetPointsPerCell(sw, cell, &Np, &pidx)); in computeParticleMoments()
|
| H A D | ex2.c | 341 PetscCall(DMSwarmSortGetPointsPerCell(sw, cell, &Np, &pidx)); in computeParticleMoments()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex70.c | 601 PetscCall(DMSwarmSortGetPointsPerCell(dm, e, &npoints_e, &plist_e)); in DMSwarmPICInsertPointsCellwise()
|