simpeg.electromagnetics.frequency_domain.Simulation3DMagneticField.getRHS#
- Simulation3DMagneticField.getRHS(freq)[source]#
Right-hand sides for the given frequency.
This method returns the right-hand sides for the frequency provided. The right-hand side for each source is constructed according to:
where
is the discrete curl operator and are the integrated magnetic and electric source terms, respectively is the inner-product matrices for permeabilities projected to edges is the inner-product matrices for resistivities projected to faces
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_sources
)numpy.ndarray
The right-hand sides.
- (