SimPEG.flow.richards.SimulationNDCellCentered.dpred#

SimulationNDCellCentered.dpred(m, f=None)[source]#

Create the projected data from a model.

The field, f, (if provided) will be used for the predicted data instead of recalculating the fields (which may be expensive!).

\[d_\text{pred} = P(f(m), m)\]

Where P is a projection of the fields onto the data space.