KTH framework for Nek5000 toolboxes; testing version  0.0.1
fasts.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine local_solves_fdm (u, v)
 
subroutine fastdm1 (r, df, sr, ss, st, w1, w2)
 
subroutine tensr3 (v, nv, u, nu, A, Bt, Ct, w)
 
subroutine s_face_to_int (x, c)
 
subroutine dface_ext (x)
 
subroutine dface_add1si (x, c)
 
subroutine init_weight_op
 
subroutine do_weight_op (x)
 

Function/Subroutine Documentation

◆ dface_add1si()

subroutine dface_add1si ( real, dimension(lx1,ly1,lz1,1)  x,
  c 
)

Definition at line 260 of file fasts.f.

+ Here is the caller graph for this function:

◆ dface_ext()

subroutine dface_ext ( real, dimension(lx1,ly1,lz1,1)  x)

Definition at line 212 of file fasts.f.

+ Here is the caller graph for this function:

◆ do_weight_op()

subroutine do_weight_op ( real, dimension(0:lx1-1,0:ly1-1,0:lz1-1,1)  x)

Definition at line 404 of file fasts.f.

+ Here is the caller graph for this function:

◆ fastdm1()

subroutine fastdm1 ( real, dimension(1)  r,
real, dimension(1)  df,
real, dimension(lxx,2)  sr,
real, dimension(lxx,2)  ss,
real, dimension(lxx,2)  st,
real, dimension(1)  w1,
real, dimension(1)  w2 
)

Definition at line 96 of file fasts.f.

References col2(), and tensr3().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ init_weight_op()

subroutine init_weight_op

Definition at line 310 of file fasts.f.

References dface_add1si(), dface_ext(), dssum(), rzero(), and s_face_to_int().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ local_solves_fdm()

subroutine local_solves_fdm ( real, dimension(lx2,ly2,lz2,lelv)  u,
real, dimension(lx2,ly2,lz2,lelv)  v 
)

Definition at line 2 of file fasts.f.

References dface_add1si(), dface_ext(), dnekclock(), do_weight_op(), dssum(), fastdm1(), rzero(), and s_face_to_int().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ s_face_to_int()

subroutine s_face_to_int ( real, dimension(lx1,ly1,lz1,1)  x,
  c 
)

Definition at line 164 of file fasts.f.

+ Here is the caller graph for this function:

◆ tensr3()

subroutine tensr3 ( real, dimension(nv,nv,nv)  v,
  nv,
real, dimension(nu,nu,nu)  u,
  nu,
real, dimension(1)  A,
real, dimension(1)  Bt,
real, dimension(1)  Ct,
real, dimension(1)  w 
)

Definition at line 125 of file fasts.f.

References exitt(), and mxm().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: