![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | get_dime_sism (xipo, yipo, zipo, x1, y1, z1, x2, y2, z2, x3, y3, z3, nnod, xs, ys, zs, node_sism, nn_loc, mpi_id, ind, loc_n_n |
Computes local number of nodes where seismic source is imposed. | |
subroutine get_dime_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 | node_sism, | ||
integer*4 | nn_loc, | ||
integer*4 | mpi_id, | ||
integer*4 | ind, | ||
loc_n_n | |||
) |
Computes local number of nodes where seismic 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 (according to nodedomain.mpi) |
[in] | xs | x-coordinate of spectral nodes |
[in] | ys | y-coordinate of spectral nodes |
[in] | zs | z-coordinate of spectral nodes |
[in] | nn_loc | Total number of local nodes |
[in] | loc_n_num | numeration of local nodes |
[in] | mpi_id | id of MPI process |
[in] | ind | index dummy |
[out] | node_sism | local number of seismic source |
Definition at line 47 of file GET_DIME_SISM.f90.