|
| integer(kind=i32), dimension(2) | n_dofs |
| |
| integer(kind=i32) | degree |
| |
| real(kind=f64), dimension(2) | delta_x |
| |
| real(kind=f64), dimension(:), allocatable | eig_values_dtm1d_1 |
| |
| real(kind=f64), dimension(:), allocatable | eig_values_dtm1d_2 |
| |
| complex(kind=f64), dimension(:), allocatable | eig_values_d1 |
| |
| complex(kind=f64), dimension(:), allocatable | eig_values_d2 |
| |
| real(kind=f64), dimension(:), allocatable | eig_values_mass_0_1 |
| |
| real(kind=f64), dimension(:), allocatable | eig_values_mass_0_2 |
| |
| type(sll_t_fft) | fft1 |
| |
| type(sll_t_fft) | fft2 |
| |
| type(sll_t_fft) | ifft1 |
| |
| type(sll_t_fft) | ifft2 |
| |
| complex(kind=f64), dimension(:), allocatable | array1d_x |
| |
| complex(kind=f64), dimension(:), allocatable | array1d_y |
| |
| complex(kind=f64), dimension(:,:), allocatable | scratch |
| |
| complex(kind=f64), dimension(:,:), allocatable | scratchx |
| |
| complex(kind=f64), dimension(:,:), allocatable | scratchy |
| |
◆ compute_e_from_rho()
| procedure compute_e_from_rho |
|
private |
◆ compute_phi_from_rho()
| procedure compute_phi_from_rho |
|
private |
◆ compute_rhs_from_function()
| procedure compute_rhs_from_function |
|
private |
◆ free()
◆ init()
◆ array1d_x
| complex(kind=f64), dimension(:), allocatable array1d_x |
|
private |
◆ array1d_y
| complex(kind=f64), dimension(:), allocatable array1d_y |
|
private |
◆ degree
◆ delta_x
| real(kind=f64), dimension(2) delta_x |
|
private |
◆ eig_values_d1
| complex(kind=f64), dimension(:), allocatable eig_values_d1 |
|
private |
◆ eig_values_d2
| complex(kind=f64), dimension(:), allocatable eig_values_d2 |
|
private |
◆ eig_values_dtm1d_1
| real(kind=f64), dimension(:), allocatable eig_values_dtm1d_1 |
|
private |
◆ eig_values_dtm1d_2
| real(kind=f64), dimension(:), allocatable eig_values_dtm1d_2 |
|
private |
◆ eig_values_mass_0_1
| real(kind=f64), dimension(:), allocatable eig_values_mass_0_1 |
|
private |
◆ eig_values_mass_0_2
| real(kind=f64), dimension(:), allocatable eig_values_mass_0_2 |
|
private |
◆ fft1
◆ fft2
◆ ifft1
◆ ifft2
◆ n_dofs
| integer(kind=i32), dimension(2) n_dofs |
|
private |
◆ scratch
| complex(kind=f64), dimension(:,:), allocatable scratch |
|
private |
◆ scratchx
| complex(kind=f64), dimension(:,:), allocatable scratchx |
|
private |
◆ scratchy
| complex(kind=f64), dimension(:,:), allocatable scratchy |
|
private |