demos/fdtd/
gpu_fdtd_demo_gpu.pro
includes main-level programRuns the GPU version of the FDTD demo.
To run the demo with a different conductivity field, try:
IDL> .run gpu_fdtd_demo_gpu
This should produce a visualization like the following:
top gpu_fdtd_demo_gpu
gpu_fdtd_demo_gpu [, _extra=keywords] [, conductivity_field=fltarr] [, /top] [, /bottom]
GPU version of the finite difference time domain (FDTD) method.
Keywords
- _extra in optional type=keywords
keywords to GPUINIT
- conductivity_field in optional type=fltarr
initial conductivity field
- top in optional type=boolean
set to use just the top half of the screen
- bottom in optional type=boolean
set to use just the bottom half of the screen
File attributes
Modification date: | Fri Nov 12 11:07:51 2010 |
Lines: | 229 |
Docformat: | rst rst |