From 5fb7431d54a1e6a913c3dccfa3c2b4249aef04ed Mon Sep 17 00:00:00 2001 From: Nikhita Medayhal Date: Wed, 4 Mar 2026 20:58:09 +0530 Subject: [PATCH] Fix typo: ragne -> range --- project-ideas-2026.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.