Lines Matching refs:mf
2043 Mat mf, Dmf, Dmat, Ddiff; in MatShellTestMult() local
2051 …PetscCall(MatCreateMFFD(PetscObjectComm((PetscObject)mat), m, n, PETSC_DECIDE, PETSC_DECIDE, &mf)); in MatShellTestMult()
2052 PetscCall(MatMFFDSetFunction(mf, f, ctx)); in MatShellTestMult()
2053 PetscCall(MatMFFDSetBase(mf, base, NULL)); in MatShellTestMult()
2055 PetscCall(MatComputeOperator(mf, MATAIJ, &Dmf)); in MatShellTestMult()
2075 PetscCall(MatDestroy(&mf)); in MatShellTestMult()
2106 Mat mf, Dmf, Dmat, Ddiff; in MatShellTestMultTranspose() local
2117 PetscCall(MatCreateMFFD(PetscObjectComm((PetscObject)mat), m, n, M, N, &mf)); in MatShellTestMultTranspose()
2118 PetscCall(MatMFFDSetFunction(mf, f, ctx)); in MatShellTestMultTranspose()
2119 PetscCall(MatMFFDSetBase(mf, base, NULL)); in MatShellTestMultTranspose()
2120 PetscCall(MatComputeOperator(mf, MATAIJ, &Dmf)); in MatShellTestMultTranspose()
2140 PetscCall(MatDestroy(&mf)); in MatShellTestMultTranspose()