simpeg.electromagnetics.time_domain.Simulation3DMagneticFluxDensity.getAdiag#
- Simulation3DMagneticFluxDensity.getAdiag(tInd)[source]#
Diagonal system matrix for the given time-step index.
This method returns the diagonal system matrix for the time-step index provided:
where
is the step length is the identity matrix is the discrete curl operator is the conductivity inner-product matrix on edges is the inverse permeability inner-product matrix on faces
See the Notes section of the doc strings for
Simulation3DMagneticFluxDensity
for a full description of the formulation.- Parameters:
- tInd
int
The time-step index; between
[0, n_steps-1]
.
- tInd
- Returns:
- (
n_faces
,n_faces
)sp.sparse.csr_matrix
The diagonal system matrix.
- (