simpeg.electromagnetics.natural_source.Simulation2DElectricField.forward_only#

property Simulation2DElectricField.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. If False, 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.