You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
psblas3/base/modules/tools
Stack-1 fd60bb8d7f [UPDATE] User-friendly row queries on the nested matrix
Add get_owned_rows(i_field) and get_owned_row_count(i_field) to
psb_d_nest_matrix: the list of GLOBAL row indices of a field owned by the
calling process (i.e. the rows it is expected to insert through ins) and
their count.  They replace the descriptor-level idiom
field_desc(i)%get_local_rows() / field_desc(i)%l2g(...) in user code, which
leaked descriptor jargon into the build loop.

The high-level tests (glob, rect, builder) are rewritten on the new queries;
the low-level CG test intentionally keeps the descriptor path.  README updated
with the new queries and an example.

Author: Simone Staccone (Stack-1)
2 weeks ago
..
psb_c_tools_a_mod.f90 Fix licensing text 3 months ago
psb_c_tools_mod.F90 Added routine to extract single element from sparse matrix 3 months ago
psb_cd_nest_tools_mod.F90 [ADD] Nested (MATNEST-style) block matrix support and tests 2 weeks ago
psb_cd_tools_mod.F90 Fix licensing text 3 months ago
psb_d_nest_builder_mod.F90 [UPDATE] User-friendly row queries on the nested matrix 2 weeks ago
psb_d_nest_tools_mod.F90 [ADD] Stock preconditioners, configurable block format and full base-class contract for the nested matrix 2 weeks ago
psb_d_tools_a_mod.f90 Fix licensing text 3 months ago
psb_d_tools_mod.F90 Added routine to extract single element from sparse matrix 3 months ago
psb_e_tools_a_mod.f90 Fix licensing text 3 months ago
psb_i2_tools_a_mod.f90 Fix licensing text 3 months ago
psb_i_tools_mod.F90 Fix licensing text 3 months ago
psb_l_tools_mod.F90 Fix licensing text 3 months ago
psb_m_tools_a_mod.f90 Fix licensing text 3 months ago
psb_s_tools_a_mod.f90 Fix licensing text 3 months ago
psb_s_tools_mod.F90 Added routine to extract single element from sparse matrix 3 months ago
psb_tools_mod.f90 Add double-precision nested block-structured matrix/vector layer 3 weeks ago
psb_z_tools_a_mod.f90 Fix licensing text 3 months ago
psb_z_tools_mod.F90 Added routine to extract single element from sparse matrix 3 months ago