-
Notifications
You must be signed in to change notification settings - Fork 11
Fortran backend for 1D EM forward modelling and Numpy broadcasting #22
Commits on Aug 30, 2018
-
Removed np.empty statements when the next line would recast the varia…
…ble. i.e. using x = np.empty() must be followed by x[:, :] in order to take advantage of the allocated memory.
Leon Foks committedAug 30, 2018 Configuration menu - View commit details
-
Copy full SHA for cd5c127 - Browse repository at this point
Copy the full SHA cd5c127View commit details -
Added 3 new functions. Piecewise ramp fast uses Numpy broadcasting fo…
…r 1 pulse. Fast diff uses broadcasting for 2 pulses. Piecewise Pulse fast keeps the gauss legendre coefficients so no need to keep asking for them.
Leon Foks committedAug 30, 2018 Configuration menu - View commit details
-
Copy full SHA for 68f2a39 - Browse repository at this point
Copy the full SHA 68f2a39View commit details -
Added single layer flags to half-switch so no need to specify.
Fixed a bug where j was not assigned in certain cases.
Leon Foks committedAug 30, 2018 Configuration menu - View commit details
-
Copy full SHA for 3f7d08f - Browse repository at this point
Copy the full SHA 3f7d08fView commit details -
Updated forward modelling to use Piecewise_Pulse_Fast
Leon Foks committedAug 30, 2018 Configuration menu - View commit details
-
Copy full SHA for 98d7e39 - Browse repository at this point
Copy the full SHA 98d7e39View commit details -
Leon Foks committed
Aug 30, 2018 Configuration menu - View commit details
-
Copy full SHA for f21906f - Browse repository at this point
Copy the full SHA f21906fView commit details -
Added Fortran module for forward and sensitivity calculations
Leon Foks committedAug 30, 2018 Configuration menu - View commit details
-
Copy full SHA for f98e0f8 - Browse repository at this point
Copy the full SHA f98e0f8View commit details -
Inputs to forward modelling must be in Fortran order to get efficient…
… glue to the Fortran codes. Memory is preallocated before calling the Fortran codes.
Leon Foks committedAug 30, 2018 Configuration menu - View commit details
-
Copy full SHA for a20954b - Browse repository at this point
Copy the full SHA a20954bView commit details -
Added Fortran extension to setup.py. On my Mac, I could not get pip t…
…o update the Fortran compile flags using the extra_f90_compile_args option. I had to add them to the link_args instead. Bit hacky, but it should work fine.
Leon Foks committedAug 30, 2018 Configuration menu - View commit details
-
Copy full SHA for 8d83d1f - Browse repository at this point
Copy the full SHA 8d83d1fView commit details -
Leon Foks committed
Aug 30, 2018 Configuration menu - View commit details
-
Copy full SHA for e7b6529 - Browse repository at this point
Copy the full SHA e7b6529View commit details
Commits on Sep 26, 2018
-
seogi_macbook committed
Sep 26, 2018 Configuration menu - View commit details
-
Copy full SHA for 255f5d0 - Browse repository at this point
Copy the full SHA 255f5d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fe95e6 - Browse repository at this point
Copy the full SHA 2fe95e6View commit details -
Merge pull request #19 from leonfoks/master
Fortran backend for 1D EM forward modelling and Numpy broadcasting
Configuration menu - View commit details
-
Copy full SHA for 3f76463 - Browse repository at this point
Copy the full SHA 3f76463View commit details
Commits on Oct 2, 2018
-
seogi_macbook committed
Oct 2, 2018 Configuration menu - View commit details
-
Copy full SHA for 6ad4342 - Browse repository at this point
Copy the full SHA 6ad4342View commit details -
seogi_macbook committed
Oct 2, 2018 Configuration menu - View commit details
-
Copy full SHA for 508cef4 - Browse repository at this point
Copy the full SHA 508cef4View commit details -
seogi_macbook committed
Oct 2, 2018 Configuration menu - View commit details
-
Copy full SHA for d08c212 - Browse repository at this point
Copy the full SHA d08c212View commit details
Commits on Oct 3, 2018
-
seogi_macbook committed
Oct 3, 2018 Configuration menu - View commit details
-
Copy full SHA for 39d4cf5 - Browse repository at this point
Copy the full SHA 39d4cf5View commit details -
seogi_macbook committed
Oct 3, 2018 Configuration menu - View commit details
-
Copy full SHA for 045d8de - Browse repository at this point
Copy the full SHA 045d8deView commit details -
seogi_macbook committed
Oct 3, 2018 Configuration menu - View commit details
-
Copy full SHA for 52f4fdf - Browse repository at this point
Copy the full SHA 52f4fdfView commit details
Commits on Oct 9, 2018
-
seogi_macbook committed
Oct 9, 2018 Configuration menu - View commit details
-
Copy full SHA for 37f9f8c - Browse repository at this point
Copy the full SHA 37f9f8cView commit details -
seogi_macbook committed
Oct 9, 2018 Configuration menu - View commit details
-
Copy full SHA for 47e2b61 - Browse repository at this point
Copy the full SHA 47e2b61View commit details -
seogi_macbook committed
Oct 9, 2018 Configuration menu - View commit details
-
Copy full SHA for 20d92e5 - Browse repository at this point
Copy the full SHA 20d92e5View commit details -
seogi_macbook committed
Oct 9, 2018 Configuration menu - View commit details
-
Copy full SHA for 25d4e39 - Browse repository at this point
Copy the full SHA 25d4e39View commit details
Commits on Oct 10, 2018
-
seogi_macbook committed
Oct 10, 2018 Configuration menu - View commit details
-
Copy full SHA for d0917d4 - Browse repository at this point
Copy the full SHA d0917d4View commit details -
seogi_macbook committed
Oct 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 5a53afc - Browse repository at this point
Copy the full SHA 5a53afcView commit details -
seogi_macbook committed
Oct 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 63653bc - Browse repository at this point
Copy the full SHA 63653bcView commit details
Commits on Oct 15, 2018
-
seogi_macbook committed
Oct 15, 2018 Configuration menu - View commit details
-
Copy full SHA for a3d1943 - Browse repository at this point
Copy the full SHA a3d1943View commit details -
seogi_macbook committed
Oct 15, 2018 Configuration menu - View commit details
-
Copy full SHA for 2cfaa11 - Browse repository at this point
Copy the full SHA 2cfaa11View commit details
Commits on Oct 16, 2018
-
seogi_macbook committed
Oct 16, 2018 Configuration menu - View commit details
-
Copy full SHA for 20bb56e - Browse repository at this point
Copy the full SHA 20bb56eView commit details -
seogi_macbook committed
Oct 16, 2018 Configuration menu - View commit details
-
Copy full SHA for b66a0a6 - Browse repository at this point
Copy the full SHA b66a0a6View commit details
Commits on Oct 17, 2018
-
add try and except statement for fortran
seogi_macbook committedOct 17, 2018 Configuration menu - View commit details
-
Copy full SHA for ceeace8 - Browse repository at this point
Copy the full SHA ceeace8View commit details -
seogi_macbook committed
Oct 17, 2018 Configuration menu - View commit details
-
Copy full SHA for c546fea - Browse repository at this point
Copy the full SHA c546feaView commit details -
fix time range bug in Survey.py
seogi_macbook committedOct 17, 2018 Configuration menu - View commit details
-
Copy full SHA for afa21c6 - Browse repository at this point
Copy the full SHA afa21c6View commit details -
seogi_macbook committed
Oct 17, 2018 Configuration menu - View commit details
-
Copy full SHA for d8aca20 - Browse repository at this point
Copy the full SHA d8aca20View commit details -
seogi_macbook committed
Oct 17, 2018 Configuration menu - View commit details
-
Copy full SHA for 7fc58f0 - Browse repository at this point
Copy the full SHA 7fc58f0View commit details
Commits on Oct 22, 2018
-
seogi_macbook committed
Oct 22, 2018 Configuration menu - View commit details
-
Copy full SHA for 73735de - Browse repository at this point
Copy the full SHA 73735deView commit details
Commits on Oct 23, 2018
-
seogi_macbook committed
Oct 23, 2018 Configuration menu - View commit details
-
Copy full SHA for 79a6ea5 - Browse repository at this point
Copy the full SHA 79a6ea5View commit details