Skip to content
Snippets Groups Projects
Commit 04723123 authored by Van Herck, Walter's avatar Van Herck, Walter
Browse files

Added magnetic T,R amplitudes in MatrixRTCoefficients

parent e2776af8
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,14 @@ private:
Eigen::Vector2cd lambda; // positive eigenvalues of transfer matrix
Eigen::Vector4cd phi_psi_plus; //!< boundary values for up-polarization
Eigen::Vector4cd phi_psi_min; //!< boundary values for down-polarization
Eigen::Vector2cd t1_plus; //!< boundary value for up-polarization
Eigen::Vector2cd t2_plus; //!< boundary value for up-polarization
Eigen::Vector2cd r1_plus; //!< boundary value for up-polarization
Eigen::Vector2cd r2_plus; //!< boundary value for up-polarization
Eigen::Vector2cd t1_min; //!< boundary value for down-polarization
Eigen::Vector2cd t2_min; //!< boundary value for down-polarization
Eigen::Vector2cd r1_min; //!< boundary value for down-polarization
Eigen::Vector2cd r2_min; //!< boundary value for down-polarization
Eigen::Matrix4cd T1m; //!< matrix selecting the transmitted part of
//!< the first eigenmode
Eigen::Matrix4cd R1m; //!< matrix selecting the reflected part of
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment