simpeg icon indicating copy to clipboard operation
simpeg copied to clipboard

grounded source implementation for octree

Open sgkang opened this issue 6 years ago • 2 comments

  • LineCurrent class used for time-domain EM code needs to be extended to FDEM problem and Octree Meshes.

  • This basically requires to extend getSourceTermLineCurrentPolygon in CurrentUtils.py

  • May need some help from @jcapriot

sgkang avatar Mar 19 '19 22:03 sgkang

I also need to start working with grounded sources on the octree mesh soon. Not sure how much help I will be with the octree side of things but I'm happy to try and help.

micmitch avatar Mar 19 '19 23:03 micmitch

My first inclination of this, is that it shouldn't be too much additional work, as there is already a function to locate the cell (or cells) in a TreeMesh a given point (or list of points) is in.

tree_ext.pyx

Each cell can then be queried for it's node indices, I could also expose the cell's edge/face indices to python as well if that is needed.

jcapriot avatar Mar 20 '19 16:03 jcapriot

The source terms for LineCurrents now all support TreeMesh's

jcapriot avatar Oct 28 '22 19:10 jcapriot