simpeg.maps.ParametricCasingAndLayer#
- class simpeg.maps.ParametricCasingAndLayer(mesh, **kwargs)[source]#
- Bases: - ParametricLayer- Parametric layered space with casing. - m = [val_background, val_layer, val_casing, val_insideCasing, layer_center, layer_thickness, casing_radius, casing_thickness, casing_bottom, casing_top ] - Attributes - active_cells.indActive has been deprecated. - Determine whether or not this mapping is a linear operation. - The mesh used for the mapping - Number of model parameters the mapping acts on; i.e 4 - Dimensions of the mapping - Defines the sharpness of the boundaries. - Defines the slope scaled by the mesh. - X cell center locations (active) for the output of the mapping. - Y cell center locations (active) for the output of the mapping. - Z cell center locations (active) for the output of the mapping. - active_cells - Methods - deriv(m[, v])- Derivative of the mapping with respect to the input parameters. - dot(map1)- Multiply two mappings to create a - simpeg.maps.ComboMap.- inverse(D)- The transform inverse is not implemented. - mDict(m)- Return model parameters as a dictionary. - test([m, num, random_seed])- Derivative test for the mapping. - casing_a - casing_b - layer_cont 
 
    