From bb6d7b735304bdcbdb48b9cfa72dcf62338aa23d Mon Sep 17 00:00:00 2001 From: Giovanni La Mura Date: Mon, 2 Dec 2024 16:06:53 +0100 Subject: [PATCH] Expand inline documentation of RMI, REI and W arrays --- src/include/Commons.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/include/Commons.h b/src/include/Commons.h index 8c386f7c..88958c8d 100644 --- a/src/include/Commons.h +++ b/src/include/Commons.h @@ -294,11 +294,11 @@ public: const int &npnt = _npnt; //! \brief Read-only view on number of points for numerical integration in transition layer. const int &npntts = _npntts; - //! \brief Matrix of inverse radial M coefficients. + //! \brief Matrix of Mie scattering b-coefficients for different orders and spheres. dcomplex **rmi; - //! \brief Matrix of inverse radial E coefficients. + //! \brief Matrix of Matrix of Mie scattering a-coefficients for different orders and spheres. dcomplex **rei; - //! \brief Matrix of W coefficients. + //! \brief Matrix of multipole amplitudes for incident and scattered fields. dcomplex **w; //! \brief Vector of intensity components. dcomplex *vint; @@ -320,7 +320,7 @@ public: dcomplex *ris; //! \brief TBD dcomplex *dlri; - //! \brief TBD + //! \brief Vector of dielectric constants. dcomplex *dc0; //! \brief TBD dcomplex *vkt; -- GitLab