提交图

563 次代码提交

作者 SHA1 备注 提交日期
craig-warren
f0c47dc414 Updated copyright date. 2016-03-02 11:44:41 +00:00
craig-warren
cc48a068f8 Updated copyright date. 2016-03-02 11:44:24 +00:00
Craig Warren
247f2b6f2c Correction to saving optimisation history to NumPy archive. 2016-03-01 18:14:00 +00:00
Craig Warren
8e1d99dda3 Cleanup initialisation of coefficient arrays. 2016-03-01 15:37:34 +00:00
Craig Warren
c51062d3f3 Bump to v.3.0.0 beta 23. 2016-03-01 14:56:55 +00:00
Craig Warren
7544726cab Change to the build PML function name. 2016-03-01 14:56:25 +00:00
Craig Warren
555820befd Consolidated PML update calls into a single module. 2016-03-01 14:47:37 +00:00
Craig Warren
499e82cc8f Corrected extra lists and saving of optimisation parameters. 2016-03-01 14:47:16 +00:00
Craig Warren
8bc370e9d8 Consolidated PML update calls into a single module. 2016-03-01 14:46:28 +00:00
Craig Warren
784e6a1a24 Consolidated PML update calls into a single module. 2016-03-01 14:46:05 +00:00
Craig Warren
2e52cde04c Added warning when using more threads than physical CPU cores. 2016-03-01 14:45:05 +00:00
Craig Warren
49f3cca0e3 Removed extra instance of cfs class. 2016-03-01 14:44:33 +00:00
Craig Warren
830a1675c1 Module to plot results from Taguchi optimisation. 2016-03-01 09:33:05 +00:00
Craig Warren
f3bef45f7c Moved plotting of results to a separate script/module. 2016-03-01 09:32:37 +00:00
Craig Warren
f639f73af2 Removed extra print statement for tsolve in standard simulation function. 2016-03-01 09:21:54 +00:00
Craig Warren
2af0073beb Corrected name of arg for benchmarking. 2016-02-29 16:14:33 +00:00
Craig Warren
717e99018f Added notes on benchmark command line argument. 2016-02-29 16:05:03 +00:00
Craig Warren
00ac957ddb Updated instructions to reflect improved benchmarking scripts/procedure. 2016-02-29 15:59:51 +00:00
Craig Warren
f45dd2cb30 Updated benchmarking models and plotting scripts. 2016-02-29 15:54:32 +00:00
Craig Warren
9815b2674c Added optional command line flag to run simulations for performance benchmarking. 2016-02-29 15:52:50 +00:00
Craig Warren
59e1b10fba Moved RTD badge. 2016-02-29 09:48:43 +00:00
Craig Warren
b308de5c89 Moved RTD badge. 2016-02-29 09:48:07 +00:00
Craig Warren
7c8115c36f Merge remote-tracking branch 'origin/master' 2016-02-29 09:47:34 +00:00
Craig Warren
a16558ae63 Commented out Mac OS X compilation options for specific user. 2016-02-29 09:47:11 +00:00
Craig Warren
ebf50e4eb3 Corrected regression of saving optimisation parameters history. Added more information when the optimisation reaches its stopping criteria. 2016-02-29 09:46:11 +00:00
Antonis Giannopoulos
da91ba6cb7 Benchmark Results MacPro3,1
Some more results from benchmark tests from a 2008 MacPro (2 x 2.8 GHz
Quad Core Intel Xeon)
2016-02-28 00:53:17 +00:00
craig-warren
13dac8325c Added RTD badge. 2016-02-27 11:43:59 +00:00
Craig Warren
69522ae94d Now at v3 beta 22. 2016-02-26 15:40:03 +00:00
Craig Warren
f3b8c3a558 Updated to reflect changed names in Waveform class. 2016-02-26 15:32:31 +00:00
Craig Warren
0a6cd41286 Minimum value fitness function output needs to be magnitude to work with fitness check. 2016-02-26 15:31:47 +00:00
Craig Warren
46f3343867 Overhauled to streamline and simplify. Created functions for run_std_sim, run_mpi_sim and run_opt_sim. 2016-02-26 15:30:31 +00:00
Craig Warren
2fcafc6829 Updated to reflect name changes in Waveform class. 2016-02-26 15:29:07 +00:00
Craig Warren
bd0d0a5710 Created function to run Taguchi optimisation and placed in this module. 2016-02-26 15:28:30 +00:00
Craig Warren
0872ede47d Overhauled building of PML slabs to streamline and simplify. 2016-02-26 15:27:46 +00:00
Craig Warren
3a102f18b5 Changed some variable names. 2016-02-26 15:27:02 +00:00
Craig Warren
1630e65a7f Updated to reflect change in outputfiles_merge module. 2016-02-26 15:26:29 +00:00
Craig Warren
1944df49e3 Added code to auto-detect number of files to merge. 2016-02-26 15:16:16 +00:00
Craig Warren
22e08d9d66 Added mpi4py package to requirements, this will give a warning under Windows. 2016-02-26 12:37:04 +00:00
Craig Warren
1346cbc825 Overhauled to simplify creation of materials with averaged dielectric properties. 2016-02-25 18:38:57 +00:00
Craig Warren
6dc2463d71 Added dispersion checking functions, and function to get other directions from a single one. 2016-02-25 18:06:10 +00:00
Craig Warren
e9fd99b891 Added warning for numerical dispersion. Overhauled and simplified update functionality. 2016-02-25 18:03:51 +00:00
Craig Warren
6b662bff66 Improved access to memory views. 2016-02-25 18:02:33 +00:00
Craig Warren
3dbd912f17 Overhauled to put all component updates into single functions, for less function calls. 2016-02-25 18:02:11 +00:00
Craig Warren
b40b908ff7 Unified code that used both directions of PML, e.g. 'xminus' and 'xplus' to 'x' 2016-02-25 18:00:31 +00:00
Craig Warren
c46e1d0df1 Moved creation of new material for resistive voltage source to voltage source class. 2016-02-25 17:59:06 +00:00
Craig Warren
8cc0e747a9 Improved access to memory views. 2016-02-25 17:58:15 +00:00
Craig Warren
11bf373b11 Added commented out settings for y axes limits. 2016-02-25 17:57:38 +00:00
Craig Warren
a18ea7fe47 Edited title of model. 2016-02-25 17:54:53 +00:00
Craig Warren
5c9d858575 Added check for at least one cell in every domain dimension. 2016-02-25 15:08:33 +00:00
Craig Warren
8790880bc1 Corrected gaussiandot to gaussiandotnorm in numerical test models. 2016-02-25 10:51:02 +00:00