KTH framework for Nek5000 toolboxes; testing version
0.0.1
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | aspect_ratios (ar) |
subroutine | eig2 (AA, eign, eig1) |
subroutine | quadratic_h (x1, x2, a, b, c) |
subroutine | out_sem (iel) |
subroutine | gradm11 (ux, uy, uz, u, e) |
subroutine aspect_ratios | ( | real, dimension(1) | ar | ) |
subroutine eig2 | ( | real, dimension(2,2) | AA, |
eign, | |||
eig1 | |||
) |
Definition at line 79 of file navier2.f.
References quadratic_h().
subroutine gradm11 | ( | real, dimension(lxyz) | ux, |
real, dimension(lxyz) | uy, | ||
real, dimension(lxyz) | uz, | ||
real, dimension(lxyz,1) | u, | ||
integer | e | ||
) |
Definition at line 175 of file navier2.f.
References local_grad2(), local_grad3(), and setaxdy().