SimPEG.potential_fields.gravity.Simulation3DIntegral.fields#
- Simulation3DIntegral.fields(m)[source]#
- Forward model the gravity field of the mesh on the receivers in the survey - Parameters:
- m(n_active_cells,) numpy.ndarray
- Array with values for the model. 
 
- m(n_active_cells,) 
- Returns:
- (nD,) numpy.ndarray
- Gravity fields generated by the given model on every receiver location. 
 
- (nD,)