![]() |
ETS
\$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | solutionfem (SOLVER, ifail) |
This subroutine is prepared to solve single transport equation in standardised form adopted by the ETS. More... | |
subroutine | fem_pde_solver (A, B, C, D, DD, E, DE, F, G, dt_in, YM, YY, X, N, U, V, W) |
subroutine | deriv_holob (N, X1, F, FC) |
These subroutines calculate derivative, DY of function Y respect to argument X. More... | |
subroutine deriv_holob | ( | integer, intent(in) | N, |
real (r8), dimension(n), intent(in) | X1, | ||
real (r8), dimension(n), intent(in) | F, | ||
real (r8), dimension(n), intent(out) | FC | ||
) |
These subroutines calculate derivative, DY of function Y respect to argument X.
Definition at line 433 of file SOLVERFEM.f90.
subroutine fem_pde_solver | ( | real (r8), dimension(n), intent(in) | A, |
real (r8), dimension(n), intent(in) | B, | ||
real (r8), dimension(n), intent(in) | C, | ||
real (r8), dimension(n), intent(in) | D, | ||
real (r8), dimension(n), intent(in) | DD, | ||
real (r8), dimension(n), intent(in) | E, | ||
real (r8), dimension(n), intent(in) | DE, | ||
real (r8), dimension(n), intent(in) | F, | ||
real (r8), dimension(n), intent(in) | G, | ||
real (r8), intent(in) | dt_in, | ||
real (r8), dimension(n), intent(in) | YM, | ||
real (r8), dimension(n), intent(inout) | YY, | ||
real (r8), dimension(n), intent(in) | X, | ||
integer, intent(in) | N, | ||
real (r8), dimension(2), intent(in) | U, | ||
real (r8), dimension(2), intent(in) | V, | ||
real (r8), dimension(2), intent(in) | W | ||
) |
subroutine solutionfem | ( | 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.
Definition at line 11 of file SOLVERFEM.f90.