| /petsc/doc/overview/ |
| H A D | integrator_table.md | 18 - explicit 23 - explicit 28 - explicit 83 - explicit and implicit 88 - explicit 93 - explicit
|
| H A D | nutshell.md | 31 - {any}`Time integrators <ch_ts>`, (ODE/PDE), explicit, implicit, IMEX, (`TS`)
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex76.c | 20 PetscBool flg, set, transpose = PETSC_FALSE, explicit = PETSC_FALSE; in main() local 158 PetscCall(PetscOptionsGetBool(NULL, NULL, "-ksp_use_explicittranspose", &explicit, NULL)); in main() 159 …if (explicit) PetscCall(KSPSetOperators(ksp, A, A)); /* -ksp_use_explicittranspose does not cache … in main() 178 …if (explicit) PetscCall(KSPSetOperators(ksp, A, A)); /* same as in the prior KSPSolveTranspose() */ in main() 196 …if (explicit) PetscCall(KSPSetOperators(ksp, A, A)); /* same as in the prior KSPMatSolveTranspose(… in main()
|
| /petsc/ |
| H A D | CONTRIBUTING | 13 act of submitting a pull request or patch (with or without an explicit
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 686 (cht/explicit-profile-splitted-conservation? #t) 687 (cht/solid-solid/allow-explicit? #f) 1175 (tvar/explicit-relax 1) 1240 (soot-mom/explicit-relax 1) 1293 (sootspecies/explicit-relax? #f) 1300 (sootspecies/explicit-relax (1.)) 1380 (pdftss/dual-ts-explicit-relax 0.75) 1387 (premix-g-var/dual-ts-explicit-relax 0.75) 1394 (premixc/dual-ts-explicit-relax 0.75) 1401 (fvar2/dual-ts-explicit-relax 0.75) [all …]
|
| /petsc/config/BuildSystem/config/ |
| H A D | setCompilers.py | 1035 explicit = withLangDialect == 'NONE' # NONE is explicit but AUTO is not 1041 explicit = previouslySetExplicitly if processedBefore else True 1064 if explicit: 1070 …} selected for {lang}'.format(dlct=withLangDialect,expl='EXPLICITLY' if explicit else 'NOT explici… 1085 startDialect = withLangDialect if explicit else dialects[dialectIdx].num 1089 if explicit and startDialect != 'NONE': 1116 if withLangDialect not in ('NONE','AUTO') and explicit: 1163 explicit = True 1181 if explicit: 1205 if explicit: [all …]
|
| /petsc/doc/changes/ |
| H A D | 317.md | 102 …WithMemTypeBegin()`, which is similar to `PetscSFFetchAndOpBegin()`, but with explicit memory types 205 - Add `DMCreateMassMatrixLumped()` to support explicit timestepping, also add `DMTSCreateRHSMassMat… 276 - Add `DMPlexTSComputeRHSFunctionFEM()` to support explicit timestepping 277 …be distributed by default; this previously required `-dm_distribute` or explicit calls to `DMPlexD… 322 - Add `PetscDSGetRHSResidual()` and `PetscDSSetRHSResidual()` to support explicit timestepping
|
| H A D | 32.md | 215 - Added TSARKIMEX: additive Runge-Kutta implicit-explicit methods 227 void\*\* to void\* to avoid the need for an explicit cast (the
|
| H A D | 31.md | 129 time integrators of order 2, 3, and 4 using a low-storage explicit
|
| /petsc/share/petsc/ |
| H A D | Makefile.basic.user | 39 # If the default link target above doesn't work (for any reason), and an explicit link target
|
| /petsc/doc/manual/ |
| H A D | ts.md | 184 allows for the easy runtime switching between explicit, semi-implicit 293 …hen this will just appear as any other data for the equation, not as an explicit argument. Thus we… 335 …c{dh}{du} \frac{df}{dz}$ is non-singular, then we have precisely a semi-explicit index-1 DAE, and … 391 - semi-explicit index-1 DAE 707 In this section, we describe explicit and implicit time stepping methods 877 The explicit Euler and Runge-Kutta methods require the ODE be in the 1100 When $M$ is nonsingular (i.e., the problem is an ODE, not a DAE), explicit integrators can be appli… 1112 explicit or implicit solvers in `TS`, depending on the problem 1114 explicit methods and `TSTHETA` implicit methods, which include 1301 For explicit methods where one does not need to provide the Jacobian [all …]
|
| H A D | dmstag.md | 108 If a second `DMSTAG` object is used to represent coordinates in "explicit" form, behavior is much l… 112 Cartesian product of 1D `DMSTAG` objects, each of which features explicit coordinates as just menti…
|
| /petsc/src/ksp/ksp/tutorials/output/ |
| H A D | ex71_bddc_elast_4lev.out | 44 Benign subspace trick: 0 (change explicit 0) 157 Benign subspace trick: 0 (change explicit 0) 276 Benign subspace trick: 0 (change explicit 0)
|
| H A D | ex71_bddc_elast_3lev.out | 44 Benign subspace trick: 0 (change explicit 0) 157 Benign subspace trick: 0 (change explicit 0)
|
| H A D | ex59_bddc_fetidp_ml_2.out | 44 Benign subspace trick: 0 (change explicit 0) 155 Benign subspace trick: 0 (change explicit 0)
|
| H A D | ex71_bddc_elast_3lev_alt.out | 44 Benign subspace trick: 0 (change explicit 0) 157 Benign subspace trick: 0 (change explicit 0)
|
| H A D | ex59_bddc_fetidp_ml_1.out | 44 Benign subspace trick: 0 (change explicit 0) 155 Benign subspace trick: 0 (change explicit 0)
|
| H A D | ex71_bddc_cusparse.out | 44 Benign subspace trick: 0 (change explicit 0)
|
| H A D | ex71_bddc_elast_deluxe_layers.out | 44 Benign subspace trick: 0 (change explicit 0)
|
| H A D | ex71_bddc_2.out | 44 Benign subspace trick: 0 (change explicit 0)
|
| H A D | ex71_bddc_elast.out | 44 Benign subspace trick: 0 (change explicit 0)
|
| H A D | ex71_bddc_1.out | 44 Benign subspace trick: 0 (change explicit 0)
|
| H A D | ex59_bddc_fetidp_ml_3.out | 44 Benign subspace trick: 0 (change explicit 0)
|
| /petsc/src/snes/tutorials/output/ |
| H A D | ex12_p4est_full_q2_nonconformal_parallel_bddcfas.out | 75 Benign subspace trick: 0 (change explicit 0) 250 Benign subspace trick: 0 (change explicit 0) 426 Benign subspace trick: 0 (change explicit 0)
|
| H A D | ex12_p4est_full_q2_nonconformal_parallel_bddcfas_alt.out | 75 Benign subspace trick: 0 (change explicit 0) 250 Benign subspace trick: 0 (change explicit 0) 426 Benign subspace trick: 0 (change explicit 0)
|