![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | update_damping_tensor (nnod_loc, n_sls, frequency_range, |
| Update the damping tensor with the Heun method. | |
| subroutine update_damping_tensor | ( | integer*4 | nnod_loc, |
| integer*4 | n_sls, | ||
| real*8, dimension(n_sls) | frequency_range | ||
| ) |
Update the damping tensor with the Heun method.
| [in] | nnod_loc | number of local nodes |
| [in] | N_SLS | number of standard linear solids |
| [in] | frequency_range | frequency range for SLS model |
| [in] | strain | strain tensor |
| [in] | deltat | time step |
| [out] | strain_visc | viscoelastic tensor |
Definition at line 31 of file UPDATE_DAMPING_TENSOR.f90.