Skip to content
Snippets Groups Projects
Commit bdd0ed71 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

update comms

parent e511b41f
No related branches found
No related tags found
1 merge request!215Prepare for generalization of kz and TR computation
......@@ -30,12 +30,13 @@ class IFlux;
class SliceStack;
using Fluxes = std::vector<std::unique_ptr<const IFlux>>;
//! Implements the magnetic Fresnel computation with Nevot-Croce roughness
//! Methods to compute polarized propagation directions and fluxes as function of slice.
//!
//! Implements the transfer matrix formalism for the calculation of wave
//! amplitudes of the coherent wave solution in a multilayer with magnetization.
//! For a description, see internal
//! document "Polarized Implementation of the Transfer Matrix Method"
namespace Compute::SpecularMagnetic {
//! Computes refraction angle reflection/transmission coefficients
......
......@@ -29,12 +29,7 @@ class IFlux;
class SliceStack;
using Fluxes = std::vector<std::unique_ptr<const IFlux>>;
//! Implements the scalar Fresnel computation
//!
//! Implements method 'execute' to compute refraction angles and transmission/reflection
//! coefficients for coherent wave propagation in a multilayer.
//!
//! Inherited by SpecularScalarNCStrategy, SpecularScalarTanhStrategy
//! Methods to compute scalar propagation directions and fluxes as function of slice.
namespace Compute::SpecularScalar {
......
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