Bases: pysit.core.sources.SourceBase, pysit.core.mesh_representation.MeshRepresentationBase
Attributes Summary
source_count |
Methods Summary
f([t, nu]) | Evaluate source emitter at time t on numerical grid. |
get_source_count() | |
serialize_dict() | |
set_shot(shot) | |
unserialize_dict(d) | |
w(t, **kwargs) |
Attributes Documentation
Methods Documentation
Evaluate source emitter at time t on numerical grid.
Parameters : | t : float
nu : float, optional
**kwargs : dict, optional
|
---|---|
Returns : | The function w evaluated on a grid as an ndarray shaped like the domain. : |