simpeg.electromagnetics.frequency_domain.Simulation3DElectricField.forward_only#
- property Simulation3DElectricField.forward_only#
Whether to store the factorizations of the inverses of the system matrices.
If
True
, the factorization for the inverse of the system matrix at each frequency is discarded after the fields are computed at that frequency. IfFalse
, the factorizations of the system matrices for all frequencies are stored.- Returns:
- bool
Whether to store the factorizations of the inverses of the system matrices.