Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c5602 Mat *tmats; in PCBDDCComputeLocalMatrix() local
5607 …(MatCreateSubMatrices(ChangeOfBasisMatrix, 1, &is_global, &is_global, MAT_INITIAL_MATRIX, &tmats)); in PCBDDCComputeLocalMatrix()
5609 …PetscCall(MatCreateSubMatrices(tmats[0], nsubs, pcbddc->local_subs, pcbddc->local_subs, MAT_INITIA… in PCBDDCComputeLocalMatrix()
5610 PetscCall(MatDestroySubMatrices(1, &tmats)); in PCBDDCComputeLocalMatrix()