diff --git a/project-ideas-2026.md b/project-ideas-2026.md index 5126815..ed1d148 100755 --- a/project-ideas-2026.md +++ b/project-ideas-2026.md @@ -35,7 +35,7 @@ The proposal process helps us match contributors with projects where they'll thr ## Project 1. GPU Acceleration of Plane Wave Source Formulations in gprMax -gprMax is one of the few open-source FDTD solvers that leverages a ragne of GPUs to accelerate the main FDTD update kernels. +gprMax is one of the few open-source FDTD solvers that leverages a range of GPUs to accelerate the main FDTD update kernels. However, our relatively new addition of a Plane Wave (TF/SF) excitation source, using the Discrete Plane Wave (DPW) formulation, that was initially developed during a previous GSoC project, remains as an only CPU-based solver implementation using Cython.