提交图

1029 次代码提交

作者 SHA1 备注 提交日期
Craig Warren
3061f2af5f Merge remote-tracking branch 'origin/master' 2016-05-24 16:05:17 +01:00
Craig Warren
a8408a93a3 No static linking on Windows as there is no static version of the OpenMP library. 2016-05-24 16:05:02 +01:00
Craig Warren
68ebec3d27 Merge pull request #53 from obtitus/master
converted print() calls to command() calls in input_cmd_funcs.
2016-05-21 19:46:42 +01:00
Øystein Bjørndal
6a9ccc59bb just some newline, trying to be consistent... 2016-05-20 22:19:19 +02:00
Øystein Bjørndal
3128fbc0d4 modifed the remaining functions to call command and return Coordinate(s) 2016-05-20 22:06:35 +02:00
Øystein Bjørndal
393d5e38e9 bugfix, the filter command removed the float/int 0. Added command call for material(), NOTE: may modify rounding as str(x) outputs more digits than {:g} 2016-05-20 19:39:25 +02:00
Øystein Bjørndal
7ed026c5c9 converted a few print() calls to command() calls. Should be identical in behavior. 2016-05-20 19:15:54 +02:00
Craig Warren
b430bb7059 Merge remote-tracking branch 'origin/master' 2016-05-20 16:19:02 +01:00
Craig Warren
589613761a Added flag to make Windows compiles do static linking. 2016-05-20 16:18:31 +01:00
Craig Warren
b1f0c53dab Merge pull request #52 from obtitus/master
added some additional input_cmd_funcs and named tuple Coordinate.
2016-05-20 15:26:48 +01:00
Øystein Bjørndal
3dc9dffcad added some additional input_cmd_funcs, added Coordinate tuple and modified some of the existing functions so that they return a Coordinate instead of a plain tuple. Added example of usage as user_models/cylinder_2D_py.in 2016-05-20 15:48:55 +02:00
Craig Warren
c5da3fd547 Added more info on command line args/flags. 2016-05-19 17:52:11 +01:00
Craig Warren
9624c60bd7 psutil now seems OK to use via conda (instead of pip) on Mac OS X El Capitan. 2016-05-19 17:50:15 +01:00
Craig Warren
a1c61a8106 Removed pyfiglet dependancy. 2016-05-19 17:35:36 +01:00
Craig Warren
9d2945614e Corrected URL to developer installation notes. 2016-05-19 17:15:16 +01:00
Craig Warren
9ab01ebc22 Formatting updates. 2016-05-19 17:07:34 +01:00
Craig Warren
85d6c62327 Formatting updates. 2016-05-19 17:07:05 +01:00
Craig Warren
e7c487a100 Added printed info on initial ranges. 2016-05-19 16:14:24 +01:00
Craig Warren
faaf053948 Jupyter notebook for plotting builtin waveforms. 2016-05-19 13:11:50 +01:00
Craig Warren
af85dbf223 Merge remote-tracking branch 'origin/master' 2016-05-19 09:44:41 +01:00
Craig Warren
f827f94ff4 Geometry for Jupyter example. 2016-05-19 09:44:07 +01:00
jasminium
fcc2fc8284 broken but causing global errors. did not see xdmf writer commented out. 2016-05-18 17:13:59 +01:00
jasminium
6e12a85f7c simplify main loop to build connectivity etc.. 2016-05-18 16:48:56 +01:00
jasminium
06c3c66e95 remove float types and added integers 2016-05-18 16:00:28 +01:00
jasminium
bca1817679 removed counters for edges etc.. 2016-05-18 15:55:00 +01:00
jasminium
9c6af8b5d5 Merge branch 'master' of https://github.com/gprMax/gprMax
default voxel and optional edge writing
2016-05-18 15:17:30 +01:00
jasminium
3b2d4671a3 default voxel and optional edge writing 2016-05-18 15:17:20 +01:00
Craig Warren
971368774e Updated and added notebooks on simple examples from docs. 2016-05-18 15:10:05 +01:00
Craig Warren
be89482b42 Edits to get docs to build. 2016-05-18 14:33:29 +01:00
Craig Warren
0464cf5655 Temporary comment of lxml module to get docs to build. 2016-05-18 14:23:18 +01:00
Craig Warren
5a6c2e2e93 Updated to also install as a package. 2016-05-18 13:53:39 +01:00
Craig Warren
837700b0f4 Added some comments. 2016-05-18 13:05:03 +01:00
Craig Warren
7c2c0b0c7d Corrected ignore for .egg-info 2016-05-18 13:03:58 +01:00
Craig Warren
3285ee3dc6 Updated text descriptions of plotting modules. 2016-05-18 13:03:22 +01:00
Craig Warren
bf4147a2da Added model output files to work with Jupyter notebooks. 2016-05-18 12:54:04 +01:00
Craig Warren
05a53af5fa Added dist, egg, and Jupyter notebook checkpoints. 2016-05-18 12:53:02 +01:00
Craig Warren
d61dcb583b Updated notebooks to benefit from importable packages. 2016-05-18 12:50:33 +01:00
Craig Warren
a80054b701 Further tidy and rationalising of plotting modules. 2016-05-18 12:49:36 +01:00
Craig Warren
2a664d7fb7 Added all sub-packages to install. 2016-05-18 12:48:57 +01:00
Craig Warren
c3e7c69c01 Tidy of import commands. 2016-05-18 10:43:08 +01:00
Craig Warren
bdfb8c71fa Added some more comments. 2016-05-17 17:54:52 +01:00
Craig Warren
8a471f0b43 Removed unnecessary import and added comment. 2016-05-17 17:51:10 +01:00
Craig Warren
339b8657f5 Commented out xdmf writing whilst testing. 2016-05-17 17:26:46 +01:00
Craig Warren
7a9c4d866a No need for PyPi 2016-05-17 16:59:07 +01:00
Craig Warren
088af2629b Added PyPi config file. 2016-05-17 12:27:44 +01:00
Craig Warren
d9e9fc9da3 Merge remote-tracking branch 'origin/master' 2016-05-12 18:09:32 +01:00
Craig Warren
7fb1b9467f Directory for Python notebooks. 2016-05-12 18:08:51 +01:00
jasminium
24917147f2 Merge branch 'master' of https://github.com/gprMax/gprMax into feature_module
install gprMax as a module
2016-05-12 11:11:54 +01:00
jasminium
0b66c78849 install gprMax as a module 2016-05-12 11:11:06 +01:00
craig-warren
9382d00637 Added materials files for AustinMan/Woman models. 2016-05-11 21:38:34 +01:00