File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 14
14
15
15
## [ Testing]
16
16
17
+ ### Added
18
+ - H field calculation
19
+ - Poynting vector plotting
20
+ - benchmark simulation script and data for MSTM
21
+ - dedicated ` initialField.type ` for plane waves (previously a Gaussian beam with infinite waist)
22
+
23
+ ### Changed
24
+ - naming of output methods are now specific for E and H fields
25
+ - the ` focalPoint ` parameter of ` initialField ` renamed to ` referencePoint `
26
+
27
+
17
28
## [ Unreleased]
29
+
30
+
31
+ ## [ 2.2] - 2021-04-13
18
32
### Changed
19
33
- subclass celes classes from ` matlab.System `
20
34
- implement ` setProperties ` methods for name-value style initialization
26
40
- fancier, faster plotting functions
27
41
- use convex hull in compute_maximal_particle_distance
28
42
- provide robust, fallback method for compute_maximal_particle_distance
43
+ - avoid recompiling .mex files if already available
29
44
30
45
### Fixed
31
46
- don't try to compute initial power for plane waves
32
47
- fix bug in scattered field plots
33
- - fix bug in computeTotalFieldPWP
34
48
35
49
## [ 2.1] - 2017-10-25
36
50
### Changed
63
77
64
78
## 1.0 - 2017-02-24
65
79
66
- [ Testing ] : https://github.com/disordered-photonics/celes/compare/HEAD...develop
67
- [ Unreleased ] : https://github.com/disordered-photonics/celes/compare/v2.1...HEAD
80
+ [ Testing ] : https://github.com/disordered-photonics/celes/compare/HEAD...tiltedPWs
81
+ [ Unreleased ] : https://github.com/disordered-photonics/celes/compare/v2.2...HEAD
82
+ [ 2.2 ] : https://github.com/disordered-photonics/celes/compare/v2.1...v2.2
68
83
[ 2.1 ] : https://github.com/disordered-photonics/celes/compare/v2.0...v2.1
69
84
[ 2.0 ] : https://github.com/disordered-photonics/celes/compare/v1.0...v2.0
Original file line number Diff line number Diff line change 33
33
fprintf(1 ,' \n\t\t | / / / / ( _| | _| \\ __ \\ |' );
34
34
fprintf(1 ,' \n\t\t | \\ _\\ _\\ _\\ <\\ \\ ___|___|____|___|____/ |' );
35
35
fprintf(1 ,' \n\t\t | (\\ ____!_____)) |' );
36
- fprintf(1 ,' \n\t\t | \\\\\\\\\\\\\\\\\\\\\\ / vers. 2.1 |' );
36
+ fprintf(1 ,' \n\t\t | \\\\\\\\\\\\\\\\\\\\\\ / vers. 2.2 |' );
37
37
fprintf(1 ,' \n\t\t\\ ----^~^~^~^~^~^~^~~-~--(c)2017, KIT-LENS-------/' );
38
38
fprintf(1 ,' \n ' );
39
39
fprintf(1 ,' \n ' );
You can’t perform that action at this time.
0 commit comments