Searched refs:mat_other (Results 1 – 2 of 2) sorted by relevance
| /honee/src/ |
| H A D | mat-ceed.c | 542 PetscErrorCode MatCeedCopy(Mat mat_ceed, Mat mat_other) { in MatCeedCopy() argument 554 PetscCall(MatGetType(mat_other, &mat_type_other)); in MatCeedCopy() 582 PetscCall(PetscObjectChangeTypeName((PetscObject)mat_other, MATCEED)); in MatCeedCopy() 585 PetscCall(MatShellSetContext(mat_other, ctx)); in MatCeedCopy() 586 PetscCall(MatShellSetContextDestroy(mat_other, (PetscCtxDestroyFn *)MatCeedContextDestroy)); in MatCeedCopy() 587 PetscCall(MatShellSetOperation(mat_other, MATOP_VIEW, (MatSetOpFn)MatView_Ceed)); in MatCeedCopy() 588 PetscCall(MatShellSetOperation(mat_other, MATOP_MULT, (MatSetOpFn)MatMult_Ceed)); in MatCeedCopy() 589 …if (ctx->op_mult_transpose) PetscCall(MatShellSetOperation(mat_other, MATOP_MULT_TRANSPOSE, (MatSe… in MatCeedCopy() 590 PetscCall(MatShellSetOperation(mat_other, MATOP_GET_DIAGONAL, (MatSetOpFn)MatGetDiagonal_Ceed)); in MatCeedCopy() 591 …PetscCall(MatShellSetOperation(mat_other, MATOP_GET_DIAGONAL_BLOCK, (MatSetOpFn)MatGetDiagonalBloc… in MatCeedCopy() [all …]
|
| /honee/include/ |
| H A D | mat-ceed.h | 14 PETSC_CEED_EXTERN PetscErrorCode MatCeedCopy(Mat mat_ceed, Mat mat_other);
|