simpeg.electromagnetics.time_domain.Simulation3DMagneticFluxDensity.getRHS#
- Simulation3DMagneticFluxDensity.getRHS(tInd)[source]#
Right-hand sides for the given time index.
This method returns the right-hand sides for the time index provided. The right-hand side for each source is constructed according to:
where
is the step length is the discrete curl operator and are the integrated magnetic and electric source terms, respectively is the inner-product matrix for conductivities projected to edges
See the Notes section of the doc strings for
Simulation3DMagneticFluxDensity
for a full description of the formulation.- Parameters:
- tInd
int
The time index; between
[0, n_steps]
.
- tInd
- Returns:
- (
n_faces
,n_sources
)numpy.ndarray
The right-hand sides.
- (