ETS-Core  version:0.0.4-46-ge2d8
Core actors for the ETS-6
 All Classes Files Functions Variables Pages
Functions/Subroutines
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 (ids_real), dimension(n), intent(in)  X1,
real (ids_real), dimension(n), intent(in)  F,
real (ids_real), dimension(n), intent(out)  FC 
)

These subroutines calculate derivative, DY of function Y respect to argument X.

Author
Version
"$Id$"

Definition at line 434 of file SOLVERFEM.f90.

Referenced by solutionfem().

Here is the caller graph for this function:

subroutine fem_pde_solver ( real (ids_real), dimension(n), intent(in)  A,
real (ids_real), dimension(n), intent(in)  B,
real (ids_real), dimension(n), intent(in)  C,
real (ids_real), dimension(n), intent(in)  D,
real (ids_real), dimension(n), intent(in)  DD,
real (ids_real), dimension(n), intent(in)  E,
real (ids_real), dimension(n), intent(in)  DE,
real (ids_real), dimension(n), intent(in)  F,
real (ids_real), dimension(n), intent(in)  G,
real (ids_real), intent(in)  dt_in,
real (ids_real), dimension(n), intent(in)  YM,
real (ids_real), dimension(n), intent(inout)  YY,
real (ids_real), dimension(n), intent(in)  X,
integer, intent(in)  N,
real (ids_real), dimension(2), intent(in)  U,
real (ids_real), dimension(2), intent(in)  V,
real (ids_real), dimension(2), intent(in)  W 
)

Definition at line 152 of file SOLVERFEM.f90.

Referenced by solutionfem().

Here is the caller graph for this function:

subroutine solutionfem ( type (solver_io), 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.

References deriv_holob(), and fem_pde_solver().

Referenced by solution_interface().

Here is the call graph for this function:

Here is the caller graph for this function: