simpeg.electromagnetics.time_domain.Simulation3DMagneticFluxDensity.getAsubdiag#

Simulation3DMagneticFluxDensity.getAsubdiag(tInd)[source]#

Sub-diagonal system matrix for the time-step index provided.

This method returns the sub-diagonal system matrix for the time-step index provided:

Bk=1ΔtkI

where Δtk is the step length and I is the identity matrix.

See the Notes section of the doc strings for Simulation3DMagneticFluxDensity for a full description of the formulation.

Parameters:
tIndint

The time index; between [0, n_steps-1].

Returns:
(n_faces, n_faces) sp.sparse.csr_matrix

The sub-diagonal system matrix.