simpeg.electromagnetics.frequency_domain.Simulation3DMagneticField.getA#
- Simulation3DMagneticField.getA(freq)[source]#
System matrix for the frequency provided.
This method returns the system matrix for the frequency provided. The system matrix at each frequency is given by:
where
is the inner-product matrix for resistivities projected to faces is the inner-product matrix for permeabilities projected to edges
See the Notes section of the doc strings for
Simulation3DMagneticField
for a full description of the formulation.- Parameters:
- freq
float
The frequency in Hz.
- freq
- Returns:
- (
n_edges
,n_edges
)sp.sparse.csr_matrix
The system matrix.
- (