文件名称:WaveGPU_Example
介绍说明--下载内容均来自于网络,请自行研究使用
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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
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