Home
last modified time | relevance | path

Searched refs:UF (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ts/tests/
H A Dex9.c36 Vec UF, VF; member
70 PetscCall(VecCreateMPI(PETSC_COMM_WORLD, 1, PETSC_DETERMINE, &ctx.UF)); in main()
87 PetscCall(VecDestroy(&ctx.UF)); in main()
110 PetscCall((*ctx->f)(t, ctx->U, ctx->V, ctx->UF)); in TSFunctionRHS()
111 PetscCall(VecScatterBegin(ctx->scatterU, ctx->UF, F, INSERT_VALUES, SCATTER_FORWARD)); in TSFunctionRHS()
112 PetscCall(VecScatterEnd(ctx->scatterU, ctx->UF, F, INSERT_VALUES, SCATTER_FORWARD)); in TSFunctionRHS()
H A Dex10.c186 Vec UV, UF, VF; member
208 PetscCall((*tsdae->f)(t, tsdae->U, tsdae->V, full->UF, tsdae->fctx)); in TSDAESimple_Full_TSRHSFunction()
209 PetscCall(VecScatterBegin(full->scatterU, full->UF, F, INSERT_VALUES, SCATTER_FORWARD)); in TSDAESimple_Full_TSRHSFunction()
210 PetscCall(VecScatterEnd(full->scatterU, full->UF, F, INSERT_VALUES, SCATTER_FORWARD)); in TSDAESimple_Full_TSRHSFunction()
268 PetscCall(VecDestroy(&full->UF)); in TSDAESimpleDestroy_Full()
295 PetscCall(VecDuplicate(tsdae->U, &full->UF)); in TSDAESimpleSetUp_Full()
/petsc/share/petsc/datafiles/matrices/
H A DLFAT5.mtx3 % UF Sparse Matrix Collection, Tim Davis
/petsc/share/petsc/matlab/
H A DUFgetPetscMat.m4 % (1) gets the selected index file of the UF sparse matrix collection,