SFEMaNS  version 5.3
Reference documentation for SFEMaNS
test_17 Module Reference

Functions/Subroutines

real(kind=8) function, dimension(size(r)) f_test_t17 (r, z)
 
real(kind=8) function dfdr_test_t17 (r, z)
 
real(kind=8) function dfdz_test_t17 (r, z)
 
real(kind=8) function, dimension(ne-nb+1) mu_bar_in_fourier_space_anal_t17 (H_mesh, nb, ne, pts, pts_ids)
 
real(kind=8) function, dimension(2) grad_mu_bar_in_fourier_space_anal_t17 (pt, pt_id)
 

Variables

real(kind=8), parameter, private ratio_mu_t17 = 50.d0
 
real(kind=8), private b_factor_t17_anal = (2**6) * (1.d0 - 1/ratio_mu_T17)
 

Function/Subroutine Documentation

real(kind=8) function test_17::dfdr_test_t17 ( real(kind=8), intent(in)  r,
real(kind=8), intent(in)  z 
)

Definition at line 20 of file test_17.f90.

Here is the caller graph for this function:

real(kind=8) function test_17::dfdz_test_t17 ( real(kind=8), intent(in)  r,
real(kind=8), intent(in)  z 
)

Definition at line 28 of file test_17.f90.

Here is the caller graph for this function:

real(kind=8) function, dimension(size(r)) test_17::f_test_t17 ( real(kind=8), dimension(:), intent(in)  r,
real(kind=8), dimension(:), intent(in)  z 
)

Definition at line 12 of file test_17.f90.

Here is the caller graph for this function:

real(kind=8) function, dimension(2) test_17::grad_mu_bar_in_fourier_space_anal_t17 ( real(kind=8), dimension(2)  pt,
integer, dimension(1)  pt_id 
)

Definition at line 61 of file test_17.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_17::mu_bar_in_fourier_space_anal_t17 ( 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 37 of file test_17.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

real (kind=8), private test_17::b_factor_t17_anal = (2**6) * (1.d0 - 1/ratio_mu_T17)
private

Definition at line 5 of file test_17.f90.

real (kind=8), parameter, private test_17::ratio_mu_t17 = 50.d0
private

Definition at line 4 of file test_17.f90.