SFEMaNS  version 5.3
Reference documentation for SFEMaNS
test_26 Module Reference

Functions/Subroutines

real(kind=8) function smooth_jump_down_t26 (x, x0, x1)
 
real(kind=8) function dsmooth_jump_down_t26 (x, x0, x1)
 
real(kind=8) function smooth_jump_up_t26 (x, x0, x1)
 
real(kind=8) function dsmooth_jump_up_t26 (x, x0, x1)
 
real(kind=8) function mu_func_t26 (r, z)
 
real(kind=8) function, dimension(2) dmu_func_t26 (r, z)
 
real(kind=8) function, dimension(ne-nb+1) mu_bar_in_fourier_space_anal_t26 (H_mesh, nb, ne, pts, pts_ids)
 
real(kind=8) function, dimension(2) grad_mu_bar_in_fourier_space_anal_t26 (pt, pt_id)
 

Variables

real(kind=8), parameter mu_disk_t26 = 5.d0
 
real(kind=8), parameter alpha_t26 = 1.d0
 
integer, parameter test_mode_t26 = 4
 
real(kind=8), parameter wjump_t26 = 0.032d0*(1.0d0)
 
real(kind=8), parameter zm_t26 = 0.d0
 
real(kind=8), parameter z1_t26 = zm_T26-wjump_T26
 

Function/Subroutine Documentation

real(kind=8) function, dimension(2) test_26::dmu_func_t26 ( real(kind=8)  r,
real(kind=8)  z 
)

Definition at line 98 of file test_26.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

real(kind=8) function test_26::dsmooth_jump_down_t26 ( real(kind=8)  x,
real(kind=8)  x0,
real(kind=8)  x1 
)

Definition at line 34 of file test_26.f90.

Here is the caller graph for this function:

real(kind=8) function test_26::dsmooth_jump_up_t26 ( real(kind=8)  x,
real(kind=8)  x0,
real(kind=8)  x1 
)

Definition at line 64 of file test_26.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

real(kind=8) function, dimension(2) test_26::grad_mu_bar_in_fourier_space_anal_t26 ( real(kind=8), dimension(2)  pt,
integer, dimension(1)  pt_id 
)

Definition at line 151 of file test_26.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_26::mu_bar_in_fourier_space_anal_t26 ( 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 123 of file test_26.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

real(kind=8) function test_26::mu_func_t26 ( real(kind=8)  r,
real(kind=8)  z 
)

Definition at line 75 of file test_26.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

real(kind=8) function test_26::smooth_jump_down_t26 ( real(kind=8)  x,
real(kind=8)  x0,
real(kind=8)  x1 
)

Definition at line 15 of file test_26.f90.

Here is the caller graph for this function:

real(kind=8) function test_26::smooth_jump_up_t26 ( real(kind=8)  x,
real(kind=8)  x0,
real(kind=8)  x1 
)

Definition at line 52 of file test_26.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

real(kind=8), parameter test_26::alpha_t26 = 1.d0

Definition at line 5 of file test_26.f90.

real(kind=8), parameter test_26::mu_disk_t26 = 5.d0

Definition at line 4 of file test_26.f90.

integer, parameter test_26::test_mode_t26 = 4

Definition at line 6 of file test_26.f90.

real(kind=8), parameter test_26::wjump_t26 = 0.032d0*(1.0d0)

Definition at line 7 of file test_26.f90.

real(kind=8), parameter test_26::z1_t26 = zm_T26-wjump_T26

Definition at line 8 of file test_26.f90.

real(kind=8), parameter test_26::zm_t26 = 0.d0

Definition at line 8 of file test_26.f90.