Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tests/
H A Dex10.c89 Mat mat, submat = 0, *submatb; in GetElasticityMatrix() local
149 PetscCall(MatCreateSubMatrices(mat, 1, &iskeep, &iskeep, MAT_INITIAL_MATRIX, &submatb)); in GetElasticityMatrix()
150 submat = *submatb; in GetElasticityMatrix()
151 PetscCall(PetscFree(submatb)); in GetElasticityMatrix()