simpeg.electromagnetics.time_domain.fields.FieldsDerivativesHJ#
- class simpeg.electromagnetics.time_domain.fields.FieldsDerivativesHJ(simulation)[source]#
Bases:
FieldsTDEM
Field class for stashing derivatives for HJ formulations.
- Parameters:
- simulation
time_domain.BaseTDEMSimulation
The TDEM simulation object associated with the fields.
- simulation
Attributes
The aliased fields of the object.
Approximate cost of storing all of the known fields in MB.
Python data type(s) used to store the fields.
The field solutions and where they are discretized on the mesh.
Mesh used by the simulation.
The simulation object used to compute the field solution.
Survey used by the simulation.
Methods
startup
()Run startup to connect the simulation's discrete attributes to the fields object.