Home
last modified time | relevance | path

Searched refs:inner (Results 1 – 25 of 41) sorted by relevance

12

/petsc/src/ts/utils/dmplexlandau/tutorials/output/
H A Dex1_re.out49 [0] <vec:seq> adaptToleranceFEM(): 1) Found first inner r=5.508970e-02, cell 0, qp 1/9
50 [0] <vec:seq> adaptToleranceFEM(): 1) Found first inner r=4.379594e-02, cell 0, qp 2/9
51 [0] <vec:seq> adaptToleranceFEM(): 1) Found first inner r=3.250658e-02, cell 0, qp 3/9
52 [0] <vec:seq> adaptToleranceFEM(): 1) Found first inner r=2.594060e-02, cell 4, qp 1/9
53 [0] <vec:seq> adaptToleranceFEM(): 1) Found first inner r=1.468071e-02, cell 4, qp 2/9
54 [0] <vec:seq> adaptToleranceFEM(): 1) Found first inner r=3.676391e-03, cell 4, qp 3/9
55 [0] <vec:seq> adaptToleranceFEM(): 1) Found another inner r=3.676391e-03, cell 8, qp 1/9, d=0.00…
59 [0] <vec:seq> adaptToleranceFEM(): 1) Found first inner r=5.508970e-02, cell 0, qp 1/9
60 [0] <vec:seq> adaptToleranceFEM(): 1) Found first inner r=4.379594e-02, cell 0, qp 2/9
61 [0] <vec:seq> adaptToleranceFEM(): 1) Found first inner r=3.250658e-02, cell 0, qp 3/9
[all …]
/petsc/src/ts/tutorials/output/
H A Dfig.tex.out23 \draw (0.5,0.9) node [rectangle, draw, align=center, inner sep=1ex] {TS: pseudo};
24 \draw (0.5,0.83) node [rectangle, draw, align=center, inner sep=1ex] {SNES: newtonls};
25 \draw (0.5,0.76) node [rectangle, draw, align=center, inner sep=1ex] {KSP: gmres};
26 \draw (0.5,0.69) node [rectangle, draw, align=center, inner sep=1ex] {PC: ilu (16)};
/petsc/src/mat/impls/aij/mpi/mumps/
H A Dmumps.c181 MUMPS_STRUC_T *inner; \
182 PetscCall(PetscNew(&inner)); \
183 outer->icntl = inner->icntl; \
184 outer->cntl = inner->cntl; \
185 outer->info = inner->info; \
186 outer->infog = inner->infog; \
187 outer->rinfo = inner->rinfo; \
188 outer->rinfog = inner->rinfog; \
189 outer->ooc_tmpdir = inner->ooc_tmpdir; \
190 outer->ooc_prefix = inner->ooc_prefix; \
[all …]
/petsc/src/vec/vec/tests/output/
H A Dex18_1.out1 Vector inner product 1.202435522115e+03
H A Dex19f_1.out1 Result of inner product 40.0000
H A Dex19_1.out1 Result of inner product 40.0000
/petsc/share/petsc/datafiles/meshes/
H A Dgmsh-hex-20node.msh10 2 5 "inner"
/petsc/doc/overview/
H A Dvector_table.md34 - Provides efficient access to inner vectors
H A Dlinear_solve_table.md608 * - Generalized Conjugate Residual (with inner normalization and deflated restarts)
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DFE.pyx213 """Return the `Quad` used to calculate inner products.
363 """Return the `Quad` used to calculate inner products on faces.
378 """Set the `Quad` used to calculate inner products.
396 """Set the `Quad` used to calculate inner products on faces.
490 """Return the `DualSpace` used to define the inner product for the `FE`.
505 """Set the `DualSpace` used to define the inner product.
/petsc/src/tao/tutorials/
H A Dex3.c295 PetscReal inner; in ReducedFunctionGradient() local
299 PetscCall(VecDot(u, user->tmp1, &inner)); /* regularisation contribution to */ in ReducedFunctionGradient()
300 *func = alpha * 0.5 * inner; /* the functional */ in ReducedFunctionGradient()
315 PetscCall(VecDot(user->tmp1, user->tmp2, &inner)); /* misfit contribution to */ in ReducedFunctionGradient()
316 *func += 0.5 * inner; /* the functional */ in ReducedFunctionGradient()
/petsc/src/benchmarks/results/
H A Dlap2d.m6 % * scalability of inner products and vector updates.
/petsc/doc/developers/
H A Dcallbacks.md13 case. Rather, the callback functions are attached to an inner nonpublic
28 objects share a common `DMKSP` object. The code to access the inner
83 user are passed down to the inner `DMKSP` object. For each user level
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx1768 PC inner; in PCSetUp_HPDDM() local
2075 PetscCall(KSPGetPC(inner_ksp, &inner)); in PCSetUp_HPDDM()
2076 PetscCall(PCSetOptionsPrefix(inner, nullptr)); in PCSetUp_HPDDM()
2077 …PetscCall(PCSetType(inner, PCNONE)); /* no preconditioner since the action of M^-1 A or A M^-1 wil… in PCSetUp_HPDDM()
2097 …teShell(PetscObjectComm((PetscObject)pc), inner->mat->rmap->n, inner->mat->cmap->n, inner->mat->rm… in PCSetUp_HPDDM()
2742 PetscCall(KSPGetPC(ksp[0], &inner)); in PCSetUp_HPDDM()
2743 …PetscCall(PCSetType(inner, PCSHELL)); /* compute the action of the inverse of the local Schur comp… in PCSetUp_HPDDM()
2750 PetscCall(PCSetOptionsPrefix(s, ((PetscObject)inner)->prefix)); in PCSetUp_HPDDM()
2751 PetscCall(PCSetOptionsPrefix(inner, nullptr)); in PCSetUp_HPDDM()
2782 PetscCall(PCShellSetContext(inner, p)); in PCSetUp_HPDDM()
[all …]
/petsc/src/snes/tutorials/output/
H A Dex19_parms.out49 Maximum number of inner iterations: 0
H A Dex19_parms_alt.out50 Maximum number of inner iterations: 0
H A Dex19_parms_alt_2.out48 Maximum number of inner iterations: 0
/petsc/doc/changes/
H A D33.md76 **note:** the first argument is now the list of "inner"
86 the inner subdomains, the 10-th outputs the outer subdomains.
H A D315.md163 solvers with inner solvers such as `PCMG`, `PCGAMG`, `PCFIELDSPLIT`.
165 solvers with inner solvers such as `PCMG`, `PCGAMG`, `PCFIELDSPLIT`.
H A D32.md166 - PCREDUNDANT now uses the inner KSP with the inner PC. Default is
H A D320.md178 …Nonzero()` with `KSPPREONLY` and `PCDISTRIBUTE` when it is called on both the outer and inner `KSP`
/petsc/doc/manual/
H A Ddmcommonality.md44 …or `DMStagGetGhostCorners()` and iterates over the tuples within the bounds with an inner iteration
65 vectors or arrays for said points. If needed one can then have an inner iteration over the fields a…
H A Dsnes.md641 stabilization to an inner method.
965 each global or outer Newton iteration a sequence of subsidiary inner
968 system at each global iteration is critical, since these inner
972 inner iterations, particularly when $\| \mathbf{x}_k - \mathbf{x}_* \|$ is large,
973 is neither necessary nor economical. Thus, the number of required inner
1003 problem-dependent, inner convergence tests.
1380 Nonlinear preconditioning in PETSc involves the use of an inner `SNES`
1381 instance to define the step for an outer `SNES` instance. The inner
H A Dregressor.md88 This routine can also control all inner solver options in the `KSP`, and `Tao`
/petsc/src/binding/petsc4py/src/petsc4py/lib/_pytypes/viewer/
H A Dpetscpyvista.py185 …pl.add_mesh(pv.Disc(center = points[i,:], normal = (1., 0., 0.), inner = 0.25 * val, outer = val),…

12