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
61312865
"GUI/gui.qrc" did not exist on "9a9101a29b8d9c3b1827fe2f771e161e7620995e"
Commit
61312865
authored
3 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
corr class comms
parent
3e8b5ddb
No related branches found
No related tags found
1 merge request
!187
Minor improvements
Pipeline
#41098
failed
3 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Base/Progress/ProgressHandler.h
+1
-0
1 addition, 0 deletions
Base/Progress/ProgressHandler.h
Resample/Interparticle/IInterparticleStrategy.h
+3
-7
3 additions, 7 deletions
Resample/Interparticle/IInterparticleStrategy.h
with
4 additions
and
7 deletions
Base/Progress/ProgressHandler.h
+
1
−
0
View file @
61312865
...
@@ -25,6 +25,7 @@
...
@@ -25,6 +25,7 @@
class
MultiLayer
;
class
MultiLayer
;
//! Maintains information about progress of a computation.
//! Maintains information about progress of a computation.
//!
//! Owner is the computation, which periodically calls the thread-safe function incrementDone(..).
//! Owner is the computation, which periodically calls the thread-safe function incrementDone(..).
//! An application (GUI or script) may subscribe(..) to be informed about progress.
//! An application (GUI or script) may subscribe(..) to be informed about progress.
//! It is then periodically called back by inform(..).
//! It is then periodically called back by inform(..).
...
...
This diff is collapsed.
Click to expand it.
Resample/Interparticle/IInterparticleStrategy.h
+
3
−
7
View file @
61312865
...
@@ -30,13 +30,9 @@ class CoherentFFSum;
...
@@ -30,13 +30,9 @@ class CoherentFFSum;
class
IInterferenceFunction
;
class
IInterferenceFunction
;
class
DiffuseElement
;
class
DiffuseElement
;
//! Base class of all interference function strategy classes.
//! Abstract base class of DecouplingApproximationStrategy, SSCAStrategy.
//! Provides an 'evaluate' function that computes the total scattering intensity
//! Provides function 'evaluate' that computes the total scattering intensity
//! from a decorated layer, taking into account a specific inter-particle interference function.
//! from a decorated layer.
//! This function uses the low-level functions scalarCalculation and polarizedCalculation
//! that are to be overriden in the derived classes.
//! Inheritance is used to support different approximation schemes
//! (DecouplingApproximationStrategy, SSCAStrategy).
//!
//!
//! Instantiation of child classes takes place in LayoutStrategyBuilder::createStrategy,
//! Instantiation of child classes takes place in LayoutStrategyBuilder::createStrategy,
//! which is called from ParticleLayoutContribution::eval.
//! which is called from ParticleLayoutContribution::eval.
...
...
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