Home
last modified time | relevance | path

Searched refs:DMSwarmSetCellDMActive (Results 1 – 9 of 9) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmswarm.pxi63 PetscErrorCode DMSwarmSetCellDMActive(PetscDM, const char[])
H A DDMSwarm.pyx985 petsc.DMSwarmSetCellDMActive
990 CHKERR(DMSwarmSetCellDMActive(self.dm, cname))
/petsc/src/ksp/ksp/utils/dm/
H A Ddmproject.c1027 PetscCall(DMSwarmSetCellDMActive(*rsw, "remap")); in DMSwarmRemap_Colella_Internal()
1029 PetscCall(DMSwarmSetCellDMActive(*rsw, ((PetscObject)celldm)->name)); in DMSwarmRemap_Colella_Internal()
1181 PetscCall(DMSwarmSetCellDMActive(sw, "velocity")); in DMSwarmRemap_PFAK_Internal()
1186 PetscCall(DMSwarmSetCellDMActive(sw, "remap")); in DMSwarmRemap_PFAK_Internal()
1247 PetscCall(DMSwarmSetCellDMActive(*rsw, "remap")); in DMSwarmRemap_PFAK_Internal()
1289 PetscCall(DMSwarmSetCellDMActive(sw, "space")); in DMSwarmRemap_PFAK_Internal()
1290 PetscCall(DMSwarmSetCellDMActive(*rsw, "space")); in DMSwarmRemap_PFAK_Internal()
/petsc/include/
H A Dpetscdmswarm.h133 PETSC_EXTERN PetscErrorCode DMSwarmSetCellDMActive(DM, const char[]);
/petsc/doc/changes/
H A D323.md127 - Add `DMSwarmAddCellDM()`, `DMSwarmSetCellDMActive()`, and `DMSwarmGetCellDMActive()`
/petsc/src/dm/impls/swarm/
H A Dswarm.c198 PetscCall(DMSwarmSetCellDMActive(sw, "dummy")); in DMSwarmVectorDefineFields()
1438 PetscCall(DMSwarmSetCellDMActive(sw, name)); in DMSwarmSetCellDM()
1529 PetscErrorCode DMSwarmSetCellDMActive(DM sw, const char name[]) in DMSwarmSetCellDMActive() function
1656 PetscCall(DMSwarmSetCellDMActive(sw, name)); in DMSwarmAddCellDM()
2914 PetscCall(DMSwarmSetCellDMActive(*nsw, name)); in DMSwarmDuplicate()
/petsc/src/ts/tutorials/hamiltonian/
H A Dex4.c623 PetscCall(DMSwarmSetCellDMActive(sw, "velocity")); in computeVelocityFEMMoments()
630 PetscCall(DMSwarmSetCellDMActive(sw, "space")); in computeVelocityFEMMoments()
930 PetscCall(DMSwarmSetCellDMActive(sw, "moment fields")); in ComputeMomentFields()
1067 PetscCall(DMSwarmSetCellDMActive(sw, "space")); in ComputeMomentFields()
2128 PetscCall(DMSwarmSetCellDMActive(*sw, "space")); in CreateSwarm()
2446 PetscCall(DMSwarmSetCellDMActive(sw, "moments")); in ComputeFieldAtParticles()
2450 PetscCall(DMSwarmSetCellDMActive(sw, "space")); in ComputeFieldAtParticles()
H A Dex2.c461 PetscCall(DMSwarmSetCellDMActive(sw, "velocity")); in computeVelocityFEMMoments()
502 PetscCall(DMSwarmSetCellDMActive(sw, "space")); in computeVelocityFEMMoments()
1504 PetscCall(DMSwarmSetCellDMActive(*sw, "space")); in CreateSwarm()
1841 PetscCall(DMSwarmSetCellDMActive(sw, "moments")); in ComputeFieldAtParticles()
1845 PetscCall(DMSwarmSetCellDMActive(sw, "space")); in ComputeFieldAtParticles()
H A Dex3.c967 PetscCall(DMSwarmSetCellDMActive(*sw, "space")); in CreateSwarm()
1131 PetscCall(DMSwarmSetCellDMActive(sw, "moments")); in ComputeFieldAtParticles()
1135 PetscCall(DMSwarmSetCellDMActive(sw, "space")); in ComputeFieldAtParticles()