History log of /petsc/src/mat/tests/output/ex195_1_null.out (Results 1 – 2 of 2)
Revision Date Author Comments
# ec50fa89 13-Mar-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/firedrake-1' into 'main'

Updates for Firedrake: first batch

See merge request petsc/petsc!7358


# 3536838d 12-Mar-2024 Stefano Zampini <stefano.zampini@gmail.com>

MATNEST: support all NULL blocks

This is useful for doing something like

MatCreateNest(...,nr, isr, nc, isc, NULL, &N);
...
MatNestSetSubMat(N,0,0,...)

Add missing interface checks and tests