Commit Graph

31 Commits

Author SHA1 Message Date
Lindsey 5732e85a2f fixed typo in MfRhoDeriv. note that it still won't work (but we don't call it anywhere... yet 2015-06-23 18:24:40 -07:00
Lindsey Heagy 7239d9cbe6 FDEM problems: e,b,h,j up and running with Jvec and Jtvec within the re-factored framework. Whenever a new element is created, we create its derive wrt u (the computed field) and wrt m (the model). Jvec and Jtvec then stitch these pieces together using chain rule 2015-06-16 11:28:29 -07:00
Lindsey 05ca7bb78b Start of Jvec for problems j, h. failing at the moment 2015-06-10 18:49:35 -07:00
Lindsey Heagy 9a732ae5b5 Problem_b derivs and adjoint. Notation updates in Jvec and Jtvec. 2015-06-09 20:32:15 -07:00
Lindsey Heagy e53b124724 Mass matrix derivs, and replaced call of forward with fields 2015-06-02 13:54:14 -07:00
Lindsey 80a7dfb51b start of moving mass matrix derivs onto base.py 2015-06-01 16:56:11 -07:00
Lindsey e0387978f2 Simgai --> Rho 2015-06-01 16:32:23 -07:00
Lindsey b7a3b4e5e6 Running EB, HJ with PropMap 2015-06-01 16:21:15 -07:00
Lindsey 27c8da341d start of using PropMaps for EB formulation 2015-06-01 14:52:39 -07:00
Lindsey Heagy 37fc9981f7 fixed bug in Base.py 2015-06-01 09:58:58 -07:00
Lindsey eea51c9923 start of seperating out model types in Base.py to later clean up deriv and allow for multiple model types to be used some house-keeping in FDEM.py 2015-05-28 15:52:07 -07:00
Lindsey a87b37e6a7 missed a couple files 2015-05-14 13:31:23 -07:00
Lindsey dc7cc1c716 tx -> src 2015-04-17 16:41:54 -07:00
Lindsey 2864a976c6 derivatives for fields objects, UNTESTED. TODO: clean up how we get derivs of mass matrices wrt the physical properties 2015-04-17 11:21:07 -07:00
Lindsey 3dba2d9a04 cleaned up call of fields in Base.py, this will break the TDEM implementation 2015-04-14 20:01:58 -07:00
Lindsey c480279ae5 added _makeASymmetric option to j, b implementations 2015-03-02 15:43:17 -08:00
Lindsey a697833b9f changed todo for constant mu to anisotropic mu 2015-03-02 14:49:06 -08:00
Lindsey 5c19da60cc fixed MeMuI, should be invmat=True, as opposed to 1/mu 2015-02-27 12:13:01 -08:00
Lindsey d5eef78b57 fixed typo on MeMuI property 2015-02-26 15:04:14 -08:00
Lindsey 5ac746f31f added MeMu and changed MeMui to MeMuI in mu setter 2015-02-26 15:03:04 -08:00
Lindsey 5284b91f33 changed _MeMui to _MeMuI 2015-02-26 14:57:08 -08:00
Lindsey 5d74fc2d1b Changed MeMui to MeMuI, it should be the full inverse 2015-02-26 14:27:49 -08:00
Lindsey 31c697eafa added MeMu, and am using self.mu everywhere instead of mu_0 2015-02-25 17:06:38 -08:00
Lindsey 57380ea2d8 Tested and passing HJ formulation, solving for J. Only works with diagonal anisotropy 2015-02-25 16:28:54 -08:00
Lindsey 2a6f0ab440 Start of HJ formulation: FAILING TESTS right now 2015-02-24 18:00:34 -08:00
Lindsey 4e69ee1f1f Merge branch 'master' into HJformulation 2015-02-24 15:56:35 -08:00
Lindsey 0a98c5f1c3 Fixed Travis? 2015-02-24 12:54:45 -08:00
Lindsey ed1457df86 start of j implementation, UNTESTED 2015-02-23 17:42:25 -08:00
rowanc1 7a15797fbe Mesh and model updates. 2014-05-18 16:39:10 -07:00
rowanc1 205d2e6b5e verbosity option. 2014-05-15 09:08:25 -07:00
rowanc1 05bb79f710 Make a base EM problem that is shared between TD and FD 2014-04-26 18:55:02 -07:00