Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
bdd0ed71
Commit
bdd0ed71
authored
3 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
update comms
parent
e511b41f
No related branches found
No related tags found
1 merge request
!215
Prepare for generalization of kz and TR computation
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Resample/Specular/SpecularMagneticStrategy.h
+2
-1
2 additions, 1 deletion
Resample/Specular/SpecularMagneticStrategy.h
Resample/Specular/SpecularScalarStrategy.h
+1
-6
1 addition, 6 deletions
Resample/Specular/SpecularScalarStrategy.h
with
3 additions
and
7 deletions
Resample/Specular/SpecularMagneticStrategy.h
+
2
−
1
View file @
bdd0ed71
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Resample/Specular/SpecularScalarStrategy.h
+
1
−
6
View file @
bdd0ed71
...
...
@@ -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
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment