Home
last modified time | relevance | path

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

/petsc/src/dm/impls/swarm/
H A Dswarmpic.c834 PetscErrorCode DMSwarmGetNumSpecies(DM sw, PetscInt *Ns) in DMSwarmGetNumSpecies() function
996 PetscCall(DMSwarmGetNumSpecies(sw, &Ns)); in DMSwarmComputeLocalSize()
1075 PetscCall(DMSwarmGetNumSpecies(sw, &Ns)); in DMSwarmComputeLocalSizeFromOptions()
1083 PetscCall(DMSwarmGetNumSpecies(sw, &Ns)); in DMSwarmComputeLocalSizeFromOptions()
1086 PetscCall(DMSwarmGetNumSpecies(sw, &Ns)); in DMSwarmComputeLocalSizeFromOptions()
1130 PetscCall(DMSwarmGetNumSpecies(sw, &Ns)); in DMSwarmInitializeCoordinates()
/petsc/include/
H A Dpetscdmswarm.h161 PETSC_EXTERN PetscErrorCode DMSwarmGetNumSpecies(DM, PetscInt *);
/petsc/src/ts/tutorials/hamiltonian/
H A Dex2.c1170 PetscCall(DMSwarmGetNumSpecies(sw, &Ns)); in InitializeParticles_Centroid()
1294 PetscCall(DMSwarmGetNumSpecies(sw, &Ns)); in InitializeWeights()
1531 PetscCall(DMSwarmGetNumSpecies(sw, &Ns)); in ComputeFieldAtParticles_Coulomb()
H A Dex3.c468 PetscCall(DMSwarmGetNumSpecies(sw, &Ns)); in InitializeParticles_Centroid()
597 PetscCall(DMSwarmGetNumSpecies(sw, &Ns)); in InitializeWeights()
H A Dex4.c1784 PetscCall(DMSwarmGetNumSpecies(sw, &Ns)); in InitializeParticles_Centroid()
1908 PetscCall(DMSwarmGetNumSpecies(sw, &Ns)); in InitializeWeights()
2155 PetscCall(DMSwarmGetNumSpecies(sw, &Ns)); in ComputeFieldAtParticles_Coulomb()
/petsc/doc/changes/
H A D317.md213 - Add `DMSwarmGetNumSpecies()` and `DMSwarmSetNumSpecies()` to support PIC
/petsc/src/ts/interface/
H A Dtsmon.c1514 PetscCall(DMSwarmGetNumSpecies(sw, &Ns)); in TSMonitorHGSwarmSolution()
/petsc/src/ksp/ksp/utils/dm/
H A Ddmproject.c863 PetscCall(DMSwarmGetNumSpecies(sw, &Ns)); in InitializeParticles_Regular()