SFEMaNS  version 5.3
Reference documentation for SFEMaNS
test_27 Module Reference

Functions/Subroutines

real(kind=8) function, dimension(ne-nb+1) mu_bar_in_fourier_space_anal_t27 (H_mesh, nb, ne, pts, pts_ids)
 
real(kind=8) function, dimension(2) grad_mu_bar_in_fourier_space_anal_t27 (pt, pt_id)
 
real(kind=8) function, dimension(nb_angles, ne-nb+1) mu_in_real_space_anal_t27 (H_mesh, angles, nb_angles, nb, ne, time)
 
real(kind=8) function, dimension(size(r)) f_test_t27 (r, z)
 
real(kind=8) function, dimension(size(r)) f_test_wtime_t27 (r, z, t)
 
real(kind=8) function dfdr_test_t27 (r, z)
 
real(kind=8) function dfdr_test_wtime_t27 (r, z, t)
 
real(kind=8) function dfdz_test_t27 (r, z)
 
real(kind=8) function dfdz_test_wtime_t27 (r, z, t)
 

Variables

real(kind=8), parameter, public ratio_mu_t27 = 50.0d0
 
real(kind=8), public b_factor_t27 = (2**6) * (ratio_mu_T27-1.d0)/(ratio_mu_T27+1.d0)
 
integer, public mode_mu_t27 = 4
 
real(kind=8), public omega_t27 = 1.d0
 

Function/Subroutine Documentation

real(kind=8) function test_27::dfdr_test_t27 ( real(kind=8), intent(in)  r,
real(kind=8), intent(in)  z 
)

Definition at line 102 of file test_27.f90.

Here is the caller graph for this function:

real(kind=8) function test_27::dfdr_test_wtime_t27 ( real(kind=8), intent(in)  r,
real(kind=8), intent(in)  z,
real(kind=8), intent(in)  t 
)

Definition at line 110 of file test_27.f90.

Here is the caller graph for this function:

real(kind=8) function test_27::dfdz_test_t27 ( real(kind=8), intent(in)  r,
real(kind=8), intent(in)  z 
)

Definition at line 118 of file test_27.f90.

Here is the caller graph for this function:

real(kind=8) function test_27::dfdz_test_wtime_t27 ( real(kind=8), intent(in)  r,
real(kind=8), intent(in)  z,
real(kind=8), intent(in)  t 
)

Definition at line 126 of file test_27.f90.

Here is the caller graph for this function:

real(kind=8) function, dimension(size(r)) test_27::f_test_t27 ( real(kind=8), dimension(:), intent(in)  r,
real(kind=8), dimension(:), intent(in)  z 
)

Definition at line 83 of file test_27.f90.

Here is the caller graph for this function:

real(kind=8) function, dimension(size(r)) test_27::f_test_wtime_t27 ( real(kind=8), dimension(:), intent(in)  r,
real(kind=8), dimension(:), intent(in)  z,
real(kind=8), intent(in)  t 
)

Definition at line 92 of file test_27.f90.

Here is the caller graph for this function:

real(kind=8) function, dimension(2) test_27::grad_mu_bar_in_fourier_space_anal_t27 ( real(kind=8), dimension(2)  pt,
integer, dimension(1)  pt_id 
)

Definition at line 38 of file test_27.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

real(kind=8) function, dimension(ne-nb+1) test_27::mu_bar_in_fourier_space_anal_t27 ( type(mesh_type H_mesh,
integer  nb,
integer  ne,
real(kind=8), dimension(2,ne-nb+1), optional  pts,
integer, dimension(ne-nb+1), optional  pts_ids 
)

Definition at line 13 of file test_27.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

real(kind=8) function, dimension(nb_angles,ne-nb+1) test_27::mu_in_real_space_anal_t27 ( type(mesh_type H_mesh,
real(kind=8), dimension(:)  angles,
integer  nb_angles,
integer  nb,
integer  ne,
real(kind=8)  time 
)

Definition at line 67 of file test_27.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

real (kind=8), public test_27::b_factor_t27 = (2**6) * (ratio_mu_T27-1.d0)/(ratio_mu_T27+1.d0)

Definition at line 6 of file test_27.f90.

integer, public test_27::mode_mu_t27 = 4

Definition at line 7 of file test_27.f90.

real (kind=8), public test_27::omega_t27 = 1.d0

Definition at line 8 of file test_27.f90.

real (kind=8), parameter, public test_27::ratio_mu_t27 = 50.0d0

Definition at line 5 of file test_27.f90.