| /petsc/src/dm/tests/ |
| H A D | ex19.c | 17 PetscScalar inside[dof]; in doit() member 23 …C_COMM_WORLD, "%" PetscInt_FMT " %" PetscInt_FMT " %g\n", i, j, (double)mystruct[i][j].inside[0])); in doit() 25 mystruct[i][j].inside[1] = 2.1; in doit()
|
| /petsc/doc/changes/ |
| H A D | 300.md | 22 block Jacobi, for SNES inside TS and KSP inside SNES etc. 58 - The PetscMap inside the Vec object is now allocated and reference 93 - The PetscMap inside the Mat object is now allocated and reference
|
| H A D | 34.md | 101 not rely on use such as lazy access occurring inside loops that 137 (note it is -sub_pc_factor_shift_type if the ILU is used inside
|
| H A D | 321.md | 118 - Add `PCLMVMSetUpdateVec()` for the automatic update of the LMVM preconditioner inside a SNES solve 170 - Add MPI reduction inside `SNESComputeObjective_DMDA()`. No need to call reduction in local callba…
|
| /petsc/src/dm/dt/fe/impls/composite/ |
| H A D | fecomposite.c | 128 PetscBool inside; in PetscFEComputeTabulation_Composite() local 135 PetscCall(DMPolytopeInCellTest(ct, subpoint, &inside)); in PetscFEComputeTabulation_Composite() 136 if (inside) { in PetscFEComputeTabulation_Composite()
|
| /petsc/doc/manualpages/doctext/ |
| H A D | html.def | 9 # You might consider <FONT SIZE=+1>...</FONT> inside the listing.
|
| /petsc/doc/install/ |
| H A D | install_tutorial.md | 104 will create a directory "petsc" inside the current directory and retrieve the latest
|
| /petsc/doc/manual/ |
| H A D | advanced.md | 202 it does not make sense to store the intermediate values inside the
|
| H A D | dmplex.md | 298 structures the data inside a `Vec` does not need to know anything 299 about the mesh inside a `DMPLEX`.
|
| H A D | ksp.md | 1699 form does require the application of $A$ inside the 1702 In the multiplicative version, the calculation of the residual inside 1766 Naturally, one can use a `PCKSP` preconditioner inside a composite 2067 …- `-fieldsplit_1_inner_xxx` Set the options for the solver inside the application of the Schur com…
|
| H A D | ts.md | 1230 if the integral term is evaluated in the forward run (inside 1231 `TSSolve()`) or in the backward run (inside `TSAdjointSolve()`) when
|
| H A D | getting_started.md | 613 call PETSc routines from inside the parallel regions.
|
| H A D | other.md | 1260 libraries inside your iOS XCode projects; see the examples in
|
| H A D | snes.md | 1097 This has no tunable parameters, but note that inside the nonlinear solve
|
| /petsc/doc/developers/ |
| H A D | objects.md | 239 data inside an object. If the `PetscViewer` is `NULL`, then it should cause the
|
| H A D | buildsystem.md | 252 Setting the header prefix routes all the defines made inside those
|
| H A D | style.md | 253 be declared inside the loop initializer:
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | TAO.pyx | 1732 """Return the subsolver inside the ALMM solver. 1761 """Set the subsolver inside the ALMM solver. 1794 """Return the subsolver inside the BRGN solver.
|
| H A D | PC.pyx | 486 Normally if the ``A`` matrix inside a `PC` 530 KSPCheckNorm() inside a KSPSolve(), or after
|
| H A D | TS.pyx | 1434 It is valid to call this routine inside the function that you are 1472 It is valid to call this routine inside the function that you are
|
| H A D | KSP.pyx | 319 subpreconditioner inside a nested preconditioner such as
|
| H A D | Mat.pyx | 4969 """Return the local matrix stored inside a `Type.IS` matrix. 5001 """Set the local matrix stored inside a `Type.IS`.
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 9621 PetscErrorCode DMPolytopeInCellTest(DMPolytopeType ct, const PetscReal point[], PetscBool *inside) in DMPolytopeInCellTest() argument 9627 *inside = PETSC_TRUE; in DMPolytopeInCellTest() 9633 *inside = PETSC_FALSE; in DMPolytopeInCellTest() 9639 *inside = PETSC_FALSE; in DMPolytopeInCellTest() 9647 *inside = PETSC_FALSE; in DMPolytopeInCellTest()
|
| /petsc/src/ksp/ksp/tutorials/output/ |
| H A D | ex2_help.out | 279 …-pc_factor_pivot_in_blocks: <now TRUE : formerly TRUE> Pivot inside matrix dense blocks for BAIJ a…
|
| /petsc/doc/faq/ |
| H A D | index.md | 182 at what is inside the object `Mat`. 1933 "mg_coarse" when lu, ilu, cholesky, or icc are used inside multigrid smoothers or to the 2022 inside the loop. Each of the two substeps has its own matrix vector product and
|