Home
last modified time | relevance | path

Searched refs:matshellctx (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/impls/swarm/tests/
H A Dex7.c21 MatShellCtx *matshellctx; in MatMultMtM_SeqAIJ() local
24 PetscCall(MatShellGetContext(MtM, &matshellctx)); in MatMultMtM_SeqAIJ()
25 PetscCheck(matshellctx, PETSC_COMM_WORLD, PETSC_ERR_ARG_OUTOFRANGE, "No context"); in MatMultMtM_SeqAIJ()
26 PetscCall(MatMult(matshellctx->Mp, xx, matshellctx->ff)); in MatMultMtM_SeqAIJ()
27 PetscCall(MatMult(matshellctx->MpTrans, matshellctx->ff, yy)); in MatMultMtM_SeqAIJ()
33 MatShellCtx *matshellctx; in MatMultAddMtM_SeqAIJ() local
36 PetscCall(MatShellGetContext(MtM, &matshellctx)); in MatMultAddMtM_SeqAIJ()
37 PetscCheck(matshellctx, PETSC_COMM_WORLD, PETSC_ERR_ARG_OUTOFRANGE, "No context"); in MatMultAddMtM_SeqAIJ()
38 PetscCall(MatMult(matshellctx->Mp, xx, matshellctx->ff)); in MatMultAddMtM_SeqAIJ()
39 PetscCall(MatMultAdd(matshellctx->MpTrans, matshellctx->ff, yy, zz)); in MatMultAddMtM_SeqAIJ()
[all …]
/petsc/src/ts/tests/
H A Dex30.c47 MatShellCtx *matshellctx; in MatMultMtM_SeqAIJ() local
50 PetscCall(MatShellGetContext(MtM, &matshellctx)); in MatMultMtM_SeqAIJ()
51 PetscCheck(matshellctx, PETSC_COMM_WORLD, PETSC_ERR_ARG_OUTOFRANGE, "No context"); in MatMultMtM_SeqAIJ()
52 PetscCall(MatMult(matshellctx->Mp, xx, matshellctx->ff)); in MatMultMtM_SeqAIJ()
53 PetscCall(MatMult(matshellctx->MpTrans, matshellctx->ff, yy)); in MatMultMtM_SeqAIJ()
59 MatShellCtx *matshellctx; in MatMultAddMtM_SeqAIJ() local
62 PetscCall(MatShellGetContext(MtM, &matshellctx)); in MatMultAddMtM_SeqAIJ()
63 PetscCheck(matshellctx, PETSC_COMM_WORLD, PETSC_ERR_ARG_OUTOFRANGE, "No context"); in MatMultAddMtM_SeqAIJ()
64 PetscCall(MatMult(matshellctx->Mp, xx, matshellctx->ff)); in MatMultAddMtM_SeqAIJ()
65 PetscCall(MatMultAdd(matshellctx->MpTrans, matshellctx->ff, yy, zz)); in MatMultAddMtM_SeqAIJ()
[all …]
/petsc/src/snes/tests/
H A Dex69.c46 MatShellCtx matshellctx; in main() local
108 matshellctx.Jmf = Jmf; in main()
109 …(PetscObjectComm((PetscObject)Jmf), mlocal, nlocal, PETSC_DECIDE, PETSC_DECIDE, &matshellctx, &J)); in main()
348 MatShellCtx *matshellctx; in MatMult_MyShell() local
353 PetscCall(MatShellGetContext(A, &matshellctx)); in MatMult_MyShell()
354 PetscCall(MatMult(matshellctx->Jmf, x, y)); in MatMult_MyShell()
366 MatShellCtx *matshellctx; in MatAssemblyEnd_MyShell() local
369 PetscCall(MatShellGetContext(A, &matshellctx)); in MatAssemblyEnd_MyShell()
370 PetscCall(MatAssemblyEnd(matshellctx->Jmf, tp)); in MatAssemblyEnd_MyShell()