next up previous contents index
Next: Example Up: Fault System Previous: Fault System   Contents   Index

Functions


\begin{classdesc}{FaultSystem}{
\optional{dim =3}}
Creates a fault system in the \var{dim} dimensional space.
\end{classdesc}


\begin{methoddesc}[FaultSystem]{getMediumDepth}{tag}
returns the medium depth of fault \var{tag}.
\end{methoddesc}


\begin{methoddesc}[FaultSystem]{getTags}{}
returns a list of the tags used by the fault system
\end{methoddesc}


\begin{methoddesc}[FaultSystem]{getStart}{tag}
returns the starting point of fault \var{tag} as a \module{numpy.\class{ndarray}\xspace}object.
\end{methoddesc}


\begin{methoddesc}[FaultSystem]{getDim}{}
returns the spatial dimension
\end{methoddesc}


\begin{methoddesc}[FaultSystem]{getDepths}{tag}
returns the list of the depths of the segements in fault \var{tag}.
\end{methoddesc}


\begin{methoddesc}[FaultSystem]{getTopPolyline}{tag}
returns the polyline used to describe fault tagged by \var{tag}
\end{methoddesc}


\begin{methoddesc}[FaultSystem]{getStrikes}{tag}
returns the list of strikes $\sigma^{ti}$\ of the segements in fault $t=$\var{tag}
\end{methoddesc}


\begin{methoddesc}[FaultSystem]{getStrikeVectors}{tag}
returns the strike vectors $S^{ti}$\ of fault $t=$\var{tag}
\end{methoddesc}


\begin{methoddesc}[FaultSystem]{getLengths}{tag}
returns the lengths $l^{ti}$\ of segments in fault $t=$\var{tag}
\end{methoddesc}


\begin{methoddesc}[FaultSystem]{getTotalLength}{tag}
returns the total unrolled length of fault \var{tag}
\end{methoddesc}


\begin{methoddesc}[FaultSystem]{getDips}{tag}
returns the list of the dips of the segements in fault \var{tag}.
\end{methoddesc}


\begin{methoddesc}[FaultSystem]{getBottomPolyline}{tag}
returns the list of the vertices defining the bottom of the fault \var{tag}.
\end{methoddesc}


\begin{methoddesc}[FaultSystem]{getSegmentNormals}{tag}
returns the list of the normals of the segments in fault \var{tag}.
\end{methoddesc}


\begin{methoddesc}[FaultSystem]{getDepthVectors}{tag}
returns the list of the depth vectors $d^{ti}$\ for fault $t=$\var{tag}.
\end{methoddesc}


\begin{methoddesc}[FaultSystem]{getDepths}{tag}
returns the list of the depths of the segements in fault \var{tag}.
\end{methoddesc}


\begin{methoddesc}[FaultSystem]{getW0Range}{tag}
returns the range of the parame...
...s one has $(\Omega^{t0},\Omega^{tn})=(0,w^t\hackscore{0 max})$.
\end{methoddesc}


\begin{methoddesc}[FaultSystem]{getW1Range}{tag}
returns the range of the parame...
...{1}$.
For tag $t$\ this is the pair $(-w^t\hackscore{1max},0)$.
\end{methoddesc}


\begin{methoddesc}[FaultSystem]{getW0Offsets}{tag}
returns the offsets for the p...
...{tag}.
For tag \var{tag}=$t$\ this is the list $[\Omega^{ti}]$.
\end{methoddesc}


\begin{methoddesc}[FaultSystem]{getCenterOnSurface}{}
returns the center point o...
...0). An \module{numpy.\class{ndarray}\xspace}object is returned.
\end{methoddesc}


\begin{methoddesc}[FaultSystem]{getOrientationOnSurface}{}
returns the orientati...
...ace ($x\hackscore{2}=0$\ plane) around the fault system center.
\end{methoddesc}

\begin{methoddesc}[FaultSystem]{transform}{\optional{rot=0, \optional{shift=nump...
...and \var{shift} an \module{numpy.\class{ndarray}\xspace}object.
\end{methoddesc}


\begin{methoddesc}
% latex2html id marker 12021
[FaultSystem]{getMaxValue}{f\opt...
...lue as well as the location of the maximum value are undefined.
\end{methoddesc}


\begin{methoddesc}
% latex2html id marker 12033
[FaultSystem]{getMinValue}{f\opt...
...lue as well as the location of the minimum value are undefined.
\end{methoddesc}


\begin{methoddesc}[FaultSystem]{getParametrization}{x,tag \optional{\optional{, ...
... not \var{outside} is not present an appropriate value is used.
\end{methoddesc}


\begin{methoddesc}[FaultSystem]{getSideAndDistance}{x,tag}
returns the side and ...
... of the fault. The value zero means that the side is undefined.
\end{methoddesc}


\begin{methoddesc}[FaultSystem]{getFaultSegments}{tag}
returns the polylines use...
...re represented as \module{numpy.\class{ndarray}\xspace}objects.
\end{methoddesc}


\begin{methoddesc}[FaultSystem]{addFault}{
strikes\optional{,
ls\optional{,
V0...
...cify the offsets in order to simplify the assignment of values.
\end{methoddesc}


next up previous contents index
Next: Example Up: Fault System Previous: Fault System   Contents   Index
esys@esscc.uq.edu.au