Searched refs:UT (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/ksp/ksp/impls/cg/pipeprcg/ |
| H A D | pipeprcg.c | 44 Vec X, B, R, RT, W, WT, P, S, ST, U, UT, PRTST[3]; in KSPSolve_PIPEPRCG() local 67 UT = ksp->work[8]; in KSPSolve_PIPEPRCG() 89 PetscCall(KSP_PCApply(ksp, U, UT)); /* ut <- Bu */ in KSPSolve_PIPEPRCG() 141 PetscCall(VecAXPY(WT, -alpha, UT)); /* wt <- wt - alpha * ut */ in KSPSolve_PIPEPRCG() 157 PetscCall(KSP_PCApply(ksp, U, UT)); /* ut <- B u */ in KSPSolve_PIPEPRCG()
|
| /petsc/src/ksp/pc/tutorials/ |
| H A D | ex4.c | 79 Mat U, UT, D, aD, aDinv, I_plus_gammaUTaDinvU; member 107 PetscCall(MatTranspose(ctx->U, MAT_INITIAL_MATRIX, &ctx->UT)); in SmwSetup() 110 …PetscCall(MatMatMatMult(ctx->UT, ctx->aDinv, ctx->U, MAT_INITIAL_MATRIX, PETSC_CURRENT, &ctx->I_pl… in SmwSetup() 135 PetscCall(MatCreateVecs(ctx->UT, &vel0, &pressure0)); in SmwApply() 140 PetscCall(MatMult(ctx->UT, vel0, pressure0)); in SmwApply() 346 PetscCall(MatDestroy(&ctx.UT)); in main()
|
| /petsc/src/ksp/pc/impls/tfs/ |
| H A D | tfs.h | 64 #define UT 5 /* dump upper 1/2 */ macro
|
| /petsc/doc/miscellaneous/ |
| H A D | prizes.md | 57 - [Paul Bauman](http://engineering.buffalo.edu/mechanical-aerospace.html), UT Austin
|
| /petsc/doc/tutorials/ |
| H A D | in_person.md | 68 - Tutorial at ICES, UT Austin, TX September 2011 (Matt)
|
| /petsc/doc/ |
| H A D | petsc.bib | 2278 the Institute for Computational Engineering and Sciences (ICES) at UT-Austin, 5710 booktitle = {IABEM 2002, International Association for Boundary Element Methods, UT Austin}, 18461 location = {Salt Lake City, UT},
|