Searched refs:Anatural (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/da/ |
| H A D | fdda.c | 527 Mat AA, Anatural; in MatView_MPI_DA() local 557 PetscCall(MatCreateSubMatrix(A, is, is, MAT_INITIAL_MATRIX, &Anatural)); in MatView_MPI_DA() 560 PetscCall(PetscObjectSetOptionsPrefix((PetscObject)Anatural, prefix)); in MatView_MPI_DA() 561 PetscCall(PetscObjectSetName((PetscObject)Anatural, ((PetscObject)A)->name)); in MatView_MPI_DA() 562 ((PetscObject)Anatural)->donotPetscObjectPrintClassNamePrefixType = PETSC_TRUE; in MatView_MPI_DA() 563 PetscCall(MatView(Anatural, viewer)); in MatView_MPI_DA() 564 ((PetscObject)Anatural)->donotPetscObjectPrintClassNamePrefixType = PETSC_FALSE; in MatView_MPI_DA() 565 PetscCall(MatDestroy(&Anatural)); in MatView_MPI_DA() 573 Mat Anatural, Aapp; in MatLoad_MPI_DA() local 585 PetscCall(MatCreate(PetscObjectComm((PetscObject)A), &Anatural)); in MatLoad_MPI_DA() [all …]
|