Searched refs:R1 (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ksp/ksp/impls/minres/ |
| H A D | minres.c | 98 Vec X, B, R1, R2, R3, V, W, WL, WL2, XL2, RN; in KSPSolve_MINRES() local 129 R1 = ksp->work[0]; in KSPSolve_MINRES() 184 if (ksp->its > 1) PetscCall(VecAXPY(R3, -beta / betal, R1)); in KSPSolve_MINRES() 187 KSPMinresSwap3(R1, R2, R3); in KSPSolve_MINRES() 461 PetscCall(KSP_MatMult(ksp, Amat, X, R1)); in KSPSolve_MINRES() 462 PetscCall(VecAYPX(R1, -1.0, B)); in KSPSolve_MINRES() 463 PetscCall(VecNorm(R1, NORM_2, &rnorml)); in KSPSolve_MINRES() 464 PetscCall(KSP_MatMult(ksp, Amat, R1, R2)); in KSPSolve_MINRES()
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/ |
| H A D | SysFiles.pm | 1134 my $R1 = checkRelevance($H1); 1136 if($R1 and not $R2) 1140 elsif($R2 and not $R1)
|
| /petsc/src/ts/tutorials/ |
| H A D | chem_meth_ethanol.inp | 32 !R1 474 !R1 = R6 earlier
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 334 PetscReal R2 = 1., R1 = .55; in DMFTopologyCreate_pforest() local 338 …etscOptionsGetReal(((PetscObject)dm)->options, prefix, "-dm_p4est_shell_inner_radius", &R1, NULL)); in DMFTopologyCreate_pforest() 340 PetscCallP4estReturn((*topo)->geom, p8est_geometry_new_shell, ((*topo)->conn, R2, R1)); in DMFTopologyCreate_pforest() 342 PetscReal R2 = 1., R1 = 0.191728, R0 = 0.039856; in DMFTopologyCreate_pforest() local 346 …tscOptionsGetReal(((PetscObject)dm)->options, prefix, "-dm_p4est_sphere_inner_radius", &R1, NULL)); in DMFTopologyCreate_pforest() 349 PetscCallP4estReturn((*topo)->geom, p8est_geometry_new_sphere, ((*topo)->conn, R2, R1, R0)); in DMFTopologyCreate_pforest()
|
| /petsc/doc/ |
| H A D | petsc.bib | 35539 volume = {16-R1},
|