simpeg.flow.richards.receivers.Saturation#
- class simpeg.flow.richards.receivers.Saturation(locations, times, **kwargs)[source]#
- Bases: - BaseTimeRx- Richards saturation receiver class - Attributes - Receiver locations - Number of data associated with the receiver. - Time channels for the receiver - Universal unique identifier - Methods - __call__(U, simulation)- Call self as a function. - deriv(U, simulation[, du_dm_v, v, adjoint])- Derivative with respect to the model - eval(**kwargs)- Not implemented for BaseRx - evalDeriv(**kwargs)- Not implemented for BaseRx - getP(mesh, time_mesh[, projected_grid, ...])- Returns the projection matrices as a list for all components collected by the receivers. - getSpatialP(mesh[, projected_grid])- Returns the spatial projection matrix from mesh to receivers. - getTimeP(time_mesh[, projected_time_grid])- Returns the time projection matrix from all time steps to receiver time channels. 
 
     
