simpeg.electromagnetics.frequency_domain.sources.RawVec_e.s_eDeriv#
- RawVec_e.s_eDeriv(simulation, v, adjoint=False)[source]#
- Derivative of electric source term with respect to the inversion model - Parameters:
- simulationBaseEMSimulation
- An EM Simulation object 
- vnumpy.ndarray
- A vector to take the dot product with 
- adjointbool, default==Fasel
- If - True, return the adjoint operation
 
- simulation
- Returns:
- numpy.ndarray
- Product of the derivative of the electric source term and a vector 
 
 
