Home
last modified time | relevance | path

Searched refs:potential_IS (Results 1 – 2 of 2) sorted by relevance

/petsc/src/snes/tests/
H A Dex15.c473 IS potential_IS; in main() local
480 PetscCall(DMCreateSubDM(dm, 1, &fields, &potential_IS, &potential_dm)); in main()
492 PetscCall(VecISCopy(rho, potential_IS, SCATTER_FORWARD, temp_rho)); in main()
496 PetscCall(ISDestroy(&potential_IS)); in main()
/petsc/src/dm/impls/swarm/tests/
H A Dex6.c373 IS potential_IS; in ComputeFieldAtParticles_Mixed() local
394 PetscCall(DMCreateSubDM(dm, 1, &pot_field, &potential_IS, &potential_dm)); in ComputeFieldAtParticles_Mixed()
415 PetscCall(VecISCopy(rho, potential_IS, SCATTER_FORWARD, temp_rho)); in ComputeFieldAtParticles_Mixed()
418 PetscCall(ISDestroy(&potential_IS)); in ComputeFieldAtParticles_Mixed()