ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
 All Classes Files Functions Variables Pages
solution7.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine solution7 (SOLVER, ifail)
 This subroutine is prepared to solve single transport equation in standardised form adopted by the ETS. More...
 
subroutine solutn7 (RHO, N, V, U, W, A, B, F, Y, DY)
 
subroutine derivn7 (N, X, Y, DY1)
 
subroutine axis7 (n, r, f)
 

Function/Subroutine Documentation

subroutine axis7 ( integer  n,
real *8, dimension(n)  r,
real *8, dimension(n)  f 
)

Definition at line 401 of file solution7.f90.

Here is the caller graph for this function:

subroutine derivn7 ( integer  N,
real (dp), dimension(n)  X,
real (dp), dimension(n)  Y,
real (dp), dimension(n)  DY1 
)

Definition at line 365 of file solution7.f90.

Here is the caller graph for this function:

subroutine solution7 ( type (numerics), intent(inout)  SOLVER,
integer, intent(inout)  ifail 
)

This subroutine is prepared to solve single transport equation in standardised form adopted by the ETS.

Author
M.Tokar, D.Kalupin
Version
"$Id: solution7.f90 321 2009-07-13 13:29:01Z coster $"

Definition at line 12 of file solution7.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine solutn7 ( real (r8), dimension(n)  RHO,
integer  N,
real (r8), dimension(2)  V,
real (r8), dimension(2)  U,
real (r8), dimension(2)  W,
real (r8), dimension(n)  A,
real (r8), dimension(n)  B,
real (r8), dimension(n)  F,
real (r8), dimension(n)  Y,
real (r8), dimension(n)  DY 
)

Definition at line 234 of file solution7.f90.

Here is the caller graph for this function: