KTH framework for Nek5000 toolboxes; testing version
0.0.1
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | set_overlap |
subroutine | overflow_ck (n_req, n_avail, signal) |
subroutine | iunswap (b, ind, n, temp) |
subroutine | set_fem_data_l2 (nep, nd, no, x, y, z, p) |
subroutine | map_face12 (x2, x1, w1, w2) |
subroutine | map_one_face12 (x2, x1, iface, i12, i12t, w1, w2) |
subroutine | dface_add1sa (x) |
subroutine | faces (a, s, ie, iface, nx, ny, nz) |
subroutine faces | ( | dimension(nx,ny,nz,lelt) | a, |
s, | |||
ie, | |||
iface, | |||
nx, | |||
ny, | |||
nz | |||
) |
subroutine iunswap | ( | integer, dimension(1) | b, |
integer, dimension(1) | ind, | ||
n, | |||
integer, dimension(1) | temp | ||
) |
subroutine map_face12 | ( | real, dimension(lx1*ly1*lz1,1) | x2, |
real, dimension(lx1*ly1*lz1,1) | x1, | ||
real, dimension(1) | w1, | ||
real, dimension(1) | w2 | ||
) |
Definition at line 245 of file navier6.f.
References map_one_face12().
subroutine overflow_ck | ( | n_req, | |
n_avail, | |||
character*11 | signal | ||
) |
subroutine set_fem_data_l2 | ( | nep, | |
nd, | |||
no, | |||
real, dimension(lx1,ly1,lz1,1) | x, | ||
real, dimension(lx1,ly1,lz1,1) | y, | ||
real, dimension(lx1,ly1,lz1,1) | z, | ||
real, dimension(lx1,ly1,lz1,1) | p | ||
) |
Definition at line 149 of file navier6.f.
References dface_add1sa(), faces(), map_face12(), rzero(), and scale().
subroutine set_overlap |
Definition at line 30 of file navier6.f.
References dnekclock(), gen_fast(), gen_fast_spacing(), h1mg_setup(), hsmg_setup(), init_weight_op(), set_fem_data_l2(), set_up_h1_crs(), and swap_lengths().