Commit Graph

26 Commits

Author SHA1 Message Date
9bc6038af0
Plots 2023-10-24 20:22:37 +02:00
16d7622283
Add ofile as private 2023-10-24 12:44:25 +02:00
9cacf7bbc2
Make some changes 2023-10-23 21:43:09 +02:00
0dfb102cef
Update versions and some other things
- Update version number for Doxygen
- Use vec3 instead of vec_3d
2023-10-23 12:41:03 +02:00
79da936956
Update formatting 2023-10-23 10:52:38 +02:00
8f315a0955
Change Particle
- Give Particle default values for mass and charge
- Modify PenningTrap to use the new Particle constructor
- Modify main.cpp to use the new Particle constructor
- Modify test_suite.cpp to use the new Particle constructor
2023-10-23 09:54:13 +02:00
2b69094ff4
Update constant 2023-10-22 17:45:34 +02:00
944c52d22f
Add commments 2023-10-22 14:11:15 +02:00
a99eeab8b5
Optimize
- Use the new reinitialize method to reuse PenningTrap instances
2023-10-22 03:50:48 +02:00
2348d06070
Uncomment 2023-10-20 11:24:41 +02:00
335907d435
Formatting 2023-10-20 11:20:57 +02:00
7269429a37
Optimizations 2023-10-19 22:36:54 +02:00
76dd30df23
Add documentation 2023-10-19 18:37:28 +02:00
d9f9940451
Cleanup 2023-10-19 13:17:08 +02:00
4f38357db7
Stuff 2023-10-18 13:34:23 +02:00
5ed7cedfae
Stuff 2023-10-17 17:01:50 +02:00
95432102ea
Small fix 2023-10-16 13:33:00 +02:00
58c9212e5c
Update documentation 2023-10-14 03:12:23 +02:00
69491d1c02
Some changes 2023-10-13 16:53:17 +02:00
ae7b437ac3
Fix compiler warnings 2023-10-13 15:36:52 +02:00
13c662c148
Use new constructors and methods 2023-10-13 00:51:33 +02:00
51a381e672
Use simulate method instead of own code 2023-10-08 17:15:04 +02:00
e17da401ec
Run clang-format with new rules 2023-10-08 00:36:17 +02:00
b1b7c1fdd0
Remove unnecessary includes 2023-10-04 12:58:44 +02:00
dfb287e0b2
Simulate 100 particles using forward euler 2023-10-02 21:50:53 +02:00
85a12f2e08
Initial source 2023-09-28 16:07:46 +02:00