KTH framework for Nek5000 toolboxes; testing version
0.0.1
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | setup_topo |
subroutine | initds |
subroutine | setedge |
subroutine | dsset (nx, ny, nz) |
subroutine | genxyzl |
subroutine | verify |
subroutine | setside |
subroutine | verrhe |
function | volum0 (P1, P2, P3, P0) |
function | crss2d (XY1, XY2, XY0) |
subroutine | facind (kx1, kx2, ky1, ky2, kz1, kz2, nx, ny, nz, iface) |
subroutine | facindr (kx1, kx2, ky1, ky2, kz1, kz2, nx, ny, nz, iface) |
subroutine | facev (a, ie, iface, val, nx, ny, nz) |
subroutine | ifacev (a, ie, iface, val, nx, ny, nz) |
subroutine | facec (a, b, ie, iface, nx, ny, nz, nel) |
subroutine | combin2 (glnm1, glnm2, nglob) |
subroutine | outfldio (x, txt10) |
subroutine | outfldi (x, txt10) |
subroutine | outfldr (x, txt10) |
subroutine | checkit (idum) |
subroutine | outfldro (x, txt10, ichk) |
subroutine | outfldrv (x, txt10, ichk) |
subroutine | outfldrv0 (x, txt10, ichk) |
subroutine | outfldrp0 (x, txt10, ichk) |
subroutine | outfldrp (x, txt10, ichk) |
subroutine | outmatp (a, m, n, name6, ie) |
subroutine | gs_chkr (glo_num) |
subroutine | setup_mesh_dssum |
subroutine | outfldnx (x, txt10, nx, ny) |
subroutine checkit | ( | idum | ) |
subroutine combin2 | ( | glnm1, | |
glnm2, | |||
nglob | |||
) |
Definition at line 1124 of file connect1.f.
References exitt().
function crss2d | ( | real, dimension(2) | XY1, |
real, dimension(2) | XY2, | ||
real, dimension(2) | XY0 | ||
) |
subroutine dsset | ( | nx, | |
ny, | |||
nz | |||
) |
subroutine facec | ( | dimension(nx,ny,nz,nel) | a, |
dimension(nx,ny,nz,nel) | b, | ||
ie, | |||
iface, | |||
nx, | |||
ny, | |||
nz, | |||
nel | |||
) |
Definition at line 1108 of file connect1.f.
References facind().
subroutine facev | ( | dimension(nx,ny,nz,lelt) | a, |
ie, | |||
iface, | |||
val, | |||
nx, | |||
ny, | |||
nz | |||
) |
Definition at line 1076 of file connect1.f.
References facind().
subroutine facind | ( | kx1, | |
kx2, | |||
ky1, | |||
ky2, | |||
kz1, | |||
kz2, | |||
nx, | |||
ny, | |||
nz, | |||
iface | |||
) |
subroutine facindr | ( | kx1, | |
kx2, | |||
ky1, | |||
ky2, | |||
kz1, | |||
kz2, | |||
nx, | |||
ny, | |||
nz, | |||
iface | |||
) |
subroutine genxyzl |
Definition at line 715 of file connect1.f.
References rzero().
Definition at line 1582 of file connect1.f.
References iglmax().
subroutine ifacev | ( | integer, dimension(nx,ny,nz,lelt) | a, |
ie, | |||
iface, | |||
integer | val, | ||
nx, | |||
ny, | |||
nz | |||
) |
Definition at line 1092 of file connect1.f.
References facind().
subroutine initds |
Definition at line 1160 of file connect1.f.
References blank().
Definition at line 1132 of file connect1.f.
subroutine outfldnx | ( | real, dimension(nx,ny,4) | x, |
character*10 | txt10, | ||
nx, | |||
ny | |||
) |
Definition at line 1728 of file connect1.f.
Definition at line 1211 of file connect1.f.
References blank().
Definition at line 1268 of file connect1.f.
References checkit(), glmax(), and glmin().
subroutine outfldrp | ( | real, dimension(lx2,ly2,lz2,lelt) | x, |
character*10 | txt10, | ||
ichk | |||
) |
Definition at line 1497 of file connect1.f.
References checkit(), glmax(), and glmin().
subroutine outfldrp0 | ( | real, dimension(lx2,ly2,lz2,lelt) | x, |
character*10 | txt10, | ||
ichk | |||
) |
Definition at line 1439 of file connect1.f.
References checkit(), glmax(), and glmin().
Definition at line 1322 of file connect1.f.
References checkit(), glmax(), and glmin().
Definition at line 1381 of file connect1.f.
References checkit(), glmax(), and glmin().
subroutine outmatp | ( | real, dimension(m,n) | a, |
m, | |||
n, | |||
character*6 | name6, | ||
ie | |||
) |
Definition at line 1557 of file connect1.f.
References flush_io(), and iglmax().
subroutine setedge |
Definition at line 222 of file connect1.f.
References izero().
subroutine setside |
Definition at line 815 of file connect1.f.
References cmult(), mod1(), and rzero().
subroutine setup_mesh_dssum |
subroutine setup_topo |
Definition at line 2 of file connect1.f.
References cbcmesh(), chkaxcb(), copy(), dsset(), dssum(), genxyzl(), get_vert(), glmax(), initds(), invcol1(), rone(), setcdof(), setedge(), setrzer(), setside(), setupds(), and verify().
subroutine verify |
Definition at line 799 of file connect1.f.
References verrhe().
subroutine verrhe |
function volum0 | ( | real, dimension(3) | P1, |
real, dimension(3) | P2, | ||
real, dimension(3) | P3, | ||
real, dimension(3) | P0 | ||
) |