提交图

433 次代码提交

作者 SHA1 备注 提交日期
Craig Warren
04da1ec6e7 Updates to handle bug with matplotlib and versions of qt/pyqt. 2016-09-22 10:22:33 +01:00
Craig Warren
18f2c98d36 Changed out-of-memory message from raising an error to just printing a warning. 2016-09-21 10:43:16 +01:00
Craig Warren
f5bb74a3f0 Removed some XDMF bits. 2016-09-19 14:39:51 +01:00
Craig Warren
f0f6c98ebb Modified setup of matplotlib for Linux and Windows to force using QT5 backend. Problem is that with conda installed qt5/pyqt5 matplotlib still tries to use qt4 backend. 2016-09-19 14:34:56 +01:00
Craig Warren
177c6f5d0a Removed XDMF work from master branch. 2016-09-19 14:29:26 +01:00
Craig Warren
9a5e73c493 Corrected bug with opening file to append data in text mode rather than binary. 2016-09-16 17:39:33 +01:00
Craig Warren
2edc8eae62 Cleaned up some text formatting. 2016-09-15 15:35:23 +01:00
Craig Warren
f925456b9e Added initial command line argument for use with Grid Engine job array. 2016-09-15 15:10:11 +01:00
Craig Warren
a4421bf153 Bumped to v.3.0.8 2016-09-15 13:59:27 +01:00
Craig Warren
862917c608 Corrected out-of-bounds bug for upper bounds in build_voxels_from_array_mask function. 2016-09-15 13:50:55 +01:00
Craig Warren
0a232f7349 Removed extra whitespace. 2016-09-12 17:35:40 +01:00
Craig Warren
2bdf71bbee Corrected method names for getting MPI rank and size. 2016-09-07 12:25:23 +01:00
Craig Warren
2f3f8fed6d Corrected file closing bug, and sampling of yf cells. 2016-09-05 15:06:11 +01:00
Craig Warren
9ab647103b Fix for MPI task farm running. 2016-09-05 11:00:38 +01:00
craig-warren
2e00aba552 Corrected bug with checking whether centre of circle was within domain for #cylindrical_sector command. 2016-09-01 00:54:05 +03:00
Craig Warren
086f7c4443 Updated get/set terminal width. 2016-08-22 18:20:12 +01:00
craig-warren
0e70f7bc8d Corrected single/double equals bug with OMP darwin option. 2016-08-21 17:59:44 +01:00
Craig Warren
d891253415 Leave OMP_WAIT_POLICY set to active for Mac OS X. Seems to improve performance slightly. 2016-08-19 16:56:20 +01:00
Craig Warren
a3de48cc2b Avoid setting OMP_WAIT_POLICY. 2016-08-19 15:54:51 +01:00
Craig Warren
95d5db7bd1 Switch off setting any extra OMP variables for now. 2016-08-19 13:03:10 +01:00
Craig Warren
6aeaa315b5 Added option to disable progress bars and ensure they always write to stdout instead of stderr. 2016-08-18 14:58:25 +01:00
Craig Warren
1d45ea4bd8 Updated to v.3.0.7 with performance improvements - principally from overhaul of field and PML update functions. 2016-08-17 10:45:35 +01:00
Craig Warren
4ee67c8348 Moved printing of memory/file sizes to 1KB = 1000B instead of 1KB=1024B 2016-08-17 10:43:19 +01:00
Craig Warren
6c7c13c7bc Simplified calling of PML updates. 2016-08-17 10:42:25 +01:00
Craig Warren
d9389cb113 Complete overhaul of PML update functions to improve performance. Consolidated into slab updates, e.g. electric_xminus, magnetic_zplus etc... 2016-08-17 10:41:45 +01:00
Craig Warren
62a16626fc Tweak to formatting of warning message. 2016-08-17 10:40:42 +01:00
Craig Warren
59eb30e911 Improved memory usage estimate (following testing). 2016-08-17 10:40:01 +01:00
Craig Warren
f2109f6708 Tweaks to formatting of warning messages. 2016-08-17 10:39:20 +01:00
Craig Warren
4236dcf134 Added check to dispersion function for when waveform doesn't fit in time window. 2016-08-17 10:38:42 +01:00
Craig Warren
4a439873e9 Added machineID to saved benchmarking times Numpy file. Moved PML update for loop to main time update for loop. 2016-08-17 10:37:49 +01:00
Craig Warren
facefb6e65 Overhauled standard electric and magnetic update functions to improve speed, primarily for 3D models. 2016-08-17 10:35:49 +01:00
Craig Warren
b00af3a863 Tweaks to print messages. 2016-08-12 12:31:11 +01:00
Craig Warren
75a8ef43e2 PEP8 formatting cleanups. 2016-08-10 13:56:15 +01:00
Craig Warren
0d24fe7e7a Added datetime module. 2016-08-10 13:38:04 +01:00
Craig Warren
428fd8aadf Updated PML print messages. 2016-08-09 17:14:12 +01:00
Craig Warren
1168e8eb1e Updates to progress bars. 2016-08-09 17:11:01 +01:00
Craig Warren
2b62a81b40 Updated PML print messages. 2016-08-09 14:36:35 +01:00
Craig Warren
52d1b66f00 Updated PML print message. 2016-08-09 14:35:22 +01:00
Craig Warren
71bf4bf906 Updated print message for #geometry_objects_file 2016-08-09 14:30:59 +01:00
Craig Warren
33f9756191 Coloured warning messages. 2016-08-09 14:08:47 +01:00
Craig Warren
eb6ea0ff4a Added note to print message on dielectric smoothing for #geometry_objects_file 2016-08-09 13:55:35 +01:00
Craig Warren
4d50f22c37 Adding printing of material types, i.e. builtin, user-defined, debye etc... 2016-08-08 18:00:29 +01:00
Craig Warren
c5573a2027 Disable geometry cmd progress on Windows as it doesn't update properly when messages are printed in between. 2016-08-08 16:29:36 +01:00
Craig Warren
9fa92aada6 Reverted last changes. 2016-08-08 16:24:28 +01:00
Craig Warren
1eae3ebc4a Trying fixes for Windows progress bars. 2016-08-08 16:22:27 +01:00
Craig Warren
db5dbb84f1 Text wrap width adjustment. 2016-08-08 16:02:56 +01:00
Craig Warren
cef5c37a0d More message printing tweaks. 2016-08-08 15:59:20 +01:00
Craig Warren
35b9f60c2b More progress bar updates for Windows Cmd Prompts. 2016-08-08 15:50:37 +01:00
Craig Warren
97d6cb4364 Trying fixes for progress bars in Windows. 2016-08-08 15:35:30 +01:00
Craig Warren
049e05982b Updates to progress bars. 2016-08-08 15:16:29 +01:00