| /petsc/include/petsc/private/ |
| H A D | petschpddm.h | 12 class Schwarz; /* forward definitions of two needed HPDDM classes */ variable 22 HPDDM::Schwarz<PetscScalar> *P; /* coarse-level HPDDM solver */
|
| /petsc/doc/overview/ |
| H A D | nonlinear_solve_table.md | 47 * - Nonlinear additive Schwarz 50 * - Nonlinear additive Schwarz preconditioned inexact Newton (ASPIN) methods
|
| H A D | linear_solve_table.md | 70 - Additive Schwarz 268 - 2-level Schwarz wire basket
|
| /petsc/src/snes/tutorials/output/ |
| H A D | ex19_parms.out | 40 global preconditioner: Restricted Additive Schwarz
|
| H A D | ex19_parms_alt.out | 41 global preconditioner: Restricted Additive Schwarz
|
| H A D | ex19_parms_alt_2.out | 39 global preconditioner: Restricted Additive Schwarz
|
| H A D | ex12_tri_q2q1_msm_lu.out | 35 Additive Schwarz: local solve composition type - MULTIPLICATIVE
|
| H A D | ex12_tri_q2q1_msm_sor.out | 48 Additive Schwarz: local solve composition type - MULTIPLICATIVE
|
| H A D | ex5_msm_1.out | 41 Additive Schwarz: local solve composition type - MULTIPLICATIVE
|
| H A D | ex5_msm_3.out | 41 Additive Schwarz: local solve composition type - MULTIPLICATIVE
|
| H A D | ex5_msm_0.out | 41 Additive Schwarz: local solve composition type - MULTIPLICATIVE
|
| H A D | ex5_msm_2.out | 51 Additive Schwarz: local solve composition type - MULTIPLICATIVE
|
| H A D | ex5_msm_4.out | 74 Additive Schwarz: local solve composition type - MULTIPLICATIVE
|
| H A D | ex5_msm_5.out | 79 Additive Schwarz: local solve composition type - MULTIPLICATIVE
|
| H A D | ex5_msm_5_alt.out | 81 Additive Schwarz: local solve composition type - MULTIPLICATIVE
|
| /petsc/doc/changes/ |
| H A D | 2017.md | 54 - New Additive Schwarz variants (preconditioner type PCASM) 57 variant of the additive Schwarz method. See the man page and users
|
| H A D | 34.md | 197 - Added nonlinear additive Schwarz as SNESNASM "nasm" 199 Schwarz preconditioned inexact Newton.
|
| H A D | 317.md | 279 - Add meshing of the Schwarz-P and Gyroid triply periodic minimal surface (see `DMPlexCreateTPSMesh…
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | overview.rst | 72 parallel) block Jacobi, overlapping additive Schwarz methods.
|
| /petsc/doc/manual/ |
| H A D | ksp.md | 742 * - Additive Schwarz 745 * - Generalized Additive Schwarz 912 ### Block Jacobi and Overlapping Additive Schwarz Preconditioners 914 The block Jacobi and overlapping additive Schwarz (domain decomposition) methods in PETSc are 947 The block Jacobi, block Gauss-Seidel, and additive Schwarz 970 `-pc_asm_type` `basic`) corresponds to the standard additive Schwarz 983 additive Schwarz method. 1810 reduces to the BPX method, or additive multilevel Schwarz, or multilevel
|
| H A D | snes.md | 776 ### Nonlinear Additive Schwarz 778 Nonlinear Additive Schwarz methods (NASM) take a number of local
|
| /petsc/src/ksp/pc/impls/hpddm/ |
| H A D | pchpddm.cxx | 9 static PetscErrorCode (*loadedSym)(HPDDM::Schwarz<PetscScalar> *const, IS, Mat, Mat, Mat, std::vect… 1103 PetscCall(HPDDM::Schwarz<PetscScalar>::destroy(ctx, PETSC_TRUE)); in PCDestroy_HPDDMShell() 2808 …PetscCall(HPDDM::Schwarz<PetscScalar>::destroy(data->levels[0], !pc->setupcalled || pc->flag == DI… in PCSetUp_HPDDM() 2810 if (!data->levels[0]->P) data->levels[0]->P = new HPDDM::Schwarz<PetscScalar>(); in PCSetUp_HPDDM() 2972 PetscCall(HPDDM::Schwarz<PetscScalar>::destroy(data->levels[n], PETSC_TRUE)); in PCSetUp_HPDDM()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | KSP.pyx | 1642 overlapping Schwarz methods.
|
| /petsc/doc/ |
| H A D | petsc.bib | 4304 title = {Versatile multilevel Schwarz preconditioners for multiphase flow}, 6256 title = {A parallel nonlinear additive {Schwarz} preconditioned inexact {Newton} algorithm 6363 title = {Schwarz Methods for {H}elmholtz's Equation}, 6529 title = {Parallel Fully Coupled {Lagrange-Newton-Krylov-Schwarz} Algorithms and Software 6537 title = {Parallel multilevel restricted {Schwarz} preconditioners with pollution removing 6550 title = {Parallel full space {SQP Lagrange-Newton-Krylov-Schwarz} algorithms for 6863 title = {Parallel pseudo-transient Newton-Krylov-Schwarz continuation algorithms for 6874 title = {A parallel additive Schwarz preconditioned Jacobi-Davidson algorithm for 9443 keywords = {Complementarity problem, Grid sequencing, Parallel computing, Schwarz 9655 title = {Some Parallel Linear and Nonlinear {Schwarz} Methods with Applications in [all …]
|
| /petsc/doc/faq/ |
| H A D | index.md | 596 PETSc includes Additive Schwarz methods in the suite of preconditioners under the umbrella
|