simpeg.electromagnetics.frequency_domain.sources.RawVec.eval#
- RawVec.eval(simulation)[source]#
- Return magnetic and electric source terms - Parameters:
- simulationsimpeg.electromagnetics.base.BaseEMSimulation
- An instance of an electromagnetic simulation 
 
- simulation
- Returns:
- tuple
- A tuple (s_m, s_e), where s_m is the discretized magnetic source term and s_e is the discretized electric course term. 
 
 
