Searched refs:ComputeFieldAtParticles (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex6.c | 488 static PetscErrorCode ComputeFieldAtParticles(SNES snes, DM sw, PetscReal E[]) in ComputeFieldAtParticles() function 540 PetscCall(ComputeFieldAtParticles(snes, sw, E)); in RHSFunction() 642 PetscCall(ComputeFieldAtParticles(snes, sw, E)); in RHSFunctionV() 764 PetscCall(ComputeFieldAtParticles(snes, sw, E)); in RHSFunctionG()
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex3.c | 1117 static PetscErrorCode ComputeFieldAtParticles(SNES snes, DM sw) in ComputeFieldAtParticles() function 1158 PetscCall(ComputeFieldAtParticles(snes, sw)); in RHSFunction() 1253 PetscCall(ComputeFieldAtParticles(snes, sw)); in RHSFunctionV() 1380 PetscCall(ComputeFieldAtParticles(snes, sw)); in RHSFunctionG()
|
| H A D | ex2.c | 1827 static PetscErrorCode ComputeFieldAtParticles(SNES snes, DM sw) in ComputeFieldAtParticles() function 1882 PetscCall(ComputeFieldAtParticles(snes, sw)); in RHSFunction() 1977 PetscCall(ComputeFieldAtParticles(snes, sw)); in RHSFunctionV() 2104 PetscCall(ComputeFieldAtParticles(snes, sw)); in RHSFunctionG()
|
| H A D | ex4.c | 2432 static PetscErrorCode ComputeFieldAtParticles(SNES snes, DM sw) in ComputeFieldAtParticles() function 2487 PetscCall(ComputeFieldAtParticles(snes, sw)); in RHSFunction() 2582 PetscCall(ComputeFieldAtParticles(snes, sw)); in RHSFunctionV() 2709 PetscCall(ComputeFieldAtParticles(snes, sw)); in RHSFunctionG()
|