ORB5  4.00
Loading...
Searching...
No Matches
examples Module Reference

Functions/Subroutines

subroutine, public run_examples
subroutine fem_examples
subroutine test1 (which_funct, diag)
subroutine test_d (which_funct, diag)
subroutine test_dd (which_funct, diag)
subroutine ode_examples
subroutine test_ode
subroutine, public funct2fieldp (which_funct, zarrp)
subroutine bspl2fft_test (rho_loc, rhs_f_loc)
real(kind=r8) function funct_pots (ps, chit, phit)
real(kind=r8) function funct_potc (ps, chit, phit)
real(kind=r8) function funct_potp (ps, chit, phit)
subroutine plots_ami (zarrc, fname)
subroutine plotc_ami (zarrc, fname)
subroutine plotp_ami (zarrc, fname)
subroutine onestep_rk4 (zdt)
subroutine clean (index)
subroutine factor (zfac, index)
subroutine sum2 (zfac, index1, index2, index3)
subroutine sum3 (zfac1, zfac2)
subroutine copy (index1, index2)
subroutine push (zdt)

Variables

integer, parameter nfields = 2
real(kind=r8), dimension(:,:,:,:), allocatable pic1_bspl
real(kind=r8), dimension(:,:,:,:), allocatable work1_bspl
real(kind=r8), dimension(:,:,:,:), allocatable work2_bspl

Function/Subroutine Documentation

◆ bspl2fft_test()

subroutine examples::bspl2fft_test ( real(kind=r8), dimension(islw:isup, jclw:jcup, kplw:kpup), intent(in) rho_loc,
complex(kind=r8), dimension(1:neq_f, 0:fields%nphip-1), intent(out) rhs_f_loc )
private

◆ clean()

subroutine examples::clean ( integer, intent(in) index)
private
Here is the caller graph for this function:

◆ copy()

subroutine examples::copy ( integer, intent(in) index1,
integer, intent(in) index2 )
private
Here is the caller graph for this function:

◆ factor()

subroutine examples::factor ( real(kind=r8), intent(in) zfac,
integer, intent(in) index )
private
Here is the caller graph for this function:

◆ fem_examples()

subroutine examples::fem_examples
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ funct2fieldp()

subroutine, public examples::funct2fieldp ( character(1), intent(in) which_funct,
real(kind=r8), dimension(islw:isup, jclw:jcup, kplw:kpup), intent(out) zarrp )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ funct_potc()

real(kind=r8) function examples::funct_potc ( real(kind=r8) ps,
real(kind=r8) chit,
real(kind=r8) phit )
private
Here is the caller graph for this function:

◆ funct_potp()

real(kind=r8) function examples::funct_potp ( real(kind=r8) ps,
real(kind=r8) chit,
real(kind=r8) phit )
private
Here is the caller graph for this function:

◆ funct_pots()

real(kind=r8) function examples::funct_pots ( real(kind=r8) ps,
real(kind=r8) chit,
real(kind=r8) phit )
private
Here is the caller graph for this function:

◆ ode_examples()

subroutine examples::ode_examples
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ onestep_rk4()

subroutine examples::onestep_rk4 ( real(kind=r8), intent(in) zdt)
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ plotc_ami()

subroutine examples::plotc_ami ( real(kind=r8), dimension(islw:isup, jclw:jcup, kplw:kpup), intent(in) zarrc,
character(len=*), intent(in), optional fname )
private
Here is the caller graph for this function:

◆ plotp_ami()

subroutine examples::plotp_ami ( real(kind=r8), dimension(islw:isup, jclw:jcup, kplw:kpup), intent(in) zarrc,
character(len=*), intent(in), optional fname )
private
Here is the caller graph for this function:

◆ plots_ami()

subroutine examples::plots_ami ( real(kind=r8), dimension(islw:isup, jclw:jcup, kplw:kpup), intent(in) zarrc,
character(len=*), intent(in), optional fname )
private
Here is the caller graph for this function:

◆ push()

subroutine examples::push ( real(kind=r8), intent(in) zdt)
private
Here is the caller graph for this function:

◆ run_examples()

subroutine, public examples::run_examples
Here is the call graph for this function:
Here is the caller graph for this function:

◆ sum2()

subroutine examples::sum2 ( real(kind=r8), intent(in) zfac,
integer, intent(in) index1,
integer, intent(in) index2,
integer, intent(in) index3 )
private
Here is the caller graph for this function:

◆ sum3()

subroutine examples::sum3 ( real(kind=r8), intent(in) zfac1,
real(kind=r8), intent(in) zfac2 )
private
Here is the caller graph for this function:

◆ test1()

subroutine examples::test1 ( character(1), intent(in) which_funct,
logical, intent(in), optional diag )
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_d()

subroutine examples::test_d ( character(1), intent(in) which_funct,
logical, intent(in), optional diag )
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_dd()

subroutine examples::test_dd ( character(1), intent(in) which_funct,
logical, intent(in), optional diag )
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_ode()

subroutine examples::test_ode
private
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ nfields

integer, parameter examples::nfields = 2
private

◆ pic1_bspl

real(kind=r8), dimension(:,:,:,:), allocatable examples::pic1_bspl
private

◆ work1_bspl

real(kind=r8), dimension(:,:,:,:), allocatable examples::work1_bspl
private

◆ work2_bspl

real(kind=r8), dimension(:,:,:,:), allocatable examples::work2_bspl
private