![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | make_eltensor_for_cases_nle (vcase, r_el, nn, rho_el, lambda_el, mu_el, gamma_el, cs_nnz, cs, ielem, func_type, func_indx, func_data, nfdata, nf, t_stress, tag_func, yon, tcase, nnod_loc, vs_tria) |
Assignes material properties node by node for non linear elasticity. | |
subroutine make_eltensor_for_cases_nle | ( | integer*4 | vcase, |
real*8, dimension(nn,nn,nn) | r_el, | ||
integer*4 | nn, | ||
real*8, dimension(nn,nn,nn) | rho_el, | ||
real*8, dimension(nn,nn,nn) | lambda_el, | ||
real*8, dimension(nn,nn,nn) | mu_el, | ||
real*8, dimension(nn,nn,nn) | gamma_el, | ||
integer*4 | cs_nnz, | ||
integer*4, dimension(0:cs_nnz) | cs, | ||
integer*4 | ielem, | ||
integer*4, dimension(nf) | func_type, | ||
integer*4, dimension(nf +1) | func_indx, | ||
real*8, dimension(nfdata) | func_data, | ||
integer*4 | nfdata, | ||
integer*4 | nf, | ||
real*8 | t_stress, | ||
integer*4, dimension(nf) | tag_func, | ||
integer*4, dimension(nn,nn,nn) | yon, | ||
integer*4 | tcase, | ||
integer*4 | nnod_loc, | ||
real*8, dimension(nnod_loc) | vs_tria | ||
) |
Assignes material properties node by node for non linear elasticity.
[in] | vcase | value case for non linear block |
[in] | R_el | reduction factor |
[in] | nn | polynomial degree |
[in] | cs_nnz | length of cs |
[in] | cs | connectivity vector |
[in] | ielem | element index |
[in] | nf | number of functions |
[in] | func_type | function type |
[in] | func_indx | indices for the data |
[in] | func_data(*) | data for the calculation (depending on type) |
[in] | t_stress | time |
[in] | tag_func | labels for functions |
[in] | yon | is the node nonlinear elastic yes (1) or not (0)? |
[in] | nnod_loc | number of local nodes |
[in] | vs_tria | vs values for each node |
[out] | rho_el | material density |
[out] | lambda_el | Lame coefficient lambda |
[out] | mu_el | Lame coefficient mu |
[out] | gamma_el | damping coefficient gamma |
Definition at line 44 of file MAKE_ELTENSOR_FOR_CASES_NLE.f90.
References get_func_value().