History log of /petsc/src/mat/impls/kaij/kaij.c (Results 126 – 133 of 133)
Revision Date Author Comments
# 50d19d74 06-May-2019 Richard Tran Mills <rmills@rmills.org>

Fixed code accidentally left commented out.


# d3f912fa 06-May-2019 Richard Tran Mills <rmills@rmills.org>

Fixed missing cast to Mat_MPIAIJ*.


# 4589b4e5 04-May-2019 Richard Tran Mills <rmills@rmills.org>

Change VecScatterCreateWithData() call back to VecScatterCreate().


# 0567c835 03-May-2019 Richard Tran Mills <rmills@rmills.org>

Broke up monolithic MatCreateKAIJ(); added APIs for setting each part of a KAIJ.


# 8b415be0 25-Apr-2019 Richard Tran Mills <rmills@rmills.org>

Removed an extra blank line.


# 31a97b9a 25-Apr-2019 Richard Tran Mills <rmills@rmills.org>

MATKAIJ: Fixed simple style and documentation issues noted by Barry and Jed.

Helped-by: Barry Smith <bsmith@mcs.anl.gov>, Jed Brown <jed@jedbrown.org>


# b5a089c7 22-Jan-2019 Richard Tran Mills <rmills@rmills.org>

Use VecScatterCreateWithData() instead of VecScatterCreate().


# 49bd79cc 05-Oct-2013 Debojyoti Ghosh <ghosh@mcs.anl.gov>

MATKAIJ: Matrix format for I ⊗ S + J ⊗ T; S,T small and dense, J sparse

This is a generalization of MatMAIJ. The implementation provides
MatMult, MatMultAdd, MatSOR, and InvertBlockDiagonal.

Helpe

MATKAIJ: Matrix format for I ⊗ S + J ⊗ T; S,T small and dense, J sparse

This is a generalization of MatMAIJ. The implementation provides
MatMult, MatMultAdd, MatSOR, and InvertBlockDiagonal.

Helped-by: Jed Brown <jed@jedbrown.org>

show more ...


123456