simpeg.maps.SphericalSystem.shape#
- property SphericalSystem.shape#
- Dimensions of the mapping - The dimensions of the mesh depend on the input arguments used during instantiation. If mesh is used to define the mapping, the shape of mapping operator is (3*mesh.nC, 3*mesh.nC). If nP is used to define the identity map, the mapping operator has dimensions (nP, nP). If mesh and nP were - Nonewhen instantiating, the mapping has dimensions (- *,- *) and may act on a vector whose length is a multiple of 3.- Returns:
- tuple
- Dimensions of the mapping operator. If the dimensions of the mapping are set, the return is a tuple ( - int,``int``). If the mapping can act on a vector of arbitrary length, the return is a tuple (- *,- *).
 
 
