![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | read_sism (xipo, yipo, zipo, x1, y1, z1, x2, y2, z2, x3, y3, z3, nnod, xs, ys, zs, num_ns, sour_ns, i_sism, dist_sour_ns, nl_sism, max_num_ns, loc_n_num, nn_loc, pos_sour_nx, pos_sour_ny, pos_sour_nz) |
Generates seismic triangular faults. | |
subroutine read_sism | ( | 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(nn_loc) | xs, | ||
real*8, dimension(nn_loc) | ys, | ||
real*8, dimension(nn_loc) | zs, | ||
integer*4 | num_ns, | ||
integer*4, dimension(max_num_ns,nl_sism) | sour_ns, | ||
integer*4 | i_sism, | ||
real*8, dimension(max_num_ns,nl_sism) | dist_sour_ns, | ||
integer*4 | nl_sism, | ||
integer*4 | max_num_ns, | ||
integer*4, dimension(nn_loc) | loc_n_num, | ||
integer*4 | nn_loc, | ||
real*8, dimension(max_num_ns,nl_sism) | pos_sour_nx, | ||
real*8, dimension(max_num_ns,nl_sism) | pos_sour_ny, | ||
pos_sour_nz | |||
) |
Generates seismic triangular faults.
[in] | Xipo | Hipocenter x-coordinate |
[in] | Yipo | Hipocenter y-coordinate |
[in] | Zipo | Hipocenter z-coordinate |
[in] | X1 | x-coordinate of the triangular fault 1-node |
[in] | Y1 | y-coordinate of the triangular fault 1-node |
[in] | Z1 | z-coordinate of the triangular fault 1-node |
[in] | X2 | x-coordinate of the triangular fault 2-node |
[in] | Y2 | y-coordinate of the triangular fault 2-node |
[in] | Z2 | z-coordinate of the triangular fault 2-node |
[in] | X3 | x-coordinate of the triangular fault 3-node |
[in] | Y3 | y-coordinate of the triangular fault 3-node |
[in] | Z3 | z-coordinate of the triangular fault 3-node |
[in] | xs | x-coord local spectral nodes |
[in] | ys | y-coord local spectral nodes |
[in] | zs | z-coord local spectral nodes |
[in] | num_ns | number of seismic nodes |
[in] | i_sism | column index for filling sour_ns |
[in] | nl_sism | number of seismic loads |
[in] | nn_loc | number of local nodes |
[in] | nnod | number of local nodes |
[in] | loc_n_num | local node numeration |
[in] | max_num | max number of nodes for the specific triangular fault |
[out] | sour_ns | info about seismic nodes |
[out] | dist_sour_ns | distance of seismic nodes in sour_ns |
Definition at line 48 of file READ_SISM.f90.