Home
last modified time | relevance | path

Searched refs:inside (Results 1 – 25 of 27) sorted by relevance

12

/petsc/src/dm/tests/
H A Dex19.c17 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 D300.md22 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 D34.md101 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 D321.md118 - 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 Dfecomposite.c128 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 Dhtml.def9 # You might consider <FONT SIZE=+1>...</FONT> inside the listing.
/petsc/doc/install/
H A Dinstall_tutorial.md104 will create a directory "petsc" inside the current directory and retrieve the latest
/petsc/doc/manual/
H A Dadvanced.md202 it does not make sense to store the intermediate values inside the
H A Ddmplex.md298 structures the data inside a `Vec` does not need to know anything
299 about the mesh inside a `DMPLEX`.
H A Dksp.md1699 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 Dts.md1230 if the integral term is evaluated in the forward run (inside
1231 `TSSolve()`) or in the backward run (inside `TSAdjointSolve()`) when
H A Dgetting_started.md613 call PETSc routines from inside the parallel regions.
H A Dother.md1260 libraries inside your iOS XCode projects; see the examples in
H A Dsnes.md1097 This has no tunable parameters, but note that inside the nonlinear solve
/petsc/doc/developers/
H A Dobjects.md239 data inside an object. If the `PetscViewer` is `NULL`, then it should cause the
H A Dbuildsystem.md252 Setting the header prefix routes all the defines made inside those
H A Dstyle.md253 be declared inside the loop initializer:
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DTAO.pyx1732 """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 DPC.pyx486 Normally if the ``A`` matrix inside a `PC`
530 KSPCheckNorm() inside a KSPSolve(), or after
H A DTS.pyx1434 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 DKSP.pyx319 subpreconditioner inside a nested preconditioner such as
H A DMat.pyx4969 """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 Ddm.c9621 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 Dex2_help.out279 …-pc_factor_pivot_in_blocks: <now TRUE : formerly TRUE> Pivot inside matrix dense blocks for BAIJ a…
/petsc/doc/faq/
H A Dindex.md182 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

12