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

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...
 

Function/Subroutine Documentation

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.

Author
Version
"$Id$"

Definition at line 433 of file SOLVERFEM.f90.

Here is the caller graph for this function:

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 
)

Definition at line 151 of file SOLVERFEM.f90.

Here is the caller graph for this function:

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.

Author
fesb team
Version
"$Id$"

Definition at line 11 of file SOLVERFEM.f90.

Here is the call graph for this function:

Here is the caller graph for this function: