Searched refs:mat_other (Results 1 – 2 of 2) sorted by relevance
| /libCEED/examples/fluids/src/ |
| H A D | mat-ceed.c | 491 PetscErrorCode MatCeedCopy(Mat mat_ceed, Mat mat_other) { in MatCeedCopy() argument 503 PetscCall(MatGetType(mat_other, &mat_type_other)); in MatCeedCopy() 531 PetscCall(PetscObjectChangeTypeName((PetscObject)mat_other, MATCEED)); in MatCeedCopy() 534 PetscCall(MatShellSetContext(mat_other, ctx)); in MatCeedCopy() 535 PetscCall(MatShellSetContextDestroy(mat_other, (PetscCtxDestroyFn *)MatCeedContextDestroy)); in MatCeedCopy() 536 PetscCall(MatShellSetOperation(mat_other, MATOP_VIEW, (void (*)(void))MatView_Ceed)); in MatCeedCopy() 537 PetscCall(MatShellSetOperation(mat_other, MATOP_MULT, (void (*)(void))MatMult_Ceed)); in MatCeedCopy() 538 …if (ctx->op_mult_transpose) PetscCall(MatShellSetOperation(mat_other, MATOP_MULT_TRANSPOSE, (void … in MatCeedCopy() 539 …PetscCall(MatShellSetOperation(mat_other, MATOP_GET_DIAGONAL, (void (*)(void))MatGetDiagonal_Ceed)… in MatCeedCopy() 540 …PetscCall(MatShellSetOperation(mat_other, MATOP_GET_DIAGONAL_BLOCK, (void (*)(void))MatGetDiagonal… in MatCeedCopy() [all …]
|
| /libCEED/examples/fluids/include/ |
| H A D | mat-ceed.h | 18 PETSC_CEED_EXTERN PetscErrorCode MatCeedCopy(Mat mat_ceed, Mat mat_other);
|