Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RBComb simulation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pascal Engeler
RBComb simulation
Commits
d68616cb
Commit
d68616cb
authored
5 years ago
by
Pascal Engeler
Browse files
Options
Downloads
Patches
Plain Diff
case change
parent
a24f237c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+13
-11
13 additions, 11 deletions
README.md
with
13 additions
and
11 deletions
README.md
+
13
−
11
View file @
d68616cb
...
...
@@ -80,7 +80,7 @@ where it improves legibility. Consult the source files for more information.
#### `Vec2` (vec2.hpp), 2-vector utility class
1.
Template arguments
-
`value_t`
: type of vector entries
2.
Explicit
C
onstructors
2.
Explicit
c
onstructors
-
`Vec2(const value_t, const value_t)`
-
`Vec2(const Vec2&)`
-
`Vec2()`
...
...
@@ -120,10 +120,12 @@ where it improves legibility. Consult the source files for more information.
-
All versions of
`op=`
of the above
-
`[]`
with
`std::size_t`
-
`<<`
with
`std::ostream`
4.
Dependencies
5.
Dependents
<a
name=
"diagonalizer"
></a>
#### `Diagonalizer` (diagonalizer.hpp), class to diagonalize symmetric Matrices
1.
Explicit
C
onstructors
1.
Explicit
c
onstructors
-
`Diagonalizer()`
2.
Member functions
-
`std::vector<double> ev(std::vector<double> mat, size_t N)`
...
...
@@ -149,7 +151,7 @@ where it improves legibility. Consult the source files for more information.
-
`params_t`
: Drum parameters container type
-
`vars_t`
: Drum variables container type
-
`sbuffer_t`
: Stepper buffer container type
2.
Explicit
C
onstructors
2.
Explicit
c
onstructors
-
`Drum(const params_t&)`
-
`Drum() = delete`
-
`Drum(const Drum&)`
...
...
@@ -194,7 +196,7 @@ be trivial.
-
`params_t`
: Drum parameters type
-
`vars_t`
: Drum variables type
-
`buffer_t`
: Stepper buffer type
2.
Explicit
C
onstructors
2.
Explicit
c
onstructors
-
`Force()`
3.
Virtual functions
-
`value_t operator()(drum_t drum, drum_t n1, drum_t n2, drum_t n3, value_t time)`
...
...
@@ -214,7 +216,7 @@ showcases how a real force functional could be written.
1.
Template arguments
-
`value_t`
: Scalar type
-
`drum_t`
: Drum type
2.
Explicit
C
onstructors
2.
Explicit
c
onstructors
-
`Driver()`
3.
Virtual functions
-
`void precompute(value_t t_end, value_t dt, std::vector<drum_t> drum_vec)`
...
...
@@ -241,7 +243,7 @@ Note that an rk4 scheme advances time in steps of `dt/2`.
1.
Template arguments
-
`value_t`
: Scalar type
-
`drum_t`
: Drum type
2.
Explicit
C
onstructors
2.
Explicit
c
onstructors
-
`Coupler()`
3.
Virtual functions
-
`void precompute(value_t t_end, value_t dt, std::vector<drum_t> drum_vec)`
...
...
@@ -270,7 +272,7 @@ Note that an rk4 scheme advances time in steps of `dt/2`.
-
`params_t`
: Drum parameters type
-
`vars_t`
: Drum variables type
-
`sbuffer_t`
: Stepper buffer type
2.
Explicit
C
onstructors
2.
Explicit
c
onstructors
-
`LatticeGenerator()`
3.
Virtual functions
-
`std::pair<std::vector<drum_t>, std::vector<int> > operator()(params_t)`
...
...
@@ -324,7 +326,7 @@ if one uses the couplings of the neighbours instead of the considered drum.
-
`params_t`
: Drum parameters type
-
`vars_t`
: Drum variables type
-
`drum_t`
: Drum type
2.
Explicit
C
onstructors
2.
Explicit
c
onstructors
-
`MatrixElementCalculator()`
3.
Virtual functions
-
`value_t operator()(size_t index, std::vector<drum_t>)`
...
...
@@ -361,7 +363,7 @@ the individual functions correctly to accomodate the correct neighbours.
-
`vars_t`
: Drum variables container type
-
`buffer_t`
: Stepper buffer container type
-
`force_t`
: Force functional type
2.
Explicit
C
onstructors
2.
Explicit
c
onstructors
-
`Rk4Stepper()`
3.
Member functions
-
`void step_1(force_t, std::vector<drum_t>, std::vector<std::vector<int> >, value_t dt, value_t time)`
...
...
@@ -376,7 +378,7 @@ the individual functions correctly to accomodate the correct neighbours.
1.
Template arguments
-
`coupler_t`
: Coupler type
-
`driver_t`
: Driver type
2.
Explicit
C
onstructors
2.
Explicit
c
onstructors
-
`SystemParameters(coupler_t, driver_t, std::vector<std::vector<int> >)`
3.
Public data members
-
`coupler`
: The coupler_t object of the system
...
...
@@ -388,7 +390,7 @@ the individual functions correctly to accomodate the correct neighbours.
1.
Template arguments
-
`value_t`
: Scalar type
-
`drum_t`
: Drum type
2.
Explicit
C
onstructors
2.
Explicit
c
onstructors
-
`Grabber(const size_t grab_every, const std::string params_file, const std::string adjacency_file, const std::string dynamic_file)`
-
`grab_every`
: stride between data grabs
-
`params_file`
: file for parameters saving
...
...
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