Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Private Member Functions | Private Attributes | List of all members
sll_c_particle_mass_1d_base Type Reference
Inheritance diagram for sll_c_particle_mass_1d_base:
Collaboration diagram for sll_c_particle_mass_1d_base:

Private Member Functions

procedure(create_particle_mass_1d), deferred create
 
procedure initialize_abstract => initialize_linear_operator_abstract
 
procedure print_info_abstract => print_info_linear_operator_abstract
 
procedure(sll_p_dot_linear_operator_abstract), deferred dot
 
procedure(sll_p_print_info_linear_operator_abstract), deferred print_info
 
procedure(sll_p_free_linear_operator_abstract), deferred free
 

Private Attributes

integer(kind=i32) degree
 spline degree More...
 
integer(kind=i32) n_dofs
 degrees of freedom More...
 
real(kind=f64), dimension(:,:), allocatable particle_mass
 array containing the particle mass More...
 
real(kind=f64) sign = 1.0_f64
 force sign of the particle mass 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...
 

Detailed Description

Definition at line 13 of file sll_m_particle_mass_1d_base.F90.

Member Function/Subroutine Documentation

◆ create()

procedure(create_particle_mass_1d), deferred create
private

Definition at line 23 of file sll_m_particle_mass_1d_base.F90.

◆ dot()

procedure(sll_p_dot_linear_operator_abstract), deferred dot
privateinherited

Definition at line 44 of file sll_m_linear_operator_abstract.F90.

◆ free()

procedure(sll_p_free_linear_operator_abstract), deferred free
privateinherited

Definition at line 46 of file sll_m_linear_operator_abstract.F90.

◆ initialize_abstract()

procedure initialize_abstract
privateinherited

Definition at line 41 of file sll_m_linear_operator_abstract.F90.

◆ print_info()

procedure(sll_p_print_info_linear_operator_abstract), deferred print_info
privateinherited

Definition at line 45 of file sll_m_linear_operator_abstract.F90.

◆ print_info_abstract()

procedure print_info_abstract
privateinherited

Definition at line 42 of file sll_m_linear_operator_abstract.F90.

Member Data Documentation

◆ degree

integer(kind=i32) degree
private

spline degree

Definition at line 15 of file sll_m_particle_mass_1d_base.F90.

◆ id_cols

integer(kind=i32), dimension(:), allocatable id_cols
privateinherited

array of cols-vertices handled by the current proc

Definition at line 37 of file sll_m_linear_operator_abstract.F90.

◆ id_rows

integer(kind=i32), dimension(:), allocatable id_rows
privateinherited

array of rows-vertices handled by the current proc

Definition at line 36 of file sll_m_linear_operator_abstract.F90.

◆ is_allocated

logical is_allocated = .false.
privateinherited

Definition at line 34 of file sll_m_linear_operator_abstract.F90.

◆ n_block_cols

integer(kind=i32) n_block_cols = 1
privateinherited

number of columns blocks

Definition at line 32 of file sll_m_linear_operator_abstract.F90.

◆ n_block_rows

integer(kind=i32) n_block_rows = 1
privateinherited

number of rows blocks

Definition at line 31 of file sll_m_linear_operator_abstract.F90.

◆ n_cols

integer(kind=i32) n_cols = 0
privateinherited

number of columns local to the processor

Definition at line 28 of file sll_m_linear_operator_abstract.F90.

◆ n_dof

integer(kind=i32) n_dof = 1
privateinherited

number of degrees of freedom per node

Definition at line 33 of file sll_m_linear_operator_abstract.F90.

◆ n_dofs

integer(kind=i32) n_dofs
private

degrees of freedom

Definition at line 16 of file sll_m_particle_mass_1d_base.F90.

◆ n_global_cols

integer(kind=i32) n_global_cols = 0
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.

◆ n_global_rows

integer(kind=i32) n_global_rows = 0
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.

◆ n_rows

integer(kind=i32) n_rows = 0
privateinherited

number of rows local to the processor

Definition at line 27 of file sll_m_linear_operator_abstract.F90.

◆ particle_mass

real(kind=f64), dimension(:,:), allocatable particle_mass
private

array containing the particle mass

Definition at line 17 of file sll_m_particle_mass_1d_base.F90.

◆ sign

real(kind=f64) sign = 1.0_f64
private

force sign of the particle mass

Definition at line 18 of file sll_m_particle_mass_1d_base.F90.

    Report Typos and Errors