SimPEG.maps.Surject2Dto3D#
- class SimPEG.maps.Surject2Dto3D(mesh, normal='y', **kwargs)[source]#
Bases:
SimPEG.maps.IdentityMap
Map 2D tensor model to 3D tensor mesh.
Let
define the parameters for a 2D tensor model.Surject2Dto3D
constructs a surjective mapping that projects the 2D tensor model to a 3D tensor mesh.Mathematically, the mapping
can be represented by a projection matrix:- Parameters
- mesh
discretize.TensorMesh
A 3D tensor mesh
- normal{‘y’, ‘x’, ‘z’}
Define the projection axis.
- mesh
Examples
Attributes
The mesh used for the mapping
Number of model properties.
The projection axis.
Methods
deriv
(m[, v])Derivative of the mapping with respect to the model paramters.