version 0.6.0
type_ls_map::t_ls_map Type Reference
+ Inheritance diagram for type_ls_map::t_ls_map:

Public Attributes

integer stencil_size = 0
 Stencil size.
 
integer rhs_size = 0
 Right-hand side size.
 
integer(kind=8) n_nonzeros = 0
 Number of nonzero coefficients in the local matrix.
 
integer, dimension(:,:,:), allocatable l
 Index of the line associated to the cell (i,j,k) in the local lexicographical numbering of the linear system.
 
integer, dimension(:,:,:), allocatable global_index
 Index of the line associated to the cell (i,j,k) in the global lexicographical numbering of the linear system.
 
type(t_ijk_triplet), dimension(:), allocatable boundary_node_list
 List of nodes where the stencil spreads beyond the boundary of the local numerical domain.
 
Starting and ending indices of the local numerical domain.
integer is = 0
 
integer ie = 0
 
integer js = 0
 
integer je = 0
 
integer ks = 0
 
integer ke = 0
 
Local numerical domain sizes.
integer nx = 0
 
integer ny = 0
 
integer nz = 0
 
Global physical domain sizes.
integer nxg = 0
 
integer nyg = 0
 
integer nzg = 0
 
integer isg = 0
 @ Global lower and upper bounds of the local numerical domain.
 
integer jsg = 0
 
integer ksg = 0
 
integer ieg = 0
 
integer jeg = 0
 
integer keg = 0
 
Starting and ending indices of the local domain excluding the boundary (see boundary_node_list).
integer is_in = 0
 
integer ie_in = 0
 
integer js_in = 0
 
integer je_in = 0
 
integer ks_in = 0
 
integer ke_in = 0
 

The documentation for this type was generated from the following file: