- Category:
- matlab
- Tags:
-
[Matlab]
[源码]
- File Size:
- 33kb
- Update:
- 2013-05-11
- Downloads:
- 0 Times
- Uploaded by:
- Dan
Description: This example solves a 2nd order wave equation: utt = uxx + uyy, with u = 0 on the boundaries. It uses a 2nd order central finite difference in time and a Chebyshev spectral method in space (using FFT). It compares to running the same algorithm on the GPU using gpu-arrays and built-in functions available for the GPU.
To Search:
File list (Check if you may need any files):
WaveGPU_Example\benchData.mat
...............\benchPlot.m
...............\createBench.m
...............\html
...............\....\WaveScript.html
...............\....\WaveScript.png
...............\....\WaveScript_01.png
...............\plotWave.m
...............\readme.txt
...............\WaveEqn_CPU.m
...............\WaveEqn_GPU.m
...............\WaveEqnGUI.fig
...............\WaveEqnGUI.m
...............\WaveScript.m