SimPEG.meta.RepeatedSimulation#
- class SimPEG.meta.RepeatedSimulation(simulation, mappings)[source]#
Bases:
SimPEG.meta.simulation.MetaSimulationA MetaSimulation where a single simulation is used repeatedly.
This is most useful for linear simulations where a sensitivity matrix can be reused with different models. For non-linear simulations it will often be quicker to use the MetaSimulation class with multiple copies of the same simulation.
- Parameters
- simulation
SimPEG.simulation.BaseSimulation - mappings(
n_sim)listofSimPEG.maps.IdentityMap
- simulation
Attributes
The internal simulation.
The list of simulations.