![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | get_dime_expl (xipo, yipo, zipo, x1, y1, z1, x2, y2, z2, x3, y3, z3, nnod, xs, ys, zs, node_expl, nnloc) |
Computes local number of nodes where explosive source is imposed. | |
subroutine get_dime_expl | ( | real*8 | xipo, |
real*8 | yipo, | ||
real*8 | zipo, | ||
real*8 | x1, | ||
real*8 | y1, | ||
real*8 | z1, | ||
real*8 | x2, | ||
real*8 | y2, | ||
real*8 | z2, | ||
real*8 | x3, | ||
real*8 | y3, | ||
real*8 | z3, | ||
integer*4 | nnod, | ||
real*8, dimension(nnloc) | xs, | ||
real*8, dimension(nnloc) | ys, | ||
real*8, dimension(nnloc) | zs, | ||
integer*4 | node_expl, | ||
integer*4 | nnloc | ||
) |
Computes local number of nodes where explosive source is imposed.
[in] | Xipo | x-coordinate of Hypocenter |
[in] | Yipo | y-coordinate of Hypocenter |
[in] | Zipo | z-coordinate of Hypocenter |
[in] | X1 | vertex coordinate (x) of the triangular fault |
[in] | Y1 | vertex coordinate (y) of the triangular fault |
[in] | Z1 | vertex coordinate (z) of the triangular fault |
[in] | X2 | vertex coordinate (x) of the triangular fault |
[in] | Y2 | vertex coordinate (y) of the triangular fault |
[in] | Z2 | vertex coordinate (z) of the triangular fault |
[in] | X3 | vertex coordinate (x) of the triangular fault |
[in] | Y3 | vertex coordinate (y) of the triangular fault |
[in] | Z3 | vertex coordinate (z) of the triangular fault |
[in] | nnod | number of local nodes |
[in] | xs | x-coordinate of spectral nodes |
[in] | ys | y-coordinate of spectral nodes |
[in] | zs | z-coordinate of spectral nodes |
[in] | nnloc | (obsolete) |
[out] | node_expl | local number of explosive nodes |
Definition at line 42 of file GET_DIME_EXPL.f90.