Searched refs:mat_block_order (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/pc/impls/bjacobi/bjkokkos/ |
| H A D | bjkokkos.kokkos.cxx | 798 Mat mat_block_order; // debug in PCSetUp_BJKOKKOS() local 800 PetscCall(MatCreateSubMatrix(A, isicol, isicol, MAT_INITIAL_MATRIX, &mat_block_order)); in PCSetUp_BJKOKKOS() 802 PetscCall(MatViewFromOptions(mat_block_order, NULL, "-ksp_batch_reorder_view")); in PCSetUp_BJKOKKOS() 803 PetscCall(MatDestroy(&mat_block_order)); in PCSetUp_BJKOKKOS()
|
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | plexland.c | 1963 Mat mat_block_order; in LandauCreateJacobianMatrix() local 1964 …SubMatrix(ctx->J, ctx->batch_is, ctx->batch_is, MAT_INITIAL_MATRIX, &mat_block_order)); // use Mat… in LandauCreateJacobianMatrix() 1965 PetscCall(MatViewFromOptions(mat_block_order, NULL, "-dm_landau_mat_view")); in LandauCreateJacobianMatrix() 1966 PetscCall(MatDestroy(&mat_block_order)); in LandauCreateJacobianMatrix()
|