History log of /petsc/src/mat/tutorials/ex19.c (Results 1 – 7 of 7)
Revision Date Author Comments
# bbbcff7d 29-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/follow-up-6408' into 'main'

Mat: missing function rename

See merge request petsc/petsc!6518


# c67d13cb 29-May-2023 Pierre Jolivet <pierre@joliv.et>

Mat: missing function rename

See also https://gitlab.com/petsc/petsc/-/merge_requests/6408


# 52c275a1 18-May-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/h2opus-dmdakokkos' into 'main'

Add support for KOKKOS in H2OPUS

See merge request petsc/petsc!6408


# 7e4036d7 16-May-2023 Junchao Zhang <jczhang@anl.gov>

Mat: simplify the test cases in mat/tutorials/ex19

we only need to skip the sycl test since there is no MATDENSESYCL yet.


# d16ceb75 04-May-2023 Stefano Zampini <stefano.zampini@gmail.com>

Add MatCreateDenseForVecType

Remove old implementation (only in main) and update test

and a convenience internal routine to allocate the column vector when requested


# 1f7c7380 05-Apr-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'hsuh/mat-create-dense-from-vectype' into 'main'

Add VecCreateMatDense(): Create a matrix that matches the type of a Vec

See merge request petsc/petsc!6237


# ad6ad4e1 05-Apr-2023 Hansol Suh <hansol.suh.123@gmail.com>

Add VecCreateMatDense(): Create a matrix that matches the type of a Vec