![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | make_nh_enhanced () |
...Not-Honoring Enhanced (NHE) Implementation | |
subroutine make_nh_enhanced |
...Not-Honoring Enhanced (NHE) Implementation
[in] | loc_n_num. | Global node number of 'i'th local node is loc_n_num(i) |
[in] | nn_loc. | No. of nodes in Local/Current Partition |
[in] | nmat_nhe | No. of Blocks specified with NHE case |
[in] | nhe_mat | Tag/Labels of Blocks where NHE has to be implemented |
[in] | xs_loc | x-coordinate of spectral nodes |
[in] | ys_loc | y-coordinate of spectral nodes |
[in] | zs_loc | z-coordinate of spectral nodes |
[out] | lambda_nhe | Lame coefficient lambda |
[out] | mu_nhe | Lame coefficient mu |
[out] | rho_nhe | material density |
[out] | Qs_nhe | quality factor for S-waves (Standard Linear Solid damping) |
[out] | Qp_nhe | quality factor for P-waves (Standard Linear Solid damping) |
[out] | gamma_dmp_nhe | damping coefficient gamma (Kosloff&Kosloff) |
Definition at line 52 of file MAKE_NH_Enhanced.f90.
References speed_par::con_nnz_loc, speed_par::con_spx_loc, speed_par::lambda_nhe, make_nh_enhanced_assign_prop(), make_nh_enhanced_initialise(), make_nh_enhanced_nnsearch(), speed_par::mpi_comm, speed_par::mpi_file, speed_par::mpi_id, speed_par::mpi_np, speed_par::mu_nhe, speed_par::nelem_loc, speed_par::nmat, speed_par::nmat_nhe, speed_par::nnod_loc, speed_par::prop_mat, speed_par::qp, speed_par::qp_nhe_el, speed_par::qs, speed_par::qs_nhe_el, speed_par::rho_nhe, speed_par::sdeg_mat, speed_par::tag_mat, speed_par::val_nhe, speed_par::xx_spx_loc, speed_par::yy_spx_loc, and speed_par::zz_spx_loc.