Line data Source code
1 1 : // Distributed under the MIT License. 2 : // See LICENSE.txt for details. 3 : 4 : /// \file 5 : /// Defines ScalarWave::Solutions 6 : 7 : #pragma once 8 : 9 : namespace ScalarWave { 10 : /*! 11 : * \ingroup AnalyticSolutionsGroup 12 : * \brief Holds classes implementing a solution to the Euclidean wave equation 13 : * \f$0 = \frac{\partial^2 \Psi}{\partial t^2} - \nabla^2 \Psi\f$. 14 : */ 15 : namespace Solutions {} 16 : } // namespace ScalarWave