abl
mpi_dummy.h
Go to the documentation of this file.
1 c
2 c Dummy parameters for MPI F77 stubs
3 c
4  integer mpi_comm_world
5  parameter ( mpi_comm_world = 0 )
6 c
7 c Return values.
8 c
9  integer mpi_failure
10  parameter ( mpi_failure = 1 )
11  integer mpi_success
12  parameter ( mpi_success = 0 )
13 c
14 c recv message status
15 c
16  integer mpi_status_size
17  parameter ( mpi_status_size = 3 )
18  integer mpi_source
19  parameter ( mpi_source = 1 )
20  integer mpi_tag
21  parameter ( mpi_tag = 2 )
22  integer mpi_count
23  parameter ( mpi_count = 3 )
24  integer mpi_status_ignore(mpi_status_size)
25  integer mpi_info_null
26  parameter (mpi_info_null=0)
27 c
28 c recv flags
29 c
30  integer mpi_any_source
31  parameter ( mpi_any_source = -1 )
32  integer mpi_any_tag
33  parameter ( mpi_any_tag = -1 )
34 c
35 c data types and sizes
36 c
37  integer mpi_integer
38  parameter ( mpi_integer = 1 )
39  integer mpi_integer8
40  parameter ( mpi_integer8 = 6 )
41  integer mpi_real
42  parameter ( mpi_real = 2 )
43  integer mpi_double_precision
44  parameter ( mpi_double_precision = 3 )
45  integer mpi_logical
46  parameter ( mpi_logical = 4 )
47  integer mpi_character
48  parameter ( mpi_character = 5 )
49  integer mpi_byte
50  parameter (mpi_byte=1)
51 c
52 c allreduce operations
53 c
54  integer mpi_sum
55  parameter ( mpi_sum = 1 )
56  integer mpi_max
57  parameter ( mpi_max = 2 )
58  integer mpi_min
59  parameter ( mpi_min = 3 )
60  integer mpi_product
61  parameter ( mpi_product = 4 )
62 c
63 c timer
64 c
65  double precision mpi_wtime
66 c
67 c I/O
68 c
69  integer mpi_mode_create
70  parameter (mpi_mode_create=1)
71  integer mpi_mode_rdonly
72  parameter (mpi_mode_rdonly=2)
73  integer mpi_mode_wronly
74  parameter (mpi_mode_wronly=4)
specmp
subroutine specmp(b, nb, a, na, ba, ab, w)
Definition: navier1.f:3027
map13
subroutine map13(y, x, iel)
Definition: coef.f:1493
plan5
subroutine plan5(igeom)
Definition: plan5.f:3
generalev
subroutine generalev(a, b, lam, n, w)
Definition: hmholtz.f:1365
uzawa_gmres
subroutine uzawa_gmres(res, h1, h2, h2inv, intype, iter)
Definition: gmres.f:3
axhelm
subroutine axhelm(au, u, helm1, helm2, imesh, isd)
Definition: hmholtz.f:73
hsmg_setup_mask
subroutine hsmg_setup_mask(wt, nx, ny, nz, l, w)
Definition: hsmg.f:1070
induct
subroutine induct(igeom)
Definition: induct.f:12
swapt_ip
subroutine swapt_ip(x, p, n)
Definition: math.f:1489
makextb
subroutine makextb
Definition: induct.f:140
hmh_gmres
subroutine hmh_gmres(res, h1, h2, wt, iter)
Definition: gmres.f:305
ccrs_hypre_solve
void ccrs_hypre_solve(double *x, struct crs_data *data, double *b)
interp_nfld
subroutine interp_nfld(out, fld, nfld, xp, yp, zp, n, iwk, rwk, nmax, iflp, ih)
Definition: interp.f:88
opcolv
subroutine opcolv(a1, a2, a3, c)
Definition: navier1.f:2425
gs_op_ms
subroutine gs_op_ms(u, op, hndl)
Definition: dssum.f:892
setvar
subroutine setvar
Definition: drive2.f:142
iswapt_ip
subroutine iswapt_ip(x, p, n)
Definition: math.f:1414
mpi_init
subroutine mpi_init(ierror)
Definition: mpi_dummy.f:576
plane_space2
subroutine plane_space2(lr, ls, lt, i1, w, x, y, z, nx, nxn, nz0, nzn)
Definition: fast3d.f:426
face_diff
subroutine face_diff(u, d, gsh_loc, w)
Definition: hmholtz.f:1768
set_up_fast_1d_sem
subroutine set_up_fast_1d_sem(s, lam, n, lbc, rbc, ll, lm, lr, ie)
Definition: fast3d.f:1350
gs_setup_ms
subroutine gs_setup_ms(hndl, nel, nx, ny, nz)
Definition: dssum.f:861
mpi_cart_get
subroutine mpi_cart_get(comm, ldims, dims, periods, coords, ierror)
Definition: mpi_dummy.f:294
updmsys
subroutine updmsys(IFLD)
Definition: subs2.f:712
hsmg_schwarz_wt
subroutine hsmg_schwarz_wt(e, l)
Definition: hsmg.f:1250
vcospf
subroutine vcospf(x, y, n)
Definition: ic.f:1748
solve
subroutine solve(F, A, K, N, ldim, IR, IC)
Definition: gauss.f:63
mpi_allreduce
subroutine mpi_allreduce(data1, data2, n, datatype, operation, comm, ierror)
Definition: mpi_dummy.f:144
dssum
subroutine dssum(u, nx, ny, nz)
Definition: dssum.f:34
hsmg_setup_schwarz_wt
subroutine hsmg_setup_schwarz_wt(ifsqrt)
Definition: hsmg.f:1188
calc
subroutine calc(diag, upper, d, e, n, dmax, dmin)
Definition: hmholtz.f:854
esolver
subroutine esolver(RES, H1, H2, H2INV, INTYPE)
Definition: navier0.f:2
i8gop
subroutine i8gop(x, w, op, n)
Definition: comm_mpi.f:274
cfill
subroutine cfill(a, b, n)
Definition: math.f:244
hsmg_tnsr2d_el
subroutine hsmg_tnsr2d_el(v, nv, u, nu, A, Bt)
Definition: hsmg.f:295
set_up_fast_1d_sem_op_b
subroutine set_up_fast_1d_sem_op_b(g, b0, b1, l, r, ll, lm, lr, bh)
Definition: gmres.f:891
h1mg_setup
subroutine h1mg_setup()
Definition: hsmg.f:2235
gen_fast_spacing
subroutine gen_fast_spacing(x, y, z)
Definition: fast3d.f:143
mpi_bsend
subroutine mpi_bsend(data, n, datatype, iproc, itag, comm, ierror)
Definition: mpi_dummy.f:238
mpi_reduce
subroutine mpi_reduce(data1, data2, n, datatype, operation, receiver, comm, ierror)
Definition: mpi_dummy.f:690
nek_init
subroutine nek_init(comm)
Initializes the solver and variables.
Definition: drive1.f:30
lagmass
subroutine lagmass
Definition: coef.f:1315
edg3d
subroutine edg3d(xysrf, x1, x2, i1, i2, j1, j2, nx, ny)
Definition: genxyz.f:844
facind
subroutine facind(kx1, kx2, ky1, ky2, kz1, kz2, nx, ny, nz, iface)
Definition: connect1.f:1028
unorm
subroutine unorm
Definition: subs1.f:352
gh_face_extend
subroutine gh_face_extend(x, zg, n, gh_type, e, v)
Definition: navier5.f:2429
swap
subroutine swap(b, ind, n, temp)
Definition: navier7.f:504
vcross
subroutine vcross(u1, u2, u3, v1, v2, v3, w1, w2, w3, n)
Definition: math.f:430
mpi_copy_double_precision
subroutine mpi_copy_double_precision(data1, data2, n, ierror)
Definition: mpi_dummy.f:454
elsasser_to_phys2
subroutine elsasser_to_phys2(u1, b1, n)
Definition: induct.f:841
byte_read_mpi
subroutine byte_read_mpi(buf, icount, iorank, mpi_fh, ierr)
Definition: byte_mpi.f:48
h1_overlap_2
subroutine h1_overlap_2(u, v, mask)
Definition: gmres.f:572
mpi_attr_get
subroutine mpi_attr_get(icomm, ikey, ival, iflag, ierr)
Definition: mpi_dummy.f:1104
swap_ip
subroutine swap_ip(x, p, n)
Definition: math.f:1453
glsum_ms
function glsum_ms(a, n)
Definition: math.f:1681
addcol3
subroutine addcol3(a, b, c, n)
Definition: math.f:654
gh_face_extend_2d
subroutine gh_face_extend_2d(x, zg, n, gh_type, e, v)
Definition: navier5.f:2444
dprocmapinit
subroutine dprocmapinit()
Definition: dprocmap.f:11
mapelpr
subroutine mapelpr()
Definition: map2.f:3
chk_outflow
subroutine chk_outflow
Definition: multimesh.f:175
heatp
subroutine heatp(igeom)
Definition: perturb.f:543
lim_chk
subroutine lim_chk(n, m, avar5, lvar5, sub_name10)
Definition: convect.f:454
mg_scale_mass
subroutine mg_scale_mass(b, g, wt, ng, nx, ny, nz, wk, ifinv)
Definition: hsmg.f:2720
vlsc2
real function vlsc2(x, y, n)
Definition: math.f:739
opcolv3c
subroutine opcolv3c(a1, a2, a3, b1, b2, b3, c, d)
Definition: navier1.f:2795
reset_prop
subroutine reset_prop
Definition: drive2.f:1739
ifvchk
logical function ifvchk(VEC, I1, I2, I3)
Definition: genxyz.f:510
dxmin_e
function dxmin_e(e)
Definition: genxyz.f:1535
nvec_dssum
subroutine nvec_dssum(u, stride, n, gs_handle)
Definition: dssum.f:261
setinvm
subroutine setinvm
Definition: coef.f:1334
addfid
subroutine addfid(fname, fid)
Definition: ic.f:2503
lb_process_items
subroutine lb_process_items(nin, rdata, flocal, m, nmax)
Definition: lb_setqvol.f:52
gxfer_e
subroutine gxfer_e(g, ng, e)
Definition: hsmg.f:2863
init_weight_op
subroutine init_weight_op
Definition: fasts.f:311
hsmg_schwarz_wt3d
subroutine hsmg_schwarz_wt3d(e, wt, n)
Definition: hsmg.f:1286
gammam1
subroutine gammam1(GAMMA, MASK, MULT, H1, H2, ISD)
Definition: eigsolv.f:259
setics
subroutine setics
Definition: ic.f:3
difmax
real function difmax(a, b, n)
Definition: math.f:1618
makeabf
subroutine makeabf
Definition: navier1.f:1605
izero
subroutine izero(a, n)
Definition: math.f:215
nekuic
subroutine nekuic
Definition: ic.f:1599
glsc3
function glsc3(a, b, mult, n)
Definition: math.f:776
dsub2
subroutine dsub2(a, b, n)
Definition: math.f:1191
blank
subroutine blank(A, N)
Definition: math.f:19
get_fast_bc
subroutine get_fast_bc(lbr, rbr, lbs, rbs, lbt, rbt, e, bsym, ierr)
Definition: fast3d.f:803
elsasser_to_phys
subroutine elsasser_to_phys(u1, u2, u3, b1, b2, b3, n)
Definition: induct.f:800
byte_close
#define byte_close
Definition: byte.c:36
set_up_fast_1d_fem
subroutine set_up_fast_1d_fem(s, lam, n, lbc, rbc, ll, lm, lr, z, nz, e)
Definition: fast3d.f:528
get_map
subroutine get_map
Definition: map2.f:119
h1mg_setup_schwarz_wt_1
subroutine h1mg_setup_schwarz_wt_1(wt, l, ifsqrt)
Definition: hsmg.f:3049
vlmax
real function vlmax(vec, n)
Definition: math.f:396
chkr
subroutine chkr(name3, ii)
Definition: hsmg.f:2894
byte_read
#define byte_read
Definition: byte.c:38
if_byte_swap_test
logical function if_byte_swap_test(bytetest, ierr)
Definition: ic.f:1782
mpi_scan
subroutine mpi_scan(data1, data2, n, datatype, operation, comm, ierror)
Definition: mpi_dummy.f:4
mpi_comm_group
subroutine mpi_comm_group(icomm, igroup, ierr)
Definition: mpi_dummy.f:1080
nekgsync
subroutine nekgsync()
Definition: comm_mpi.f:501
hsmg_schwarz_toreg3d
subroutine hsmg_schwarz_toreg3d(b, a, n)
Definition: hsmg.f:616
chknorm
subroutine chknorm(ifzero)
Definition: ic.f:1456
opdssum
subroutine opdssum(a, b, c)
Definition: navier1.f:2589
exitti
subroutine exitti(stringi, idata)
Definition: comm_mpi.f:534
i8glsum
integer *8 function i8glsum(a, n)
Definition: math.f:947
mpi_isend
subroutine mpi_isend(data, n, datatype, iproc, itag, comm, request, ierror)
Definition: mpi_dummy.f:627
h1mg_setup_dssum
subroutine h1mg_setup_dssum
Definition: hsmg.f:2362
vlsc3
function vlsc3(X, Y, B, N)
Definition: navier4.f:324
mpi_barrier
subroutine mpi_barrier(comm, ierror)
Definition: mpi_dummy.f:194
iglmin
function iglmin(a, n)
Definition: math.f:900
outflda
subroutine outflda(x, n, txt10, ichk)
Definition: hsmg.f:1797
cresvibp
subroutine cresvibp(resv1, resv2, resv3, h1, h2)
Definition: induct.f:252
mynode
integer function mynode()
Definition: comm_mpi.f:381
sstest
subroutine sstest(ISSS)
Definition: ssolv.f:2
linquad
subroutine linquad(xl, yl, zl, nxl, nyl, nzl)
Definition: genxyz.f:1235
vec_dsop
subroutine vec_dsop(u, v, w, nx, ny, nz, op)
Definition: dssum.f:212
check_ioinfo
subroutine check_ioinfo
Definition: prepost.f:39
setordbd
subroutine setordbd
Definition: navier1.f:2010
mpi_recv
subroutine mpi_recv(data, n, datatype, iproc, itag, comm, istatus, ierror)
Definition: mpi_dummy.f:659
ivlsum
function ivlsum(a, n)
Definition: math.f:1252
opdiv
subroutine opdiv(outfld, inpx, inpy, inpz)
Definition: navier1.f:4072
gllel
integer function gllel(ieg)
Definition: dprocmap.f:183
setupds
subroutine setupds(gs_handle, nx, ny, nz, nel, melg, vertex, glo_num)
Definition: dssum.f:2
drcopy
subroutine drcopy(r, d, N)
Definition: math.f:1226
makeq
subroutine makeq
Definition: makeq.f:3
fluid
subroutine fluid(igeom)
Definition: drive2.f:661
sub2
subroutine sub2(a, b, n)
Definition: math.f:164
glmin_ms
function glmin_ms(a, n)
Definition: math.f:1633
sorts
subroutine sorts(xout, xin, work, n)
Definition: math.f:1244
gensolnp
subroutine gensolnp(p, h1, h2, h2inv, pset, nprev)
Definition: induct.f:1225
mpi_finalize
subroutine mpi_finalize(ierror)
Definition: mpi_dummy.f:533
pprint_all
subroutine pprint_all(s, n_in, io)
Definition: drive2.f:1190
map_m_to_n
subroutine map_m_to_n(a, na, b, nb, if3d, w, ldw)
Definition: navier8.f:901
esteig
subroutine esteig
Definition: eigsolv.f:9
glsum
function glsum(x, n)
Definition: math.f:861
setaxdy
subroutine setaxdy(ifaxdy)
Definition: subs1.f:2342
outmat
subroutine outmat(a, m, n, name6, ie)
Definition: fast3d.f:891
opzero
subroutine opzero(ux, uy, uz)
Definition: induct.f:409
mfi
subroutine mfi(fname_in, ifile)
Definition: ic.f:2354
mapab
subroutine mapab(x, y, nxr, nel)
Definition: ic.f:1184
gtpp_gs_op
subroutine gtpp_gs_op(u, op, hndl)
Definition: dssum.f:761
invcol1
subroutine invcol1(a, n)
Definition: math.f:62
set_outfld
subroutine set_outfld
Definition: prepost.f:3
crn3d
subroutine crn3d(xcv, xc, yc, zc, curve, iface)
Definition: genxyz.f:929
mpi_reduce_integer8
subroutine mpi_reduce_integer8(data1, data2, n, operation, ierror)
Definition: mpi_dummy.f:765
file
Definition: crs_amg_io.h:37
glvadd
subroutine glvadd(x, w, n)
Definition: math.f:1528
makeq_aux
subroutine makeq_aux
Definition: makeq_aux.f:2
mpi_cart_create
subroutine mpi_cart_create(comm, ldims, dims, periods, reorder, comm_cart, ierror)
Definition: mpi_dummy.f:268
xyzlin
subroutine xyzlin(xl, yl, zl, nxl, nyl, nzl, e, ifaxl)
Definition: genxyz.f:1269
plan4_vol
subroutine plan4_vol(vxc, vyc, vzc, prc)
Definition: drive2.f:1640
lb_setqvol
subroutine lb_setqvol(flocal, qvol, in, m, isInactive)
Definition: lb_setqvol.f:3
uzawa_gmres_split
subroutine uzawa_gmres_split(l, u, b, binv, n)
Definition: gmres.f:253
apply_j
subroutine apply_j(u, nx, ny, nz, nel)
Definition: dssum.f:532
full_restart
subroutine full_restart(fnames, n_restart)
Definition: ic.f:2740
set_dealias_rx
subroutine set_dealias_rx
Definition: convect2.f:121
mpi_copy_real
subroutine mpi_copy_real(data1, data2, n, ierror)
Definition: mpi_dummy.f:508
mpi_type_extent
subroutine mpi_type_extent(ikey, isize, ierr)
Definition: mpi_dummy.f:1113
ftovec
subroutine ftovec(a, b, ie, iface, nx, ny, nz)
Definition: dssum.f:417
ophx
subroutine ophx(out1, out2, out3, inp1, inp2, inp3, h1, h2)
Definition: navier1.f:743
setupcomm
subroutine setupcomm(comm, newcomm, newcommg, path_in, session_in)
Definition: comm_mpi.f:3
hsmg_setup_intp
subroutine hsmg_setup_intp
Definition: hsmg.f:84
opadd2col
subroutine opadd2col(a1, a2, a3, b1, b2, b3, c)
Definition: navier1.f:2758
h1mg_setup_mg_nx
subroutine h1mg_setup_mg_nx()
Definition: hsmg.f:2273
ccrs_amg_free
#define ccrs_amg_free
Definition: fcrs.c:28
prinit
subroutine prinit
Definition: drive2.f:1781
icopy84
subroutine icopy84(a, b, n)
Definition: math.f:11
geneig
subroutine geneig(igeom)
Definition: drive2.f:606
set_up_fast_1d_sem_op_a
subroutine set_up_fast_1d_sem_op_a(g, b0, b1, l, r, ll, lm, lr, ah)
Definition: gmres.f:809
iniproc
subroutine iniproc()
Definition: comm_mpi.f:138
hsmg_tnsr3d
subroutine hsmg_tnsr3d(v, nv, u, nu, A, Bt, Ct)
Definition: hsmg.f:275
nek_solve
subroutine nek_solve
Runs post processing or time advancment based on value of instep. Parent subroutine to nek__multi_adv...
Definition: drive1.f:207
h1mg_schwarz
subroutine h1mg_schwarz(e, r, sigma, l)
Definition: hsmg.f:426
dnekgflops
function dnekgflops()
Definition: papi.f:12
mpi_comm_rank
subroutine mpi_comm_rank(comm, me, ierror)
Definition: mpi_dummy.f:389
userchk
subroutine userchk()
Definition: zero.usr:120
sort
subroutine sort(a, ind, n)
Definition: math.f:1325
incomprn
subroutine incomprn(ux, uy, uz, up)
Project U onto the closest incompressible field.
Definition: induct.f:285
glsc2
function glsc2(x, y, n)
Definition: math.f:794
vlamax
real function vlamax(vec, n)
Definition: math.f:406
bcopy
subroutine bcopy
Definition: multimesh.f:128
invcol3
subroutine invcol3(a, b, c, n)
Definition: math.f:98
set_up_1d_geom
subroutine set_up_1d_geom(dx, lbc, rbc, ll, lm, lr, z, nz)
Definition: fast3d.f:562
ophinv
subroutine ophinv(o1, o2, o3, i1, i2, i3, h1, h2, tolh, nmxhi)
Definition: induct.f:1026
glsc23
function glsc23(x, y, z, n)
Definition: math.f:812
outmatz
subroutine outmatz(a, m, n, name6, ie)
Definition: hsmg.f:2929
time00
subroutine time00
Definition: drive2.f:838
vol_flow_ms
subroutine vol_flow_ms
Definition: multimesh.f:655
convab
subroutine convab
Definition: conduct.f:205
hsmg_setup_mg_nx
subroutine hsmg_setup_mg_nx()
Definition: hsmg.f:1605
outfldan
subroutine outfldan(x, n, txt10, ichk)
Definition: hsmg.f:1826
hsmg_solve
subroutine hsmg_solve(e, r)
Definition: hsmg.f:1377
ccrs_xxt_solve
#define ccrs_xxt_solve
Definition: fcrs.c:17
hsmg_schwarz_toext3d
subroutine hsmg_schwarz_toext3d(a, b, n)
Definition: hsmg.f:581
opchsgn
subroutine opchsgn(a, b, c)
Definition: navier1.f:2471
legendre_poly
subroutine legendre_poly(L, x, N)
Definition: navier5.f:791
chswapr
subroutine chswapr(b, L, ind, n, temp)
Definition: math.f:1210
setchar
subroutine setchar
Definition: ssolv.f:744
map_pm1_to_pr
subroutine map_pm1_to_pr(pm1, ifile)
Definition: ic.f:2706
outfldn
subroutine outfldn(x, n, txt10, ichk)
Definition: hsmg.f:1680
col4
subroutine col4(a, b, c, d, n)
Definition: math.f:120
cdtp
subroutine cdtp(dtx, x, rm2, sm2, tm2, isd)
Definition: navier1.f:331
specx
subroutine specx(b, nb, a, na, ba, ab, w)
Definition: induct.f:758
gen_fast
subroutine gen_fast(df, sr, ss, st, x, y, z)
Definition: fast3d.f:3
dprocmapget
subroutine dprocmapget(ibuf, ieg)
Definition: dprocmap.f:68
vrdsmsh
subroutine vrdsmsh
Definition: connect2.f:136
intp_setup
subroutine intp_setup(tolin)
Definition: interp.f:210
csplit
subroutine csplit(s0, s1, s2, l0)
Definition: ic.f:1402
h1_proj
subroutine h1_proj(u, nx, ny, nz)
Definition: dssum.f:567
do_semhat_weight
subroutine do_semhat_weight(jgl, dgl, bgl, n)
Definition: fast3d.f:1200
hsmg_setup_wtmask
subroutine hsmg_setup_wtmask
Definition: hsmg.f:182
split_vis
subroutine split_vis
Definition: plan4.f:459
col2
subroutine col2(a, b, n)
Definition: math.f:564
hsmg_fdm
subroutine hsmg_fdm(e, r, l)
Definition: hsmg.f:886
curl
subroutine curl(vort, u, v, w, ifavg, work1, work2)
Definition: induct.f:489
mfi_parse_hdr
subroutine mfi_parse_hdr(hdr, ierr)
Definition: ic.f:2199
swap_lengths
subroutine swap_lengths
Definition: fast3d.f:1541
gfldr_getxyz
subroutine gfldr_getxyz(xout, yout, zout)
Definition: gfldr.f:155
dface_add1si
subroutine dface_add1si(x, c)
Definition: fasts.f:261
uzawa
subroutine uzawa(rcg, h1, h2, h2inv, intype, iter)
Definition: navier1.f:2834
avg2
subroutine avg2(avg, f, alpha, beta, n, name, ifverbose)
Definition: navier5.f:1048
capit
subroutine capit(lettrs, n)
Definition: ic.f:1648
printdiverr
subroutine printdiverr
Definition: plan4.f:652
i8zero
subroutine i8zero(a, n)
Definition: math.f:939
addcol4
subroutine addcol4(a, b, c, d, n)
Definition: math.f:142
nekuf
subroutine nekuf(f1, f2, f3)
Definition: navier1.f:1490
mg_mask_e
subroutine mg_mask_e(w, mask)
Definition: hsmg.f:2060
log2
integer function log2(k)
Definition: math.f:527
dudxyz
subroutine dudxyz(du, u, rm1, sm1, tm1, jm1, imsh, isd)
Definition: navier1.f:1157
sfastax
subroutine sfastax
Definition: hmholtz.f:311
vectof
subroutine vectof(b, a, ie, iface, nx, ny, nz)
Definition: dssum.f:435
hsmg_schwarz_wt2d
subroutine hsmg_schwarz_wt2d(e, wt, n)
Definition: hsmg.f:1262
mg_intp_gfc_e
subroutine mg_intp_gfc_e(gc, gf, ng, nxc, nyc, nzc, nxf, nyf, nzf, e, l, w)
Definition: hsmg.f:2657
outmat4
subroutine outmat4(a, l, m, n, nel, name6, ie)
Definition: hmholtz.f:1651
sub3
subroutine sub3(a, b, c, n)
Definition: math.f:175
h1mg_setup_schwarz_wt2d_2
subroutine h1mg_setup_schwarz_wt2d_2(wt, ie, n, work, ifsqrt)
Definition: hsmg.f:2966
initdim
subroutine initdim
Definition: drive2.f:2
ccrs_xxt_free
#define ccrs_xxt_free
Definition: fcrs.c:19
add2col2
subroutine add2col2(a, b, c, n)
Definition: math.f:1565
vec_dssum
subroutine vec_dssum(u, v, w, nx, ny, nz)
Definition: dssum.f:164
mpi_intercomm_merge
subroutine mpi_intercomm_merge(icomm, ihigh, icommd, ierr)
Definition: mpi_dummy.f:1073
makeuq
subroutine makeuq
Definition: conduct.f:106
dadd2
subroutine dadd2(a, b, n)
Definition: math.f:1201
interp_setup
subroutine interp_setup(ih, tolin, nmsh, nelm)
Definition: interp.f:5
elasolv
subroutine elasolv(nel)
Definition: mvmesh.f:729
intp_do
subroutine intp_do(fldout, fldin, nfld, xp, yp, zp, n, iwk, rwk, nmax, iflp)
Definition: interp.f:217
iglmax_ms
function iglmax_ms(a, n)
Definition: math.f:1729
readat
subroutine readat
Definition: connect2.f:3
set_up_fast_1d_fem_ax
subroutine set_up_fast_1d_fem_ax(s, lam, n, lbc, rbc, ll, lm, lr, z, y, nz, ie)
Definition: fast3d.f:907
alpham2
subroutine alpham2(ALPHA, H1, H2, H2INV, INLOC)
Definition: eigsolv.f:310
lorentz_force_e
subroutine lorentz_force_e(lf, b1, b2, b3, e)
Definition: induct.f:574
alpham1
subroutine alpham1(ALPHA, MASK, MULT, H1, H2, ISD)
Definition: eigsolv.f:204
local_grad3
subroutine local_grad3(ur, us, ut, u, N, e, D, Dt)
Uses mxm() to compute gradient of 3D arrays.
Definition: navier5.f:432
mod1
function mod1(i, n)
Definition: math.f:509
mpi_reduce_integer
subroutine mpi_reduce_integer(data1, data2, n, operation, ierror)
Definition: mpi_dummy.f:793
usrdat2
subroutine usrdat2()
Definition: zero.usr:147
gfldr_intp
subroutine gfldr_intp(fieldout, nout, fieldin, iffpts)
Definition: gfldr.f:261
cmult
subroutine cmult(a, const, n)
Definition: math.f:315
outrio
subroutine outrio(v, n, io)
Definition: drive2.f:1725
add4
subroutine add4(a, b, c, d, n)
Definition: math.f:728
fmdian
function fmdian(a, n, ifok)
Definition: math.f:1004
ccrs_hypre_setup
struct crs_data * ccrs_hypre_setup(uint n, const ulong *id, uint nz, const uint *Ai, const uint *Aj, const double *Av, const uint nullspace, const struct comm *comm, const double *param)
mpi_allgatherv
subroutine mpi_allgatherv(data1, nsend, sendtype, data2, nrecv, ndispls, recvtype, comm, ierror)
Definition: mpi_dummy.f:108
hsmg_tnsr2d
subroutine hsmg_tnsr2d(v, nv, u, nu, A, Bt)
Definition: hsmg.f:259
cfl_check
subroutine cfl_check
Definition: induct.f:1527
bcmask
subroutine bcmask
Definition: bdry.f:316
gensrf
subroutine gensrf(XML, YML, ZML, IFCE, IE, MX, MY, MZ, zgml)
Definition: genxyz.f:1023
ascol5
subroutine ascol5(a, b, c, d, e, n)
Definition: math.f:153
lagvel
subroutine lagvel
Definition: navier1.f:1937
invcol2
subroutine invcol2(a, b, n)
Definition: math.f:73
mxm
subroutine mxm(a, n1, b, n2, c, n3)
Compute matrix-matrix product C = A*B for contiguously packed matrices A,B, and C.
Definition: mxm_wrapper.f:6
mpi_comm_split
subroutine mpi_comm_split(comm, icolor, ikey, comm_new, ierror)
Definition: mpi_dummy.f:432
nekasgn
subroutine nekasgn(ix, iy, iz, e)
Definition: bdry.f:1121
hsmg_setup_solve
subroutine hsmg_setup_solve
Definition: hsmg.f:1357
add3s2
subroutine add3s2(a, b, c, c1, c2, n)
Definition: math.f:716
gllnid
integer function gllnid(ieg)
Definition: dprocmap.f:161
wlaplacian
subroutine wlaplacian(out, a, diff, ifld)
Definition: navier1.f:4377
nek__multi_advance
subroutine nek__multi_advance(kstep, msteps)
Multi-level time advancement. Calls nek_advance() msteps times.
Definition: drive1.f:404
hmh_flex_cg
subroutine hmh_flex_cg(res, h1, h2, wt, iter)
Definition: hmholtz.f:2157
setup_convect
subroutine setup_convect(igeom)
Definition: convect2.f:17
ftoveci
subroutine ftoveci(a, b, ie, iface, nx, ny, nz)
Definition: dssum.f:453
set_fdm_prec_h1a_gen
subroutine set_fdm_prec_h1a_gen
Definition: hmholtz.f:1024
hpf_trns_fcn
subroutine hpf_trns_fcn(diag, kut)
Definition: hpf.f:218
CHECK_HANDLE
#define CHECK_HANDLE(func)
Definition: fcrs.c:40
opsub2
subroutine opsub2(a1, a2, a3, b1, b2, b3)
Definition: navier1.f:2367
xyzquad
subroutine xyzquad(xl, yl, zl, nxl, nyl, nzl, e)
Definition: genxyz.f:1334
crs_data
Definition: crs_amg.c:111
mpi_initialized
subroutine mpi_initialized(mpi_is_initialized, ierr)
Definition: mpi_dummy.f:1050
dssum_msk
subroutine dssum_msk(u, mask, nx, ny, nz)
Definition: dssum.f:629
defsrf
subroutine defsrf(xml, yml, zml, nxl, nyl, nzl, ie, iface1, ccv)
Definition: genxyz.f:104
gradr
subroutine gradr(ur, us, ut, u, Dr, Dst, Dtt, nr, ns, nt, if3d)
Definition: hmholtz.f:1712
copyi4
subroutine copyi4(a, b, n)
Definition: math.f:270
clean_xyzq
subroutine clean_xyzq(x, y, z, if3d)
Definition: genxyz.f:1413
fluidp
subroutine fluidp(igeom)
Definition: perturb.f:3
dsavg
subroutine dsavg(u)
Definition: ic.f:1877
hsmg_setup_fast1d
subroutine hsmg_setup_fast1d(s, lam, nl, lbc, rbc, ll, lm, lr, ah, bh, n, ie)
Definition: hsmg.f:784
hsmg_tnsr3d_el
subroutine hsmg_tnsr3d_el(v, nv, u, nu, A, Bt, Ct)
Definition: hsmg.f:310
axis_interp_ic
subroutine axis_interp_ic(pm1)
Definition: ic.f:2654
h1mg_setup_mask
subroutine h1mg_setup_mask(mask, nm, nx, ny, nz, nel, l, w)
Definition: hsmg.f:2427
glmax_ms
function glmax_ms(a, n)
Definition: math.f:1657
makebdq
subroutine makebdq
Definition: conduct.f:255
i8copy
subroutine i8copy(a, b, n)
Definition: math.f:297
row_zero
subroutine row_zero(a, m, n, e)
Definition: fast3d.f:1617
hsmg_tnsr
subroutine hsmg_tnsr(v, nv, u, nu, A, At)
Definition: hsmg.f:243
vsq
subroutine vsq(A, N)
Definition: math.f:31
mpi_reduce_double_precision
subroutine mpi_reduce_double_precision(data1, data2, n, operation, ierror)
Definition: mpi_dummy.f:736
opgrad
subroutine opgrad(out1, out2, out3, inp)
Definition: navier1.f:298
ifgtrl
logical function ifgtrl(VALUE, LINE)
Definition: ic.f:1662
genwz
subroutine genwz
Definition: coef.f:2
ressrf
function ressrf(x, c, cc)
Definition: genxyz.f:1219
msgwait
subroutine msgwait(imsg)
Definition: comm_mpi.f:488
intp_free
subroutine intp_free()
Definition: interp.f:224
mpi_abort
subroutine mpi_abort(comm, errorcode, ierror)
Definition: mpi_dummy.f:47
csend
subroutine csend(mtype, buf, len, jnid, jpid)
Definition: comm_mpi.f:302
nek_advance
subroutine nek_advance
Time advancement. What it does differs based on solver flags and formulation. Summary of calls:
Definition: drive1.f:281
bcdirvc
subroutine bcdirvc(V1, V2, V3, mask1, mask2, mask3)
Definition: bdry.f:574
map13_all
subroutine map13_all(x3, x1)
Definition: ic.f:1905
setlog
subroutine setlog(ifecho)
Definition: bdry.f:3
prsolvt
subroutine prsolvt
Definition: ic.f:1488
crs_data::comm
struct comm comm
Definition: crs_amg.c:112
rone
subroutine rone(a, n)
Definition: math.f:230
fnc
function fnc(ETA)
Definition: genxyz.f:325
read_con
subroutine read_con(wk, nwk, nelr, nv, nelgti, nelgvi)
Definition: map2.f:294
plan4
subroutine plan4(igeom)
Definition: plan4.f:3
mpi_comm_size
subroutine mpi_comm_size(comm, nprocs, ierror)
Definition: mpi_dummy.f:410
plan2_vol
subroutine plan2_vol(vxc, vyc, vzc, prc)
Definition: drive2.f:1501
geom2
subroutine geom2
Definition: coef.f:823
mpi_comm_create
subroutine mpi_comm_create(icomm, igroup, icommd, ierr)
Definition: mpi_dummy.f:1058
parse_std_hdr_2006
subroutine parse_std_hdr_2006(hdr, rlcode)
Definition: ic.f:2315
ifgtil
logical function ifgtil(IVALUE, LINE)
Definition: ic.f:1699
chcopy
subroutine chcopy(a, b, n)
Definition: math.f:281
makebsource_mhd
subroutine makebsource_mhd
Definition: induct.f:74
setmap
subroutine setmap(n1, nd)
Definition: navier1.f:3058
hsmg_setup_semhat
subroutine hsmg_setup_semhat
Definition: hsmg.f:51
hsmg_tnsr1_2d
subroutine hsmg_tnsr1_2d(v, nv, nu, A, Bt)
Definition: hsmg.f:2152
opadd2cm
subroutine opadd2cm(a1, a2, a3, b1, b2, b3, c)
Definition: plan4.f:439
parse_std_hdr
subroutine parse_std_hdr(hdr)
Definition: ic.f:2216
glsc2_ms
function glsc2_ms(a, b, n)
Definition: math.f:1717
setrhsp
subroutine setrhsp(p, h1, h2, h2inv, pset, niprev)
Definition: induct.f:1155
gen_eigs_a_fem_ax
subroutine gen_eigs_a_fem_ax(sf, sft, atd, n, l, y, lbc, rbc)
Definition: fast3d.f:1037
hmhzsf
subroutine hmhzsf(name, u1, u2, u3, r1, r2, r3, h1, h2, rmask1, rmask2, rmask3, rmult, tol, maxit, matmod)
Definition: subs1.f:1096
mfi_getv
subroutine mfi_getv(u, v, w, wk, lwk, iskip)
Definition: ic.f:2056
opbinv
subroutine opbinv(out1, out2, out3, inp1, inp2, inp3, h2inv)
Definition: navier1.f:776
gengeom
subroutine gengeom(igeom)
Definition: drive2.f:371
col3
subroutine col3(a, b, c, n)
Definition: math.f:598
set_overlap2
subroutine set_overlap2
Definition: gmres.f:548
setprec_dg
subroutine setprec_dg(d, h1, h2, imsh, isd)
Definition: hmholtz.f:1795
local_solves_fdm
subroutine local_solves_fdm(u, v)
Definition: fasts.f:3
gop
subroutine gop(x, w, op, n)
Definition: comm_mpi.f:200
add2
subroutine add2(a, b, n)
Definition: math.f:622
ccrs_amg_solve
#define ccrs_amg_solve
Definition: fcrs.c:26
iadd
subroutine iadd(i1, iscal, n)
Definition: math.f:337
set_vert
subroutine set_vert(glo_num, ngv, nx, nel, vertex, ifcenter)
Definition: navier8.f:4
admcol3
subroutine admcol3(a, b, c, d, n)
Definition: math.f:1556
glsc3_ms
function glsc3_ms(a, b, c, n)
Definition: math.f:1705
mfi_gets
subroutine mfi_gets(u, wk, lwk, iskip)
Definition: ic.f:1922
lorentz_force2
subroutine lorentz_force2(lf, b1, b2, b3)
Definition: induct.f:542
zbrac
subroutine zbrac(x1, x2, succes)
Definition: genxyz.f:207
dprocmapfind
subroutine dprocmapfind(il, nids, ieg)
Definition: dprocmap.f:129
uzprec
subroutine uzprec(rpcg, rcg, h1m1, h2m1, intype, wp)
Definition: navier1.f:899
uzawa_gmres_split0
subroutine uzawa_gmres_split0(l, u, b, binv, n)
Definition: gmres.f:240
mpi_allgather
subroutine mpi_allgather(data1, nsend, sendtype, data2, nrecv, recvtype, comm, ierror)
Definition: mpi_dummy.f:73
hsmg_setup_rstr_wt
subroutine hsmg_setup_rstr_wt(wt, nx, ny, nz, l, w)
Definition: hsmg.f:988
hsolve
subroutine hsolve(name, u, r, h1, h2, vmk, vml, imsh, tol, maxit, isd, approx, napprox, bi)
Definition: navier4.f:564
cv_setsize
subroutine cv_setsize
Definition: cvode_driver.f:3
rescale_abhalf
subroutine rescale_abhalf(a, b, w, n)
Definition: hmholtz.f:1432
iglmin_ms
function iglmin_ms(a, n)
Definition: math.f:1741
mg_set_h2
subroutine mg_set_h2(p_h2, l0)
Definition: hsmg.f:2551
mpi_wait
subroutine mpi_wait(irequest, istatus, ierror)
Definition: mpi_dummy.f:943
startx1
subroutine startx1(X1, Y1, MASK, MULT, NEL)
Definition: eigsolv.f:398
prsolvv
subroutine prsolvv
Definition: ic.f:1535
econjp
subroutine econjp(pset, nprev, h1, h2, h2inv, ierr)
Definition: induct.f:1270
do_weight_op
subroutine do_weight_op(x)
Definition: fasts.f:405
hsmg_rstr_no_dssum
subroutine hsmg_rstr_no_dssum(uc, uf, l)
Definition: hsmg.f:228
gfldr_getfld
subroutine gfldr_getfld(out1, out2, out3, nout, nldim, ifldpos)
Definition: gfldr.f:186
dot
real function dot(V1, V2, N)
Definition: genxyz.f:885
hsmg_extrude
subroutine hsmg_extrude(arr1, l1, f1, arr2, l2, f2, nx, ny, nz)
Definition: hsmg.f:369
hsmg_rstr
subroutine hsmg_rstr(uc, uf, l)
Definition: hsmg.f:215
q_filter
subroutine q_filter(wght)
Definition: navier5.f:3
echopar
subroutine echopar
Definition: drive2.f:291
hsmg_coarse_solve
subroutine hsmg_coarse_solve(e, r)
Definition: hsmg.f:1322
hsmg_tnsr1_3d
subroutine hsmg_tnsr1_3d(v, nv, nu, A, Bt, Ct)
Definition: hsmg.f:2183
geom_reset
subroutine geom_reset(icall)
Definition: ic.f:1802
intrsc
subroutine intrsc(x3, x2, x1, delt, ie, iface)
Definition: genxyz.f:168
glmax
function glmax(a, n)
Definition: math.f:960
runstat
subroutine runstat
Definition: drive2.f:918
ioutfld
subroutine ioutfld(a, m, n, nel, name6, ie)
Definition: hmholtz.f:1691
heat_cvode
subroutine heat_cvode(igeom)
Definition: drive2.f:790
glmin
function glmin(a, n)
Definition: math.f:973
convch
subroutine convch
Definition: convect.f:965
sphsrf
subroutine sphsrf(xml, yml, zml, ifce, ie, nx, ny, nz, xysrf)
Definition: genxyz.f:677
ifill
subroutine ifill(ia, ib, n)
Definition: math.f:252
byte_set_view
subroutine byte_set_view(ioff_in, mpi_fh)
Definition: byte_mpi.f:97
sethlm
subroutine sethlm(h1, h2, intloc)
Definition: subs1.f:1014
hsmg_schwarz
subroutine hsmg_schwarz(e, r, l)
Definition: hsmg.f:497
add2s1
subroutine add2s1(a, b, c1, n)
Definition: math.f:678
h1mg_axm
subroutine h1mg_axm(w, p, aw, ap, l, wk)
Definition: hsmg.f:1952
hsmg_schwarz_toext2d
subroutine hsmg_schwarz_toext2d(a, b, n)
Definition: hsmg.f:556
mg_set_msk
subroutine mg_set_msk(p_msk, l0)
Definition: hsmg.f:2397
chkptol
subroutine chkptol
Definition: navier4.f:269
redo_split_vis
subroutine redo_split_vis
Definition: plan4.f:477
mapdmp
subroutine mapdmp(sdump, tdump, ieg, nxr, nyr, nzr, if_byte_sw)
Definition: ic.f:1109
setproj
subroutine setproj(n1, nd)
Definition: navier1.f:4124
xaddcol3
subroutine xaddcol3(a, b, c, n)
Definition: math.f:131
vsqrt
subroutine vsqrt(A, N)
Definition: math.f:41
gammasf
subroutine gammasf(H1, H2)
Definition: subs2.f:256
settolt
subroutine settolt
Definition: ssolv.f:693
add3
subroutine add3(a, b, c, n)
Definition: math.f:644
crs_solve_h1
subroutine crs_solve_h1(uf, vf)
Definition: navier8.f:1339
geom1
subroutine geom1(xm3, ym3, zm3)
Definition: coef.f:361
setupds_no_crn
subroutine setupds_no_crn(gs_h, nx, ny, nz, nel, melg, vertex, glo_num)
Definition: gmres.f:1290
hsmg_do_fast
subroutine hsmg_do_fast(e, r, s, d, nl)
Definition: hsmg.f:898
mxma
subroutine mxma(a, n1, b, n2, c, n3)
Definition: mxm_std.f:4118
vlsc21
real function vlsc21(x, y, n)
Definition: math.f:753
get_exyz
subroutine get_exyz(ex, ey, ez, eg, nelx, nely, nelz)
Definition: navier5.f:1258
h1mg_setup_semhat
subroutine h1mg_setup_semhat
Definition: hsmg.f:2341
cggo_dg
subroutine cggo_dg(x, f, h1, h2, binv, mask, name, tin, maxit)
Definition: hmholtz.f:1490
ltrue
subroutine ltrue(a, n)
Definition: math.f:237
mpi_comm_dup
subroutine mpi_comm_dup(comm, comm_out, ierror)
Definition: mpi_dummy.f:349
plane_space
subroutine plane_space(lr, ls, lt, i1, i2, w, x, y, z, nx, nxn, nz0, nzn)
Definition: fast3d.f:307
byte_open_mpi
subroutine byte_open_mpi(fnamei, mpi_fh, ifro, ierr)
Definition: byte_mpi.f:13
plan1
subroutine plan1(igeom)
Definition: navier1.f:2
ivlmax
integer function ivlmax(vec, n)
Definition: math.f:382
vol_flow
subroutine vol_flow
Definition: drive2.f:1325
gl2norm
real function gl2norm(a, n)
Definition: math.f:829
vlsc32
function vlsc32(r, b, m, n)
Definition: hmholtz.f:844
vbyte_swap
subroutine vbyte_swap(x, n)
Definition: ic.f:1756
sioflag
subroutine sioflag(ndumps, fname, rsopts)
Definition: ic.f:954
ssnormd
subroutine ssnormd(DV1, DV2, DV3)
Definition: ssolv.f:629
mpi_group_free
subroutine mpi_group_free
Definition: mpi_dummy.f:1088
crecv2
subroutine crecv2(mtype, buf, lenm, jnid)
Definition: comm_mpi.f:332
mpi_reduce_real
subroutine mpi_reduce_real(data1, data2, n, operation, ierror)
Definition: mpi_dummy.f:821
sethmat
subroutine sethmat(h, zgml, nxl, nyl, nzl)
Definition: genxyz.f:613
mpi_waitany
subroutine mpi_waitany(icount, array_of_requests, index, istatus, ierror)
Definition: mpi_dummy.f:993
hmholtz_dg
subroutine hmholtz_dg(name, u, rhs, h1, h2, mask, tol, maxit)
Definition: hmholtz.f:1459
plan3_vol
subroutine plan3_vol(vxc, vyc, vzc, prc)
Definition: drive2.f:1560
set_proc_map
subroutine set_proc_map()
Definition: map2.f:400
mapab4r
subroutine mapab4r(x, y, nxr, nel)
Definition: ic.f:1253
hsmg_dsprod
subroutine hsmg_dsprod(u, l)
Definition: hsmg.f:343
chktcg2
subroutine chktcg2(tol, res, iconv)
Definition: navier1.f:1090
cmult2
subroutine cmult2(A, B, CONST, N)
Definition: subs2.f:341
hxdg
subroutine hxdg(au, u, h1, h2)
Definition: hmholtz.f:2050
calcz
subroutine calcz(d, e, n, dmax, dmin, z, ierr)
Definition: calcz.f:3
crs_data::null_space
int null_space
Definition: crs_amg.c:116
mhd_bc_dn
subroutine mhd_bc_dn(ibc, face, e)
Definition: fast3d.f:1626
phys_to_elsasser2
subroutine phys_to_elsasser2(u1, b1, n)
Definition: induct.f:827
irecv
function irecv(msgtag, x, len)
Definition: comm_mpi.f:470
extrapp
subroutine extrapp(p, plag)
Definition: induct.f:373
indx1
integer function indx1(S1, S2, L2)
Definition: ic.f:1357
mpi_send
subroutine mpi_send(data, n, datatype, iproc, itag, comm, ierror)
Definition: mpi_dummy.f:914
crecv
subroutine crecv(mtype, buf, lenm)
Definition: comm_mpi.f:312
hsmg_dssum
subroutine hsmg_dssum(u, l)
Definition: hsmg.f:327
hsmg_intp
subroutine hsmg_intp(uf, uc, l)
Definition: hsmg.f:206
getdr
subroutine getdr(dri, zgm1, lx1)
Definition: induct.f:1012
ivlmin
integer function ivlmin(vec, n)
Definition: math.f:368
hsmg_tnsr1
subroutine hsmg_tnsr1(v, nv, nu, A, At)
Definition: hsmg.f:2135
add2sxy
subroutine add2sxy(x, a, y, b, n)
Definition: math.f:1574
files
subroutine files
Definition: drive2.f:413
glamax_ms
function glamax_ms(a, n)
Definition: math.f:1669
slogic
subroutine slogic(iffort, ifrest, ifprsl, nfiles)
Definition: ic.f:284
matvect
subroutine matvect(out, d, vec, n1, n2)
Definition: dssum.f:340
gtpp_gs_setup
subroutine gtpp_gs_setup(hndl, nelgx, nelgy, nelgz, idir)
Definition: dssum.f:789
makebdf
subroutine makebdf
Definition: navier1.f:1556
byte_reverse
#define byte_reverse
Definition: byte.c:33
lagbfield
subroutine lagbfield
Definition: induct.f:55
restart
subroutine restart(nfiles)
Definition: ic.f:416
mpi_wtime
real *8 function mpi_wtime()
Definition: mpi_dummy.f:1033
vlmin
real function vlmin(vec, n)
Definition: math.f:357
vectofi
subroutine vectofi(b, a, ie, iface, nx, ny, nz)
Definition: dssum.f:471
usrdat3
subroutine usrdat3()
Definition: zero.usr:157
get_vert
subroutine get_vert
Definition: map2.f:126
h1mg_setup_schwarz_wt_2
subroutine h1mg_setup_schwarz_wt_2(wt, ie, n, work, ifsqrt)
Definition: hsmg.f:2955
read_map
subroutine read_map(vertex, nlv, wk, mdw, ndw)
Definition: map2.f:453
glamin
real function glamin(a, n)
Definition: math.f:887
igop
subroutine igop(x, w, op, n)
Definition: comm_mpi.f:246
invers2
subroutine invers2(a, b, n)
Definition: math.f:51
prepost
subroutine prepost(ifdoin, prefin)
Definition: prepost.f:91
ctolspl
subroutine ctolspl(tolspl, respr)
Definition: navier1.f:194
avg1
subroutine avg1(avg, f, alpha, beta, n, name, ifverbose)
Definition: navier5.f:1025
set_overlap
subroutine set_overlap
Definition: navier6.f:31
ljust
subroutine ljust(string)
Definition: ic.f:1433
setdef
subroutine setdef
Definition: genxyz.f:352
makebdfb
subroutine makebdfb
Definition: induct.f:179
bcneutr
subroutine bcneutr
Definition: bdry.f:1200
set_fdm_prec_h1a_els
subroutine set_fdm_prec_h1a_els
Definition: hmholtz.f:1116
fastdm1
subroutine fastdm1(r, df, sr, ss, st, w1, w2)
Definition: fasts.f:97
iglmax
function iglmax(a, n)
Definition: math.f:913
eigenv
subroutine eigenv
Definition: eigsolv.f:91
settime
subroutine settime
Definition: drive2.f:540
startx2
subroutine startx2(X2, Y2)
Definition: eigsolv.f:430
build_hpf_fld
subroutine build_hpf_fld(v, u, f, nx, nz)
Definition: hpf.f:150
rzero_g
subroutine rzero_g(a, e, nx, ny, nz)
Definition: gmres.f:1335
iswap
subroutine iswap(b, ind, n, temp)
Definition: math.f:549
dprocmapput
subroutine dprocmapput(ibuf, lbuf, ioff, ieg)
Definition: dprocmap.f:40
cadd2
subroutine cadd2(a, b, const, n)
Definition: math.f:346
opcount
subroutine opcount(ICALL)
Definition: drive2.f:1231
tensr3
subroutine tensr3(v, nv, u, nu, A, Bt, Ct, w)
Definition: fasts.f:126
mpi_bcast
subroutine mpi_bcast(data, n, datatype, node, comm, ierror)
Definition: mpi_dummy.f:213
gfldr_buf2vi
subroutine gfldr_buf2vi(vi, index, buf, ldim, wds, nel, nxyz)
Definition: gfldr.f:240
dist_xyzc
real function dist_xyzc(i, j, ie)
Definition: genxyz.f:1520
neknek_exchange
subroutine neknek_exchange
Definition: multimesh.f:418
h1mg_mask
subroutine h1mg_mask(w, mask, nel)
Definition: hsmg.f:2045
matvec3
subroutine matvec3(uout, Jmat, uin, iftrsp, n1, n2)
Definition: dssum.f:291
spec_curl_e
subroutine spec_curl_e(cb, b1, b2, b3, rx, ry, rz, sx, sy, sz, tx, ty, tz)
Definition: induct.f:690
admesht
subroutine admesht
Definition: mvmesh.f:111
hsmg_schwarz_toreg2d
subroutine hsmg_schwarz_toreg2d(b, a, n)
Definition: hsmg.f:600
dofcnt
subroutine dofcnt
Definition: drive2.f:1289
cdabdtp
subroutine cdabdtp(ap, wp, h1, h2, h2inv, intype)
Definition: navier1.f:259
copy
subroutine copy(a, b, n)
Definition: math.f:260
load_semhat_weighted
subroutine load_semhat_weighted
Definition: fast3d.f:1182
cdscal
subroutine cdscal(igeom)
Definition: conduct.f:3
icadd
subroutine icadd(a, c, n)
Definition: math.f:1267
lshft
subroutine lshft(string, ipt)
Definition: ic.f:1417
mesh_metrics
subroutine mesh_metrics
Definition: genxyz.f:1437
norm3d
subroutine norm3d(v1)
Definition: genxyz.f:912
cv_init
subroutine cv_init
Definition: cvode_driver.f:12
fd_weights_full
subroutine fd_weights_full(xx, x, n, m, c)
Definition: fast3d.f:1293
cggo
subroutine cggo(x, f, h1, h2, mask, mult, imsh, tin, maxit, isd, binv, name)
Definition: hmholtz.f:612
igllm
subroutine igllm(I12, IT12, Z1, Z2, lz1, lz2, ND1, ND2)
Definition: speclib.f:1102
gradl_rst_t
subroutine gradl_rst_t(u, ur, us, ut, md, if3d)
Definition: navier1.f:4621
glamin_ms
function glamin_ms(a, n)
Definition: math.f:1645
mg_set_gb
subroutine mg_set_gb(p_g, p_b, l0)
Definition: hsmg.f:2785
mpi_comm_get_attr
subroutine mpi_comm_get_attr(icomm, ikey, ival, iflag, ierr)
Definition: mpi_dummy.f:1093
gencoor
subroutine gencoor(xm3, ym3, zm3)
Definition: genxyz.f:534
opadd2
subroutine opadd2(a1, a2, a3, b1, b2, b3)
Definition: navier1.f:2357
setup_topo
subroutine setup_topo
Definition: connect1.f:3
get_vert_map
subroutine get_vert_map(vertex, nlv, wk, mdw, ndw)
Definition: map2.f:154
dg_setup
subroutine dg_setup
Definition: conduct.f:546
h1mg_setup_fdm
subroutine h1mg_setup_fdm()
Definition: hsmg.f:634
add3s12
subroutine add3s12(x, y, z, c1, c2, n)
Definition: math.f:1534
ax
subroutine ax(w, x, h1, h2, n)
Definition: gmres.f:285
updrhse
subroutine updrhse(p, h1, h2, h2inv, ierr)
Definition: navier4.f:357
set_up_fast_1d_sem_op
subroutine set_up_fast_1d_sem_op(g, b0, b1, l, r, ll, lm, lr, bh, jgl, jscl)
Definition: fast3d.f:1409
elsasserh
subroutine elsasserh(igeom)
Definition: induct.f:855
mpi_cart_shift
subroutine mpi_cart_shift(comm, idir, idisp, isource, idest, ierror)
Definition: mpi_dummy.f:324
cross
subroutine cross(v1, v2, v3)
Definition: genxyz.f:899
map12
subroutine map12(y, x, iel)
Definition: coef.f:1530
setprop
subroutine setprop
Definition: subs1.f:2618
transpose
subroutine transpose(a, lda, b, ldb)
Definition: math.f:1594
ortho
subroutine ortho(respr)
Definition: navier1.f:224
outfldi_g
subroutine outfldi_g(x, txt10, nx, nz, ichk)
Definition: gmres.f:1227
ptbgeom
subroutine ptbgeom
Definition: mvmesh.f:950
mpi_rsend
subroutine mpi_rsend(data, n, datatype, iproc, itag, comm, ierror)
Definition: mpi_dummy.f:884
gllog
subroutine gllog(la, lb)
Definition: math.f:986
mpi_reduce_scatter
subroutine mpi_reduce_scatter(data1, data2, n, datatype, operation, comm, ierror)
Definition: mpi_dummy.f:850
icopy
subroutine icopy(a, b, n)
Definition: math.f:289
srfind
subroutine srfind(x1, x0, c, cc)
Definition: genxyz.f:1183
hsmg_setup_intpm
subroutine hsmg_setup_intpm(jh, zf, zc, nf, nc)
Definition: hsmg.f:109
outmax
subroutine outmax(a, m, n, name6, ie)
Definition: hmholtz.f:1636
makeuf
subroutine makeuf
Definition: navier1.f:1471
hsmg_setup_fdm
subroutine hsmg_setup_fdm()
Definition: hsmg.f:668
updcoor
subroutine updcoor
Definition: mvmesh.f:226
zwgl
subroutine zwgl(Z, W, NP)
Definition: speclib.f:91
addtnsr
subroutine addtnsr(s, h1, h2, h3, nx, ny, nz)
Definition: math.f:477
transpose1
subroutine transpose1(a, n)
Definition: math.f:1605
mpi_get_count
subroutine mpi_get_count(istatus, datatype, icount, ierror)
Definition: mpi_dummy.f:551
setnekcomm
subroutine setnekcomm(comm_in)
Definition: comm_mpi.f:1410
fcrs_free
#define fcrs_free
Definition: fcrs.c:33
set_up_1d_geom_ax
subroutine set_up_1d_geom_ax(dx, lbc, rbc, ll, lm, lr, z, y, nz)
Definition: fast3d.f:941
err_chk
subroutine err_chk(ierr, string)
Definition: comm_mpi.f:557
mpi_copy_integer
subroutine mpi_copy_integer(data1, data2, n, ierror)
Definition: mpi_dummy.f:481
subcol3
subroutine subcol3(a, b, c, n)
Definition: math.f:186
cdscal_cvode
subroutine cdscal_cvode
Definition: cvode_driver.f:21
set_ifbcor
subroutine set_ifbcor
Definition: induct.f:1095
rotxyz
subroutine rotxyz
Definition: genxyz.f:977
outmat2
subroutine outmat2(a, m, n, k, name)
Definition: hmholtz.f:1416
iglsum_ms
function iglsum_ms(a, n)
Definition: math.f:1693
col2c
subroutine col2c(a, b, c, n)
Definition: math.f:588
indx_cut
integer function indx_cut(S1, S2, L2)
Definition: ic.f:1375
hsmg_do_wt
subroutine hsmg_do_wt(u, wt, nx, ny, nz)
Definition: hsmg.f:933
h1mg_setup_schwarz_wt
subroutine h1mg_setup_schwarz_wt(ifsqrt)
Definition: hsmg.f:1218
build_hpf_mat
subroutine build_hpf_mat(op_mat, f_filter, ifboyd)
Definition: hpf.f:101
setprec
subroutine setprec(dpcm1, helm1, helm2, imsh, isd)
Definition: hmholtz.f:381
ltrunc
function ltrunc(string, l)
Definition: math.f:494
ftovec_0
subroutine ftovec_0(a, b, ie, iface, nx, ny, nz)
Definition: dssum.f:398
setdt
subroutine setdt
Definition: subs1.f:179
spec_coeff_init
subroutine spec_coeff_init(ref_xmap, ifboyd)
Definition: hpf.f:255
outfldr_g
subroutine outfldr_g(x, txt10, nx, nz, ichk)
Definition: gmres.f:1164
gradrta
subroutine gradrta(u, ur, us, ut, Drt, Ds, Dt, nr, ns, nt, if3d)
Definition: hmholtz.f:1739
subcol4
subroutine subcol4(a, b, c, d, n)
Definition: math.f:197
usrdat
subroutine usrdat()
Definition: zero.usr:137
compute_vol_soln
subroutine compute_vol_soln(vxc, vyc, vzc, prc)
Definition: drive2.f:1439
hsmg_setup_fast1d_b
subroutine hsmg_setup_fast1d_b(b, lbc, rbc, ll, lm, lr, bh, n)
Definition: hsmg.f:849
perturb
subroutine perturb(tt, ifld, eps)
Definition: ic.f:1731
crs.h
outgmat
subroutine outgmat(a, ng, nx, ny, name6, k, e)
Definition: hsmg.f:2905
heat
subroutine heat(igeom)
Definition: drive2.f:747
setsolv
subroutine setsolv
Definition: subs1.f:1083
mpi_irecv
subroutine mpi_irecv(data, n, datatype, iproc, itag, comm, irequest, ierror)
Definition: mpi_dummy.f:596
chktcg1
subroutine chktcg1(tol, res, h1, h2, mask, mult, imesh, isd)
Definition: hmholtz.f:528
dssum_msk2
subroutine dssum_msk2(u, mask, binv, nx, ny, nz)
Definition: dssum.f:694
hxdg_surfa
subroutine hxdg_surfa(au, u, h1, h2)
Definition: hmholtz.f:1977
dsset
subroutine dsset(nx, ny, nz)
Definition: connect1.f:553
vectof_add
subroutine vectof_add(b, a, ie, iface, nx, ny, nz)
Definition: dssum.f:364
dface_ext
subroutine dface_ext(x)
Definition: fasts.f:213
iglsum
function iglsum(a, n)
Definition: math.f:926
ccrs_amg_setup
#define ccrs_amg_setup
Definition: fcrs.c:25
i1_from_char
function i1_from_char(s1)
Definition: ic.f:1327
h1mg_schwarz_part1
subroutine h1mg_schwarz_part1(e, r, l)
Definition: hsmg.f:441
a_dmp
subroutine a_dmp
Definition: drive2.f:1702
mvbdry
subroutine mvbdry(nel)
Definition: mvmesh.f:250
hsmg_schwarz_dssum
subroutine hsmg_schwarz_dssum(u, l)
Definition: hsmg.f:355
gen_fast_g
subroutine gen_fast_g
Definition: gmres.f:660
cresvib
subroutine cresvib(resv1, resv2, resv3, h1, h2)
Definition: induct.f:222
dface_ext_g
subroutine dface_ext_g(x, t, e, nx, nz)
Definition: gmres.f:984
vlsum
real function vlsum(vec, n)
Definition: math.f:417
igl_running_sum
function igl_running_sum(in)
Definition: comm_mpi.f:699
hsmg_setup_fast
subroutine hsmg_setup_fast(s, d, nl, ah, bh, n)
Definition: hsmg.f:702
hmholtz
subroutine hmholtz(name, u, rhs, h1, h2, mask, mult, imsh, tli, maxit, isd)
Definition: hmholtz.f:3
indx2
integer function indx2(s1, l1, s2, l2)
Definition: ic.f:1339
scale
subroutine scale(xyzl, nl)
Definition: connect2.f:599
lu
subroutine lu(A, N, ldim, IR, IC)
Definition: gauss.f:2
hsmg_index_0
subroutine hsmg_index_0
Definition: hsmg.f:1664
mpi_wtick
real *8 function mpi_wtick()
Definition: mpi_dummy.f:1019
vdot2
subroutine vdot2(dot, u1, u2, v1, v2, n)
Definition: math.f:447
advab_elsasser_fast
subroutine advab_elsasser_fast
Definition: induct.f:1329
mfi_prepare
subroutine mfi_prepare(hname)
Definition: ic.f:2534
dxmax_e
function dxmax_e(e)
Definition: genxyz.f:1590
hsmg_intp_fc
subroutine hsmg_intp_fc(uc, uf, l)
Definition: hsmg.f:2590
s_face_to_int
subroutine s_face_to_int(x, c)
Definition: fasts.f:165
grad_rst
subroutine grad_rst(ur, us, ut, u, md, if3d)
Definition: convect.f:615
hsmg_setup
subroutine hsmg_setup()
Definition: hsmg.f:23
comment
subroutine comment
Definition: drive2.f:86
zbrent
function zbrent(X1, X2, TOL)
Definition: genxyz.f:238
h1mg_setup_wtmask
subroutine h1mg_setup_wtmask
Definition: hsmg.f:158
gl2norm2
real function gl2norm2(a, n)
Definition: math.f:845
fix_geom
subroutine fix_geom
Definition: navier5.f:2328
fastdm1_g
subroutine fastdm1_g(R, ie, w1, w2)
Definition: gmres.f:1079
nek_end
subroutine nek_end
Complete simulation.
Definition: drive1.f:382
assign_gllnid
subroutine assign_gllnid(gllnid, iunsort, nelgt, nelgv, np)
Definition: map2.f:652
hsmg_setup_fast1d_a
subroutine hsmg_setup_fast1d_a(a, lbc, rbc, ll, lm, lr, ah, n)
Definition: hsmg.f:807
mg_set_h1
subroutine mg_set_h1(p_h1, l0)
Definition: hsmg.f:2511
gaujordf
subroutine gaujordf(a, m, n, indr, indc, ipiv, ierr, rmult)
Definition: navier5.f:674
arcsrf
subroutine arcsrf(xml, yml, zml, nxl, nyl, nzl, ie, isid)
Definition: genxyz.f:3
setbd
subroutine setbd(bd, dtbd, nbd)
Definition: navier1.f:1743
lsearch_ur
integer function lsearch_ur(a, n, k)
Definition: dprocmap.f:145
mpi_intercomm_create
subroutine mpi_intercomm_create(ilcomm, ill, ipcomm, irl, itag, newcomm, ierr)
Definition: mpi_dummy.f:1066
rand_fld_h1
subroutine rand_fld_h1(x)
Definition: navier5.f:2694
bcast
subroutine bcast(buf, len)
Definition: comm_mpi.f:430
opgradt
subroutine opgradt(outx, outy, outz, inpfld)
Definition: navier1.f:4103
ccrs_xxt_setup
#define ccrs_xxt_setup
Definition: fcrs.c:16
lorentz_force
subroutine lorentz_force(lf, b1, b2, b3, w1, w2)
Definition: induct.f:450
byte_close_mpi
subroutine byte_close_mpi(mpi_fh, ierr)
Definition: byte_mpi.f:84
matvec3t
subroutine matvec3t(uout, Jmat, uin, iftrsp, n1, n2)
Definition: dssum.f:317
printheader
subroutine printheader
Definition: comm_mpi.f:684
zwgll
subroutine zwgll(Z, W, NP)
Definition: speclib.f:108
makeufb
subroutine makeufb
Definition: induct.f:123
fcrs_setup
#define fcrs_setup
Definition: fcrs.c:30
copy4r
subroutine copy4r(a, b, n)
Definition: prepost.f:568
make_hpf
subroutine make_hpf
Definition: hpf.f:2
dsop
subroutine dsop(u, op, nx, ny, nz)
Definition: dssum.f:101
fdm_h1
subroutine fdm_h1(z, r, d, mask, mult, nel, kt, rr)
Definition: hmholtz.f:933
phys_to_elsasser
subroutine phys_to_elsasser(u1, u2, u3, b1, b2, b3, n)
Definition: induct.f:773
exitt0
subroutine exitt0
Definition: comm_mpi.f:585
outv
subroutine outv(x, n, name3)
Definition: fast3d.f:880
rzero
subroutine rzero(a, n)
Definition: math.f:208
h1mg_solve
subroutine h1mg_solve(z, rhs, if_hybrid)
Definition: hsmg.f:1856
isort
subroutine isort(a, ind, n)
Definition: math.f:1273
h1mg_rstr
subroutine h1mg_rstr(r, l, ifdssum)
Definition: hsmg.f:2217
col2s2
subroutine col2s2(x, y, s, n)
Definition: math.f:1584
s_face_to_int2_g
subroutine s_face_to_int2_g(x, c, t, e, nx, nz)
Definition: gmres.f:1114
dface_add1si_g
subroutine dface_add1si_g(x, c, t, e, nx, nz)
Definition: gmres.f:1029
ioutmat4
subroutine ioutmat4(a, l, m, n, nel, name6, ie)
Definition: hmholtz.f:1671
outfldn0
subroutine outfldn0(x, n, txt10, ichk)
Definition: hsmg.f:1739
apply_jt
subroutine apply_jt(u, nx, ny, nz, nel)
Definition: dssum.f:489
dcadd
subroutine dcadd(a, const, n)
Definition: math.f:1182
mpi_waitall
subroutine mpi_waitall(icount, irequest, istatus, ierror)
Definition: mpi_dummy.f:967
gen_eigs_a_fem
subroutine gen_eigs_a_fem(sf, sft, atd, n, l, lbc, rbc)
Definition: fast3d.f:658
projfld_c0
subroutine projfld_c0()
Definition: ic.f:2761
vdot3
subroutine vdot3(dot, u1, u2, u3, v1, v2, v3, n)
Definition: math.f:462
add2s2
subroutine add2s2(a, b, c1, n)
Definition: math.f:690
ione
subroutine ione(a, n)
Definition: math.f:223
cadd
subroutine cadd(a, const, n)
Definition: math.f:326
setup_mesh_dssum
subroutine setup_mesh_dssum
Definition: connect1.f:1614
set_fdm_prec_h1b
subroutine set_fdm_prec_h1b(d, h1, h2, nel)
Definition: hmholtz.f:1270
axe
subroutine axe(w, p, h1, h2, g, ng, b, nx, ny, nz, ur, us, ut, ifh2, ifrz, e)
Definition: hsmg.f:2075
zero_f
subroutine zero_f(b, ie, iface, nx, ny, nz)
Definition: dssum.f:382
set_fdm_prec_h1a
subroutine set_fdm_prec_h1a
Definition: hmholtz.f:1356
fill_interior_g
subroutine fill_interior_g(v1, v, e, nx, nz, iz1, nel)
Definition: gmres.f:965
byte_reverse8
#define byte_reverse8
Definition: byte.c:34
glamax
real function glamax(a, n)
Definition: math.f:874
hsmg_setup_dssum
subroutine hsmg_setup_dssum
Definition: hsmg.f:123
opcolv2
subroutine opcolv2(a1, a2, a3, b1, b2)
Definition: navier1.f:2719
dnekclock_sync
real *8 function dnekclock_sync()
Definition: comm_mpi.f:400
compute_cfl
subroutine compute_cfl(cfl, u, v, w, dt)
Definition: induct.f:921
dd_swap_vals
subroutine dd_swap_vals(v1, v0, gsh_dd)
Definition: gmres.f:610
fcrs_solve
#define fcrs_solve
Definition: fcrs.c:31
set_up_fast_1d_sem_g
subroutine set_up_fast_1d_sem_g(s, lam, n, lbc, rbc, ll, lm, lr, ie)
Definition: gmres.f:755
rrcopy
subroutine rrcopy(r, d, N)
Definition: math.f:1235
i8glmax
integer *8 function i8glmax(a, n)
Definition: math.f:1542
exitt
void exitt()
Definition: comm_mpi.f:603
icopy48
subroutine icopy48(a, b, n)
Definition: math.f:3
mg_intp_fc_e
subroutine mg_intp_fc_e(uc, uf, nxc, nyc, nzc, nxf, nyf, nzf, e, l, w)
Definition: hsmg.f:2605
iflip
subroutine iflip(i1, n)
Definition: math.f:536
mpi_comm_free
subroutine mpi_comm_free(comm, ierror)
Definition: mpi_dummy.f:370
opnorm
subroutine opnorm(unorm, ux, uy, uz, type3)
Definition: induct.f:422
gradl_rst
subroutine gradl_rst(ur, us, ut, u, md, if3d)
Definition: navier1.f:4650
h1mg_axml
subroutine h1mg_axml(w, p, h1, h2, nx, ny, nz, nel, g, ng, b, mask, ifh2)
Definition: hsmg.f:2007
dnekclock
real *8 function dnekclock()
Definition: comm_mpi.f:392
gammam2
subroutine gammam2(GAMMA, H1, H2, H2INV, INLOC)
Definition: eigsolv.f:355
semhat
subroutine semhat(a, b, c, d, z, dgll, jgll, bgl, zgl, dgl, jgl, n, w)
Definition: fast3d.f:1216
gfldr
subroutine gfldr(sourcefld)
Definition: gfldr.f:4
outmati
subroutine outmati(u, m, n, name6)
Definition: map2.f:96
checkit
subroutine checkit(idum)
Definition: connect1.f:1263
plan3
subroutine plan3(IGEOM)
Definition: planx.f:6
ident
subroutine ident(a, n)
Definition: calcz.f:147
qthermal
subroutine qthermal
Definition: plan4.f:637
makeabq
subroutine makeabq
Definition: conduct.f:231
settolv
subroutine settolv
Definition: ssolv.f:648
prjects
subroutine prjects(x0, dxc, c, cc)
Definition: genxyz.f:1118
h1mg_setup_schwarz_wt3d_2
subroutine h1mg_setup_schwarz_wt3d_2(wt, ie, n, work, ifsqrt)
Definition: hsmg.f:2999
setabbd
subroutine setabbd(ab, dtlag, nab, nbd)
Definition: navier1.f:1670
chsign
subroutine chsign(a, n)
Definition: math.f:305
neknek_setup
subroutine neknek_setup
Definition: multimesh.f:29
interp_free
subroutine interp_free(ih)
Definition: interp.f:197
genxyz
subroutine genxyz(xml, yml, zml, nxl, nyl, nzl)
Definition: genxyz.f:558
setzgml
subroutine setzgml(zgml, e, nxl, nyl, nzl, ifaxl)
Definition: genxyz.f:641
meshv
subroutine meshv(igeom)
Definition: drive2.f:815
plane_space_std
subroutine plane_space_std(lr, ls, lt, i1, i2, w, x, y, z, nx, nxn, nz0, nzn)
Definition: fast3d.f:204
volume
subroutine volume
Definition: coef.f:1003
nekton
program nekton
Drives the solver calling 3 subroutines:
Definition: drive.f:10
uzawa_gmres_temp
subroutine uzawa_gmres_temp(a, b, n)
Definition: gmres.f:275
initdat
subroutine initdat
Definition: drive2.f:35
lbcast
subroutine lbcast(ifif)
Definition: comm_mpi.f:409
intp_rstd
subroutine intp_rstd(ju, u, mx, md, if3d, idir)
Definition: convect.f:347
ccrs_hypre_free
void ccrs_hypre_free(struct crs_data *data)
byte_open
#define byte_open
Definition: byte.c:35
facev
subroutine facev(a, ie, iface, val, nx, ny, nz)
Definition: connect1.f:1077
setfast
subroutine setfast(helm1, helm2, imesh)
Definition: hmholtz.f:263
iswap_ip
subroutine iswap_ip(x, p, n)
Definition: math.f:1378
useric
subroutine useric(ix, iy, iz, eg)
Definition: zero.usr:102
opcopy
subroutine opcopy(a1, a2, a3, b1, b2, b3)
Definition: navier1.f:2481