From 0a7de8155ed432759a984fab7b6db602271d9861 Mon Sep 17 00:00:00 2001 From: jan Date: Wed, 13 Apr 2016 04:01:45 -0700 Subject: [PATCH] clarify --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 68cada1..766a12e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # opencl-fdtd -**opencl-fdtd** is a python package for running 3D time-domain electromagnetic -simulations on parallel compute hardware (mainly GPUs). +**opencl-fdtd** is a python application for running 3D time-domain +electromagnetic simulations on parallel compute hardware (mainly GPUs). **Performance** highly depends on what hardware you have available: * A 395x345x73 cell simulation (~10 million points, 8-cell absorbing boundaries) @@ -28,7 +28,7 @@ simulations on parallel compute hardware (mainly GPUs). * [gridlock](https://mpxd.net/gogs/jan/gridlock) * [masque](https://mpxd.net/gogs/jan/masque) -To get these files, just clone this repository: +To get the code, just clone this repository: ```bash git clone https://mpxd.net/gogs/jan/opencl-fdtd.git ```