simpeg.electromagnetics.time_domain.sources.BaseTDEMSrc.eval#
- BaseTDEMSrc.eval(simulation, time)[source]#
Return magnetic and electric source terms at a given time
- Parameters:
- simulation
simpeg.electromagnetics.base.BaseTDEMSimulation
An instance of a time-domain electromagnetic simulation
- time
float
The time at which you want to compute the source terms
- 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.