Functions/Subroutines | |
subroutine | load_fld (string) |
subroutine | lambda2 (l2) |
Generate Lambda-2 vortex of Jeong & Hussein, JFM '95. More... | |
subroutine | find_lam3 (lam, aa, w, ldim, ierr) |
subroutine | quadratic (x1, x2, a, b, c, ierr) |
subroutine | cubic (xo, ai1, ai2, ai3, ierr) |
subroutine | comp_gije (gije, u, v, w, e) |
Compute the gradient tensor G_ij := du_i/du_j, for element e. More... | |
subroutine | filter_s1 (scalar, tf, nx, nel) |
subroutine | filter_s0 (scalar, wght, ncut, name5) |
subroutine | tens3d1 (v, u, f, ft, nv, nu) |
subroutine | build_1d_filt (fh, fht, trnsfr, nx, nio) |
subroutine | mag_tensor_e (mag, aije) |
subroutine | comp_sije (gije) |
Compute symmetric part of a tensor gije for element. Does not call any other subroutine, but simply evaluates: \[ G_{ij} = \frac{1}{2}(G_{ij} + G_{ji}) \] \[ G_{ji} = G_{ij} \] . More... | |
subroutine | map2reg (ur, n, u, nel) |
subroutine | map2reg_2di_e (uf, n, uc, m) |
subroutine | map2reg_3di_e (uf, n, uc, m) |
subroutine | gen_int_gz (j, jt, g, n, z, m) |
subroutine | zuni (z, np) |
subroutine | gen_re2 (imid) |
subroutine | gen_re2_xyz |
subroutine | gen_re2_curve (imid) |
subroutine | gen_re2_bc (ifld) |
subroutine | gen_rea (imid) |
subroutine | gen_rea_xyz |
subroutine | gen_rea_curve (imid) |
subroutine | gen_rea_bc (ifld) |
subroutine | gen_rea_midside_e (e) |
subroutine | hpts |
subroutine | buffer_in (buffer, npp, npoints, nbuf) |
subroutine | hpts_in (pts, npts, npoints) |
subroutine | hpts_out (fieldout, nflds, nfldm, npoints, nbuff) |
subroutine | gen_rea_full (imid) |
subroutine | gen_rea_top |
subroutine | gen_rea_bottom |
subroutine buffer_in | ( | real, dimension(ldim,nbuf) | buffer, |
npp, | |||
npoints, | |||
nbuf | |||
) |
subroutine build_1d_filt | ( | real, dimension(nx,nx) | fh, |
real, dimension(nx,nx) | fht, | ||
real, dimension(nx) | trnsfr, | ||
nx, | |||
nio | |||
) |
subroutine cubic | ( | real, dimension(3) | xo, |
real | ai1, | ||
real | ai2, | ||
real | ai3, | ||
ierr | |||
) |
subroutine filter_s0 | ( | real, dimension(1) | scalar, |
wght, | |||
ncut, | |||
character*5 | name5 | ||
) |
subroutine filter_s1 | ( | real, dimension(lxyz,1) | scalar, |
real, dimension(nx) | tf, | ||
nx, | |||
nel | |||
) |
subroutine find_lam3 | ( | real, dimension(ldim) | lam, |
real, dimension(ldim,ldim) | aa, | ||
real, dimension(ldim,ldim) | w, | ||
ldim, | |||
ierr | |||
) |
subroutine gen_int_gz | ( | real, dimension(n,m) | j, |
real, dimension(m,n) | jt, | ||
real, dimension(n) | g, | ||
n, | |||
real, dimension(m) | z, | ||
m | |||
) |
subroutine gen_re2 | ( | imid | ) |
subroutine gen_re2_bc | ( | ifld | ) |
subroutine gen_re2_curve | ( | imid | ) |
subroutine gen_re2_xyz | ( | ) |
subroutine gen_rea | ( | imid | ) |
subroutine gen_rea_bc | ( | ifld | ) |
subroutine gen_rea_bottom | ( | ) |
subroutine gen_rea_curve | ( | imid | ) |
subroutine gen_rea_full | ( | imid | ) |
subroutine gen_rea_midside_e | ( | integer | e | ) |
subroutine gen_rea_top | ( | ) |
subroutine gen_rea_xyz | ( | ) |
subroutine hpts | ( | ) |
subroutine hpts_in | ( | real, dimension(ldim,npts) | pts, |
npts, | |||
npoints | |||
) |
subroutine hpts_out | ( | real, dimension(nfldm,nbuff) | fieldout, |
nflds, | |||
nfldm, | |||
npoints, | |||
nbuff | |||
) |
subroutine load_fld | ( | character, dimension(*) | string | ) |
subroutine mag_tensor_e | ( | real, dimension (lx1*ly1*lz1) | mag, |
real, dimension(lx1*ly1*lz1,ldim,ldim) | aije | ||
) |
subroutine map2reg_2di_e | ( | real, dimension(n,n) | uf, |
n, | |||
real, dimension(m,m) | uc, | ||
m | |||
) |
subroutine map2reg_3di_e | ( | real, dimension(n,n,n) | uf, |
n, | |||
real, dimension(m,m,m) | uc, | ||
m | |||
) |
subroutine quadratic | ( | x1, | |
x2, | |||
a, | |||
b, | |||
c, | |||
ierr | |||
) |
subroutine tens3d1 | ( | real, dimension(nv,nv,nv) | v, |
real, dimension(nu,nu,nu) | u, | ||
real, dimension(1) | f, | ||
real, dimension(1) | ft, | ||
nv, | |||
nu | |||
) |
subroutine zuni | ( | real, dimension(1) | z, |
np | |||
) |