https://gitlab.com/AmosEgel/smuthi

sort by:
Revision Author Date Message Commit Date
16824e8 Merge branch 'lorenzo-contrib' into 'master' provide replacement for removed numba cffi_support module See merge request AmosEgel/smuthi!48 17 May 2020, 11:10:55 UTC
ed46cb8 provide replacement for removed numba cffi_support module 17 May 2020, 10:59:17 UTC
509b7bb Merge branch 'lorenzo-contrib' into 'master' automatic_parameter_selection: add missing NoneType check on axes object See merge request AmosEgel/smuthi!47 16 May 2020, 08:11:45 UTC
ba0b574 automatic_parameter_selection: add missing NoneType check on axes object 14 May 2020, 18:07:04 UTC
144424f Merge branch 'lorenzo-contrib' into 'master' add optional plotting for automatic parameter selection convergence See merge request AmosEgel/smuthi!46 14 May 2020, 09:02:50 UTC
427f932 automatic_parameter_selection: add missing Args string 13 May 2020, 23:25:39 UTC
4bd6128 automatic_parameter_selection: plot all points, add missing neff_max panels 13 May 2020, 23:20:52 UTC
e340bf4 automatic parameter selection: plot also initial detector value 13 May 2020, 18:56:27 UTC
6372de2 automatic_parameter_selection: fix displayed tolerance value during neff selection 13 May 2020, 18:54:51 UTC
f81da00 minor refactoring 13 May 2020, 16:44:20 UTC
92efe00 automatic_parameter_selection: add plot line markers 13 May 2020, 16:06:17 UTC
6a8e48d add formatted output message as convergence subplot title 13 May 2020, 16:06:17 UTC
8b2ce41 change plot titles, add reference lines for tolerance values, DRY code 13 May 2020, 16:06:17 UTC
91a108b WIP: add optional plotting for automatic parameter selection convergence 11 May 2020, 13:41:14 UTC
65c6b6b Merge branch 'lorenzo-contrib' into 'master' show_near_field: use native imshow interpolation, add data_format flag See merge request AmosEgel/smuthi!45 10 May 2020, 13:06:52 UTC
ccecf4f graphical_output: apply save, data and plot opts to far_field remove export() method from FarField class 04 May 2020, 16:36:44 UTC
4e20b9d show_near_field: expand doc string 04 May 2020, 09:29:00 UTC
283fd04 fix bug in total_scattering_cross_section add convenience function for angular resolution reduce default angular resolution of total_scattering_cross_section to 1/2 degree 03 May 2020, 15:26:44 UTC
d495574 show_near_field: use native imshow interpolation, add data_format flag also: * pass arguments to inner imshow and savegif calls * allow multiple calls to imshow and savefig with different settings * remove arguments that are now superseded by imshow settings (e.g., max_field -> vmax) * remove arguments that are now superseded by savefig settings (e.g., save_animations -> 'format':'gif') * cosmetic changes to axis labels * switch temporarily to a non-gui matplotlib backend if show_plots=False 03 May 2020, 10:10:19 UTC
5d4cc39 small change in print-out 02 May 2020, 17:22:11 UTC
07682f8 NFM-DS: - allow quadruple precision - change standard settings fixes #53 02 May 2020, 17:13:05 UTC
6fcf72c reasonable_neff_waypoints: separately treat case neff_imag = 0 (relevant for Gaussian beams) 02 May 2020, 10:04:21 UTC
109179d automatic parameter selection: - start each l_max run from 1 - don't optimize m_max during neff_max run 02 May 2020, 10:02:42 UTC
0b249f3 Add default return values to Particle.is_inside and Particle.is_outside (to suppress errors until issue #50 is fixed) 02 May 2020, 08:36:58 UTC
2a5ace8 Merge branch 'lorenzo-contrib' into 'master' plot_particles: show plane/particle sections See merge request AmosEgel/smuthi!44 01 May 2020, 09:05:13 UTC
c58eab9 graphical_output: remove max_particle_distance, show plane-particle intersections 30 April 2020, 10:58:15 UTC
ec746be many_particles tutorial: fix np.arange endpoints 29 April 2020, 09:12:49 UTC
881fe3a doc: example on automatic parameter selection closes #45 and #46 13 April 2020, 12:11:53 UTC
e9f5172 docs: console screenshot 12 April 2020, 21:54:48 UTC
d286cf5 doc: some work on examples section 12 April 2020, 21:49:23 UTC
131a9b7 doc: update apidoc 12 April 2020, 15:30:11 UTC
540e756 update autoparam unittest 12 April 2020, 15:29:58 UTC
9221234 doc: restructure api section 12 April 2020, 15:18:41 UTC
746640d update api 12 April 2020, 14:58:31 UTC
8066681 add images 12 April 2020, 14:53:44 UTC
ac688fd Merge branch 'master' of https://gitlab.com/AmosEgel/smuthi 12 April 2020, 14:48:51 UTC
794ece0 user guide section on automatic parameter selection 12 April 2020, 14:47:54 UTC
dc4ba3c Merge branch 'hdf5_output' into 'master' extend hdf5 output to far field quantities See merge request AmosEgel/smuthi!43 11 April 2020, 17:00:04 UTC
af348d4 fix tests 08 April 2020, 10:14:24 UTC
5544463 Merge branch 'master' of https://gitlab.com/AmosEgel/smuthi.git 08 April 2020, 09:58:41 UTC
8ee9730 simulation.run overwrites default contours unless told otherwise 08 April 2020, 09:57:44 UTC
62a668d extend hdf5 output to far field quantities 07 April 2020, 17:02:35 UTC
3fe9eee Merge branch 'hdf5_output' into 'master' graphical_output: switch to a binary (hdf5) save data format See merge request AmosEgel/smuthi!41 06 April 2020, 20:10:10 UTC
cdfcc0a graphical_output: save both ascii and hdf5 06 April 2020, 17:23:41 UTC
3677823 graphical_output: switch to a binary (hdf5) save data format 06 April 2020, 15:22:47 UTC
edab5ed Merge branch 'lorenzo-contrib' into 'master' graphical_output: replace linspace with arange to avoid float step num errors See merge request AmosEgel/smuthi!42 06 April 2020, 14:18:31 UTC
b2e2892 graphical_output: more conservative endpoint inclusion in arange arrays 06 April 2020, 10:24:01 UTC
29ee5d2 graphical_output: replace linspace with arange to avoid float step num errors 06 April 2020, 10:24:01 UTC
7c1179b doc: contours 05 April 2020, 09:55:12 UTC
273b2c2 doc: contour parameters 04 April 2020, 22:17:43 UTC
29fa68d some work on manual 04 April 2020, 15:46:11 UTC
f8ccd59 some work on user manual 04 April 2020, 13:28:49 UTC
8dfa3e4 some work on user manual 04 April 2020, 08:08:56 UTC
312b76d fix sphere on substrate test for gitlab pipeline 03 April 2020, 17:42:16 UTC
0399bb5 switch to more common definition of SCS, convenience function to plot far field 03 April 2020, 15:59:24 UTC
3d6cd4f some work on manual (simulation guidelines) 03 April 2020, 15:58:22 UTC
b704742 update "about smuthi" 03 April 2020, 07:26:03 UTC
c87052b update readme 03 April 2020, 07:24:24 UTC
1a2c7a9 Merge branch 'master' of https://gitlab.com/AmosEgel/smuthi.git 03 April 2020, 06:27:30 UTC
4d04c42 prepare release 03 April 2020, 06:25:48 UTC
54fce8e fix dipole test for pipeline 15 March 2020, 16:00:37 UTC
394092b trigger set_default_contour in dipole unit test 15 March 2020, 15:16:28 UTC
f6c594f field plot tutorial 15 March 2020, 14:50:06 UTC
f9d59dc fix bug in scattered field valid 15 March 2020, 14:01:37 UTC
1ddee2c write default contour also into simulation 15 March 2020, 12:11:17 UTC
3aa1e03 function for total scs 15 March 2020, 12:11:04 UTC
e02a3df some work on docs and examples as well as autoparam 15 March 2020, 12:10:55 UTC
3ca1fef manage default k_parallel from simulation.run() 14 March 2020, 22:38:47 UTC
75bbe68 test fixup 14 March 2020, 21:50:49 UTC
0d101f5 fixup tests 14 March 2020, 21:23:23 UTC
81a9f01 treat case of identical adjacent waypoints 14 March 2020, 21:12:06 UTC
2d2df03 add some convenience functions for k_parallel arrays and shift functionality from smuthi.fields.coordinates to smuthi.fields.__init__ 14 March 2020, 21:00:41 UTC
8315ebd custom install command also for develop 14 March 2020, 20:48:16 UTC
7a68922 Merge branch 'numerical_parameters' 14 March 2020, 16:08:51 UTC
7abb9b5 piecewise field expansion: electric_field fix scalar case 14 March 2020, 15:52:46 UTC
c35f72f add internal_field object to particle object and fix case of svwf electric_field evaluation for scalar input 14 March 2020, 15:14:16 UTC
6571f0d test svwf orthogonality 14 March 2020, 08:41:41 UTC
9c274a3 internal field 13 March 2020, 13:25:49 UTC
860f9f3 field expansion: custom validity conditions 13 March 2020, 13:23:57 UTC
5272669 fix bug: regular svwf in absorbing media 13 March 2020, 13:11:40 UTC
4a18ce5 docs: update installation section 29 January 2020, 13:17:02 UTC
7ae43ae doc: rewrite installation section 29 January 2020, 12:53:15 UTC
821aee1 doc: mark C-compiler as optional (now that the sympy bug has been fixed) 29 January 2020, 12:14:57 UTC
8510f8b fix typo 29 January 2020, 12:00:43 UTC
4f87863 bugfix: cast sympy wig3j to float 29 January 2020, 12:00:10 UTC
a129f37 doc: update installation section 29 January 2020, 11:24:17 UTC
868f1a1 unit tests and typo 29 January 2020, 11:23:48 UTC
e223c28 shift welcome message from import to run 29 January 2020, 11:22:55 UTC
a66f75c compile nfmds also on windows, try to install pywigxjpf also on windows 29 January 2020, 11:22:23 UTC
9cbce68 reduce tolerance for inner convergence loop in dependent convergence 29 January 2020, 11:17:57 UTC
ee50230 advanced logging (muting, indentation, "with" syntax) 19 January 2020, 22:03:17 UTC
004a4dc Merge remote-tracking branch 'origin/tutorials' into numerical_parameters 19 January 2020, 09:10:03 UTC
ad64e84 fix notation causing trouble on certain windows systems 19 January 2020, 09:09:05 UTC
296be77 start to implement automatic parameter selection 19 January 2020, 09:07:57 UTC
0635a68 doc: warning from thick layers 19 January 2020, 09:04:25 UTC
c85c1ed numerical stability of layersystem response matrix -> separately treat case of excitation in top or bottom layer 18 January 2020, 14:33:46 UTC
b4d1541 Merge branch 'giacomo-contrib' into 'master' Make cuda.py the only entry point for all things cuda (Close #9) Closes #9 See merge request AmosEgel/smuthi!40 10 December 2019, 06:15:52 UTC
12776e0 Make cuda.py the only entry point for all things cuda (Close #9) 06 December 2019, 18:38:23 UTC
b66cd33 add literature section (wip) 17 November 2019, 13:46:37 UTC
838a888 start numerical parameters tutorial 17 November 2019, 09:15:57 UTC
back to top