ORB5  v4.9.4
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 function funct_pots (ps, chit, phit)
 
real function funct_potc (ps, chit, phit)
 
real 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, dimension(:,:,:,:), allocatable pic1_bspl
 
real, dimension(:,:,:,:), allocatable work1_bspl
 
real, dimension(:,:,:,:), allocatable work2_bspl
 

Function/Subroutine Documentation

◆ bspl2fft_test()

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

◆ 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, 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, 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 function examples::funct_potc ( real  ps,
real  chit,
real  phit 
)
private
+ Here is the caller graph for this function:

◆ funct_potp()

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

◆ funct_pots()

real function examples::funct_pots ( real  ps,
real  chit,
real  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, 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, 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, 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, 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, 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, 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, intent(in)  zfac1,
real, 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, dimension(:,:,:,:), allocatable examples::pic1_bspl
private

◆ work1_bspl

real, dimension(:,:,:,:), allocatable examples::work1_bspl
private

◆ work2_bspl

real, dimension(:,:,:,:), allocatable examples::work2_bspl
private