ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
 All Classes Files Functions Variables Pages
interpolate_cpo Module Reference

Public Member Functions

subroutine interpolate_source (CORESOURCE_IN, CORESOURCE_OUT)
 
subroutine interpolate_transp (CORETRANSP_IN, CORETRANSP_OUT, NEGATIVE_DIFF)
 
subroutine interpolate_prof (COREPROF_IN, COREPROF_OUT)
 
subroutine interpolate_impur (COREIMPUR_IN, COREIMPUR_OUT)
 
subroutine interpolate_neutrals (CORENEUTRALS_IN, CORENEUTRALS_OUT)
 
subroutine interpolate_neoclassic (NEOCLASSIC_IN, NEOCLASSIC_OUT)
 
subroutine derivn_start (N, X, Y, DY1)
 These subroutines calculate first and second derivatives, DY1 and DY2, of function Y respect to argument X. More...
 
subroutine interpolate_delta (COREDELTA_IN, COREDELTA_OUT)
 
subroutine interpolate_fast (COREFAST_IN, COREFAST_OUT)
 

Detailed Description

Definition at line 1 of file interpolate_cpo.f90.

Member Function/Subroutine Documentation

subroutine interpolate_cpo::derivn_start ( integer  N,
real (r8), dimension(n)  X,
real (r8), dimension(n)  Y,
real (r8), dimension(n)  DY1 
)

These subroutines calculate first and second derivatives, DY1 and DY2, of function Y respect to argument X.

These subroutines have been extracted from RITM code and consist of derivation and integration routines

Author
D.Kalupin, R.Stankiewicz
Version
"$Id: main_plasma.f90 1587 2014-09-26 09:49:33Z denka $"

Definition at line 1511 of file interpolate_cpo.f90.

Here is the caller graph for this function:

subroutine interpolate_cpo::interpolate_delta ( type (type_coredelta)  COREDELTA_IN,
type (type_coredelta)  COREDELTA_OUT 
)

Definition at line 1558 of file interpolate_cpo.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine interpolate_cpo::interpolate_fast ( type (type_corefast)  COREFAST_IN,
type (type_corefast)  COREFAST_OUT 
)

Definition at line 1786 of file interpolate_cpo.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine interpolate_cpo::interpolate_impur ( type (type_coreimpur)  COREIMPUR_IN,
type (type_coreimpur)  COREIMPUR_OUT 
)

Definition at line 972 of file interpolate_cpo.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine interpolate_cpo::interpolate_neoclassic ( type (type_neoclassic)  NEOCLASSIC_IN,
type (type_neoclassic)  NEOCLASSIC_OUT 
)

Definition at line 1263 of file interpolate_cpo.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine interpolate_cpo::interpolate_neutrals ( type (type_coreneutrals)  CORENEUTRALS_IN,
type (type_coreneutrals)  CORENEUTRALS_OUT 
)

Definition at line 1125 of file interpolate_cpo.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine interpolate_cpo::interpolate_prof ( type (type_coreprof)  COREPROF_IN,
type (type_coreprof)  COREPROF_OUT 
)

Definition at line 694 of file interpolate_cpo.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine interpolate_cpo::interpolate_source ( type (type_coresource)  CORESOURCE_IN,
type (type_coresource)  CORESOURCE_OUT 
)

Definition at line 25 of file interpolate_cpo.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine interpolate_cpo::interpolate_transp ( type (type_coretransp)  CORETRANSP_IN,
type (type_coretransp)  CORETRANSP_OUT,
integer  NEGATIVE_DIFF 
)

Definition at line 321 of file interpolate_cpo.f90.

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this module was generated from the following file: