MapConductivity#
- class emg3d.maps.MapConductivity[source]#
Bases:
BaseMapMaps σ to computational variable σ (conductivity).
forward: x = σ
backward: σ = x
Methods Summary
backward(mapped)Mapping to conductivity.
derivative_chain(gradient, mapped)Chain rule to map gradient from conductivity to mapping space.
forward(conductivity)Conductivity to mapping.
Methods Documentation