| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex81.c | 14 PetscInt i, j, *outer, M, N, found = Q; in main() local 22 PetscCall(PetscMalloc1(found, &outer)); in main() 23 PetscCall(PetscOptionsGetIntArray(NULL, NULL, "-outer_fieldsplit_sizes", outer, &found, &flg)); in main() 28 for (i = 0; i < found; ++i) j += outer[i]; in main() 121 for (i = 1; i < outer[j]; ++i) { in main() 126 M += outer[j]; in main() 185 PetscCall(PetscFree(outer)); in main()
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | stubgen.py | 135 def visit_class(cls, outer=None, done=None): argument 167 if outer is not None and cls_name.startswith(outer): 168 cls_name = cls_name[len(outer) :] 230 lines.add = visit_class(attr, outer=cls_name)
|
| /petsc/src/mat/impls/aij/mpi/mumps/ |
| H A D | mumps.c | 179 #define AllocateInternalID(MUMPS_STRUC_T, outer) \ argument 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; \ 192 inner->comm_fortran = outer->comm_fortran; \ [all …]
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | gmsh-hex-20node.msh | 8 2 3 "outer"
|
| H A D | testcase3D.cas | 5996 (nita/hybrid/event/outer-iter 5) 5998 (nita/hybrid/start-up/outer-iter 5) 6007 (nita/outer-iter 1) 8839 …outer-iter 2 integer #f 2 1 ("Max. no. of outer iterations: ~a")) (mom/rel…
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | apidoc.py | 215 def visit_class(cls, outer=None, done=None): argument 243 if outer is not None and cls_name.startswith(outer): 244 cls_name = cls_name[len(outer) :] 286 lines.add = visit_class(attr, outer=cls_name)
|
| /petsc/doc/changes/ |
| H A D | 230.md | 98 - PCMG: will automatically using the outer pmat operator to define
|
| H A D | 211.md | 37 - Default Krylov method on outer linear solver is now FGMRES instead
|
| H A D | 33.md | 86 the inner subdomains, the 10-th outputs the outer subdomains.
|
| H A D | 320.md | 178 …Nonzero()` with `KSPPREONLY` and `PCDISTRIBUTE` when it is called on both the outer and inner `KSP`
|
| H A D | 321.md | 123 …pace or near null space attached to them even if the non-zero structure of the outer matrix changes
|
| /petsc/doc/manual/ |
| H A D | section.md | 85 …be thought of as defining a two dimensional array indexed by point in the outer dimension with a v… 87 With multiple fields, this array is now three dimensional, with the outer dimensions being both ind… 111 Note that dofs are always contiguous, regardless of the outer dimensional ordering.
|
| H A D | snes.md | 965 each global or outer Newton iteration a sequence of subsidiary inner 1381 instance to define the step for an outer `SNES` instance. The inner 1406 distance” of the solution by outer acceleration.
|
| H A D | ksp.md | 1048 overlap) or the outer (including the overlap) subdomain on the 1756 By default the inner `KSP` solver uses the outer preconditioner
|
| H A D | tao.md | 2036 of bound constrained problems at each outer iteration 2047 and $\lambda_k$ is the Lagrange multiplier estimates at outer
|
| /petsc/src/binding/petsc4py/src/petsc4py/lib/_pytypes/viewer/ |
| H A D | petscpyvista.py | 185 …(pv.Disc(center = points[i,:], normal = (1., 0., 0.), inner = 0.25 * val, outer = val), opacity = …
|
| /petsc/doc/tutorials/physics/ |
| H A D | guide_to_stokes.md | 803 …ant. In order to have this happen, we must have the tolerance on both the outer KSP solver and the… 962 … inner multigrid and Schur complement solves, trading fewer inner iterates for more outer iterates.
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | PC.pyx | 575 called on each sub-`KSP` when `setUp` is called on the outer `PC`. This
|
| /petsc/doc/ |
| H A D | petsc.bib | 4584 full-waveform seismic inversion. The method combines outer Gauss-Newton nonlinear 17600 title = {{A flexible inner-outer preconditioned GMRES algorithm}}, 19213 title = {Inner and outer iterations for the {Chebyshev} algorithm}, 19544 title = {Flexible inner-outer {Krylov} subspace methods},
|