Home
last modified time | relevance | path

Searched refs:empty_A11 (Results 1 – 1 of 1) sorted by relevance

/petsc/src/binding/petsc4py/demo/hpddm/
H A Dsaddle_point.py43 empty_A11 = False variable
46 empty_A11 = PETSc.Options().getBool("empty_A11", False) variable
87 S = PETSc.Mat().createNest([[A[0], A[1]], [A[2], A[3] if not empty_A11 else None]])
119 if not empty_A11: