Searched defs:_n_LMProducts (Results 1 – 1 of 1) sorted by relevance
19 struct _n_LMProducts { struct20 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 process25 Vec diagonal_global; // matches the memory location and layout of an LMBasis26 Vec diagonal_local; // matches the memory location and layout of an LMBasis27 PetscBool update_diagonal_global;28 LMBlockType block_type;[all …]