![]() |
SPEED
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | make_strain_tensor (nn, ct, ww, dd, alfa11, alfa12, alfa13, alfa21, alfa22, alfa23 |
Computes spatial derivatives of displacement. | |
subroutine make_strain_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, | ||
real*8 | alfa22, | ||
real*8 | alfa23 | ||
) |
Computes spatial derivatives of displacement.
[in] | nn | number of 1-D Legendre nodes |
[in] | ct | GLL nodes |
[in] | ww | GLL weights |
[in] | dd | matrix of spectral derivatives |
[in] | ux | x-displacement |
[in] | uy | y-displacement |
[in] | uy | z-displacement |
[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 |
[out] | duxdx | nodal values for spatial derivatives of the displacement |
[out] | duydx | nodal values for spatial derivatives of the displacement |
[out] | duzdx | nodal values for spatial derivatives of the displacement |
[out] | duxdy | nodal values for spatial derivatives of the displacement |
[out] | duydy | nodal values for spatial derivatives of the displacement |
[out] | duzdy | nodal values for spatial derivatives of the displacement |
[out] | duxdz | nodal values for spatial derivatives of the displacement |
[out] | duydz | nodal values for spatial derivatives of the displacement |
[out] | duzdz | nodal values for spatial derivatives of the displacement |
Definition at line 65 of file MAKE_STRAIN_TENSOR.f90.
Referenced by compute_energy_error().