Home
last modified time | relevance | path

Searched defs:_n_LMProducts (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/ksp/utils/lmvm/
H A Dlmproducts.h19 struct _n_LMProducts { struct
20 PetscInt m;
21 PetscInt k;
22 …scInt m_local; // rank 0 will have all values (m_local = m), others have none (m_local = 0)
23 Mat full;
24 Vec diagonal_dup; // duplicated on each host process
25 Vec diagonal_global; // matches the memory location and layout of an LMBasis
26 Vec diagonal_local; // matches the memory location and layout of an LMBasis
27 PetscBool update_diagonal_global;
28 LMBlockType block_type;
[all …]