Home
last modified time | relevance | path

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

/petsc/src/dm/impls/composite/
H A Dpackm.c91 MatType tmp, mat_type_old; in DMCreateMatrix_Composite_AIJ() local
95 PetscCall(PetscStrallocpy(tmp, (char **)&mat_type_old)); in DMCreateMatrix_Composite_AIJ()
122 PetscCall(DMSetMatType(next->dm, mat_type_old)); in DMCreateMatrix_Composite_AIJ()
123 PetscCall(PetscFree(mat_type_old)); in DMCreateMatrix_Composite_AIJ()
139 MatType tmp, mat_type_old; in DMCreateMatrix_Composite_AIJ() local
143 PetscCall(PetscStrallocpy(tmp, (char **)&mat_type_old)); in DMCreateMatrix_Composite_AIJ()
169 PetscCall(DMSetMatType(next->dm, mat_type_old)); in DMCreateMatrix_Composite_AIJ()
170 PetscCall(PetscFree(mat_type_old)); in DMCreateMatrix_Composite_AIJ()