Hi All,
I'd like to run a simple magnetic fields simulation, the caveat being there is a region where I'd like to slightly modify Maxwell's Equations. As context I'd like to model a superconductor, which is subject to the London Equations (https://en.wikipedia.org/wiki/Londonequations). However, this is a small part of my simulation, so I'd like the standard Maxwell's equations to apply everywhere else. I've been trying to implement this using the general coefficient form PDE interface, but I was wondering if it would be easier/possible to try to modify the mf interface, instead of redefining all of Maxwell's equations?
Thanks, Henry