Searched refs:DMSwarmSortGetNumberOfPointsPerCell (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/dm/impls/swarm/ |
| H A D | swarmpic_sort.c | 130 PetscErrorCode DMSwarmSortGetNumberOfPointsPerCell(DM sw, PetscInt cell, PetscInt *npoints) in DMSwarmSortGetNumberOfPointsPerCell() function 174 PetscCall(DMSwarmSortGetNumberOfPointsPerCell(sw, cell, npoints)); in DMSwarmSortGetPointsPerCell()
|
| H A D | swarmpic.c | 769 for (e = 0; e < nel; e++) PetscCall(DMSwarmSortGetNumberOfPointsPerCell(sw, e, &sum[e])); in DMSwarmCreatePointPerCellCount()
|
| H A D | swarm.c | 2564 PetscCall(DMSwarmSortGetNumberOfPointsPerCell(sw, cellID, &particles)); in DMSwarmGetCellSwarm()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdmswarm.pxi | 79 PetscErrorCode DMSwarmSortGetNumberOfPointsPerCell(PetscDM, PetscInt, PetscInt*)
|
| H A D | DMSwarm.pyx | 878 petsc.DMSwarmSortGetNumberOfPointsPerCell 883 CHKERR(DMSwarmSortGetNumberOfPointsPerCell(self.dm, ce, &npoints))
|
| /petsc/include/ |
| H A D | petscdmswarm.h | 153 PETSC_EXTERN PetscErrorCode DMSwarmSortGetNumberOfPointsPerCell(DM, PetscInt, PetscInt *);
|
| /petsc/src/dm/tutorials/ |
| H A D | ex20.c | 73 PetscCall(DMSwarmSortGetNumberOfPointsPerCell(swarm, 0, &npoints)); in pic_insert_DMDA()
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex2.c | 1656 PetscCall(DMSwarmSortGetNumberOfPointsPerCell(sw, c, &Ncp)); in ComputeFieldAtParticles_Primal() 1782 PetscCall(DMSwarmSortGetNumberOfPointsPerCell(sw, c, &Ncp)); in ComputeFieldAtParticles_Mixed()
|
| H A D | ex4.c | 2257 PetscCall(DMSwarmSortGetNumberOfPointsPerCell(sw, c, &Ncp)); in ComputeFieldAtParticles_Primal() 2387 PetscCall(DMSwarmSortGetNumberOfPointsPerCell(sw, c, &Ncp)); in ComputeFieldAtParticles_Mixed()
|
| H A D | ex3.c | 1071 PetscCall(DMSwarmSortGetNumberOfPointsPerCell(sw, c, &Ncp)); in ComputeFieldAtParticles_Primal()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex70.c | 686 PetscCall(DMSwarmSortGetNumberOfPointsPerCell(dm_mpoint, e, &npoints_per_cell)); in MaterialPoint_PopulateCell()
|