simpeg.electromagnetics.static.resistivity.Fields2DCellCentered#

class simpeg.electromagnetics.static.resistivity.Fields2DCellCentered(simulation, knownFields=None, aliasFields=None, dtype=None)[source]#

Bases: Fields2D

Fancy Field Storage for a 2.5D cell centered code.

Attributes

approxSize

Approximate cost of storing all of the known fields in MB.

mesh

Mesh used by the simulation.

simulation

The simulation object used to compute the field solution.

survey

Survey used by the simulation.

Methods

dtype

alias of float

startup()

Run startup to connect the simulation's discrete attributes to the fields object.