Searched refs:ray (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/ts/utils/ |
| H A D | dmdats.c | 349 PetscCall(VecDestroy(&rayctx->ray)); in TSMonitorDMDARayDestroy() 363 …PetscCall(VecScatterBegin(rayctx->scatter, solution, rayctx->ray, INSERT_VALUES, SCATTER_FORWARD)); in TSMonitorDMDARay() 364 PetscCall(VecScatterEnd(rayctx->scatter, solution, rayctx->ray, INSERT_VALUES, SCATTER_FORWARD)); in TSMonitorDMDARay() 365 if (rayctx->viewer) PetscCall(VecView(rayctx->ray, rayctx->viewer)); in TSMonitorDMDARay() 373 Vec v = rayctx->ray; in TSMonitorLGDMDARay() 385 PetscCall(VecGetLocalSize(rayctx->ray, &dim)); in TSMonitorLGDMDARay()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex13.c | 276 PetscReal *ray, *gray; in ComputeSpectral() local 289 PetscCall(PetscMalloc2(n, &ray, n, &svals)); in ComputeSpectral() 293 ray[i] = PetscRealPart(coords[off + ((planeDir[p] + 1) % 2)]); in ComputeSpectral() 305 PetscCallMPI(MPI_Gatherv(ray, in, MPIU_REAL, gray, cnt, displs, MPIU_REAL, 0, comm)); in ComputeSpectral() 310 gray = ray; in ComputeSpectral() 348 PetscCall(PetscFree2(ray, svals)); in ComputeSpectral()
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 350 int ray = 0; in TSSetFromOptions() local 359 sscanf(dir + 2, "%d", &ray); in TSSetFromOptions() 361 PetscCall(PetscInfo(ts, "Displaying DMDA ray %c = %d\n", dir[0], ray)); in TSSetFromOptions() 364 PetscCall(DMDAGetRay(da, ddir, ray, &rayctx->ray, &rayctx->scatter)); in TSSetFromOptions() 373 int ray = 0; in TSSetFromOptions() local 382 sscanf(dir + 2, "%d", &ray); in TSSetFromOptions() 384 PetscCall(PetscInfo(ts, "Displaying LG DMDA ray %c = %d\n", dir[0], ray)); in TSSetFromOptions() 387 PetscCall(DMDAGetRay(da, ddir, ray, &rayctx->ray, &rayctx->scatter)); in TSSetFromOptions()
|
| /petsc/doc/community/meetings/2025/ |
| H A D | index.md | 130 …ray trace with applicability to ICF plasma. I will discuss underlying improvements to the DMSwarm …
|
| /petsc/include/ |
| H A D | petscts.h | 994 Vec ray; member
|
| /petsc/doc/ |
| H A D | petsc.bib | 2416 title = {Parallelized {B}ayesian inversion for three-dimensional dental {X}-ray imaging}, 25783 @Article{ bortfeld.kahler.ea:x-ray, 25785 title = {{X}-ray field compensation with multileaf collimators},
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 7339 (optics/beam/ray-npoints 100)
|