Searched refs:submatb (Results 1 – 1 of 1) sorted by relevance
89 Mat mat, submat = 0, *submatb; in GetElasticityMatrix() local149 PetscCall(MatCreateSubMatrices(mat, 1, &iskeep, &iskeep, MAT_INITIAL_MATRIX, &submatb)); in GetElasticityMatrix()150 submat = *submatb; in GetElasticityMatrix()151 PetscCall(PetscFree(submatb)); in GetElasticityMatrix()