Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
class for a linear operator More...
Private Member Functions | |
procedure | create => create_linear_operator_kron |
procedure | free => free_linear_operator_kron |
procedure | dot => dot_linear_operator_kron |
procedure | print_info => print_info_linear_operator_kron |
procedure | initialize_abstract => initialize_linear_operator_abstract |
procedure | print_info_abstract => print_info_linear_operator_abstract |
Private Attributes | |
integer(kind=i32) | n_rows_a = 0 |
number of rows for the first direction More... | |
integer(kind=i32) | n_cols_a = 0 |
number of cols for the first direction More... | |
integer(kind=i32) | n_rows_b = 0 |
number of rows for the second direction More... | |
integer(kind=i32) | n_cols_b = 0 |
number of cols for the second direction More... | |
integer(kind=i32) | n_rows_c = 0 |
number of rows for the third direction More... | |
integer(kind=i32) | n_cols_c = 0 |
number of cols for the third direction More... | |
class(sll_t_linear_operator_abstract), pointer | ptr_linop_a => null() |
pointer to the first linear operator More... | |
class(sll_t_linear_operator_abstract), pointer | ptr_linop_b => null() |
pointer to the second linear operator More... | |
class(sll_t_linear_operator_abstract), pointer | ptr_linop_c => null() |
pointer to the third linear operator More... | |
integer(kind=i32) | n_rows = 0 |
number of rows local to the processor More... | |
integer(kind=i32) | n_cols = 0 |
number of columns local to the processor More... | |
integer(kind=i32) | n_global_rows = 0 |
global number of rows, different from n_rows for distributed linear operator More... | |
integer(kind=i32) | n_global_cols = 0 |
global number of columns, different from n_cols for distributed linear operator More... | |
integer(kind=i32) | n_block_rows = 1 |
number of rows blocks More... | |
integer(kind=i32) | n_block_cols = 1 |
number of columns blocks More... | |
integer(kind=i32) | n_dof = 1 |
number of degrees of freedom per node More... | |
logical | is_allocated = .false. |
integer(kind=i32), dimension(:), allocatable | id_rows |
array of rows-vertices handled by the current proc More... | |
integer(kind=i32), dimension(:), allocatable | id_cols |
array of cols-vertices handled by the current proc More... | |
class for a linear operator
Definition at line 34 of file sll_m_linear_operator_kron.F90.
|
private |
Definition at line 47 of file sll_m_linear_operator_kron.F90.
|
private |
Definition at line 49 of file sll_m_linear_operator_kron.F90.
|
private |
Definition at line 48 of file sll_m_linear_operator_kron.F90.
|
privateinherited |
Definition at line 41 of file sll_m_linear_operator_abstract.F90.
|
private |
Definition at line 50 of file sll_m_linear_operator_kron.F90.
|
privateinherited |
Definition at line 42 of file sll_m_linear_operator_abstract.F90.
|
privateinherited |
array of cols-vertices handled by the current proc
Definition at line 37 of file sll_m_linear_operator_abstract.F90.
|
privateinherited |
array of rows-vertices handled by the current proc
Definition at line 36 of file sll_m_linear_operator_abstract.F90.
|
privateinherited |
Definition at line 34 of file sll_m_linear_operator_abstract.F90.
|
privateinherited |
number of columns blocks
Definition at line 32 of file sll_m_linear_operator_abstract.F90.
|
privateinherited |
number of rows blocks
Definition at line 31 of file sll_m_linear_operator_abstract.F90.
|
privateinherited |
number of columns local to the processor
Definition at line 28 of file sll_m_linear_operator_abstract.F90.
|
private |
number of cols for the first direction
Definition at line 36 of file sll_m_linear_operator_kron.F90.
|
private |
number of cols for the second direction
Definition at line 38 of file sll_m_linear_operator_kron.F90.
|
private |
number of cols for the third direction
Definition at line 40 of file sll_m_linear_operator_kron.F90.
|
privateinherited |
number of degrees of freedom per node
Definition at line 33 of file sll_m_linear_operator_abstract.F90.
|
privateinherited |
global number of columns, different from n_cols for distributed linear operator
Definition at line 30 of file sll_m_linear_operator_abstract.F90.
|
privateinherited |
global number of rows, different from n_rows for distributed linear operator
Definition at line 29 of file sll_m_linear_operator_abstract.F90.
|
privateinherited |
number of rows local to the processor
Definition at line 27 of file sll_m_linear_operator_abstract.F90.
|
private |
number of rows for the first direction
Definition at line 35 of file sll_m_linear_operator_kron.F90.
|
private |
number of rows for the second direction
Definition at line 37 of file sll_m_linear_operator_kron.F90.
|
private |
number of rows for the third direction
Definition at line 39 of file sll_m_linear_operator_kron.F90.
|
private |
pointer to the first linear operator
Definition at line 42 of file sll_m_linear_operator_kron.F90.
|
private |
pointer to the second linear operator
Definition at line 43 of file sll_m_linear_operator_kron.F90.
|
private |
pointer to the third linear operator
Definition at line 44 of file sll_m_linear_operator_kron.F90.