![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | make_strain_rot_stress_tensor (nn, ct, ww, dd, alfa11, alfa12, alfa13, alfa21, alfa |
Computes nodal values for ratiotional, strain and stress tensor. | |
subroutine make_strain_rot_stress_tensor | ( | integer*4 | nn, |
real*8, dimension(nn) | ct, | ||
real*8, dimension(nn) | ww, | ||
real*8, dimension(nn,nn) | dd, | ||
real*8 | alfa11, | ||
real*8 | alfa12, | ||
real*8 | alfa13, | ||
real*8 | alfa21, | ||
alfa | |||
) |
Computes nodal values for ratiotional, strain and stress tensor.
[in] | nn | number of 1-D Legendre nodes |
[in] | ct | GLL nodes |
[in] | ww | GLL weights |
[in] | dd | matrix of spectral derivatives |
[in] | alfa11 | costant for the bilinear map |
[in] | alfa12 | costant for the bilinear map |
[in] | alfa13 | costant for the bilinear map |
[in] | alfa21 | costant for the bilinear map |
[in] | alfa22 | costant for the bilinear map |
[in] | alfa23 | costant for the bilinear map |
[in] | alfa31 | costant for the bilinear map |
[in] | alfa32 | costant for the bilinear map |
[in] | alfa33 | costant for the bilinear map |
[in] | beta11 | costant for the bilinear map |
[in] | beta12 | costant for the bilinear map |
[in] | beta13 | costant for the bilinear map |
[in] | beta21 | costant for the bilinear map |
[in] | beta22 | costant for the bilinear map |
[in] | beta23 | costant for the bilinear map |
[in] | beta31 | costant for the bilinear map |
[in] | beta32 | costant for the bilinear map |
[in] | beta33 | costant for the bilinear map |
[in] | gamma1 | costant for the bilinear map |
[in] | gamma2 | costant for the bilinear map |
[in] | gamma3 | costant for the bilinear map |
[in] | delta1 | costant for the bilinear map |
[in] | delta2 | costant for the bilinear map |
[in] | delta3 | costant for the bilinear map |
[in] | ux | x-displacement |
[in] | uy | y-displacement |
[in] | uy | z-displacement |
[in] | div | duxdx + duydy + duzdz |
[in] | lambda | nodal values of Lame coefficient lambda |
[in] | mu | nodal values of Lame coefficient mu |
[out] | rotx | nodal values of rotational tensor x-axis |
[out] | roty | nodal values of rotational tensor y-axis |
[out] | rotz | nodal values of rotational tensor z-axis |
[out] | strainxx | nodal values of strain tensor |
[out] | strainyy | nodal values of strain tensor |
[out] | strainzz | nodal values of strain tensor |
[out] | strainxy | nodal values of strain tensor |
[out] | strainyz | nodal values of strain tensor |
[out] | strainzx | nodal values of strain tensor |
[out] | stressxx | nodal values of stress tensor |
[out] | stressyy | nodal values of stress tensor |
[out] | stresszz | nodal values of stress tensor |
[out] | stressxy | nodal values of stress tensor |
[out] | stressyz | nodal values of stress tensor |
[out] | stresszx | nodal values of stress tensor |
Definition at line 73 of file MAKE_STRAIN_ROT_STRESS_TENSOR.f90.
References phi().