| /petsc/src/ts/tutorials/ |
| H A D | ex20fwd.c | 22 PetscBool combined; member 86 if (user->combined) col[0] = 2; in RHSJacobianP() 147 user.combined = PETSC_FALSE; in main() 150 PetscCall(PetscOptionsGetBool(NULL, NULL, "-combined", &user.combined, NULL)); in main() 156 cols = user.combined ? 3 : 1; in main() 189 if (user.combined) { in main() 210 if (user.combined) { in main()
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/ |
| H A D | _patch.py | 292 combined = self.cull_deltas(self.deltas + other.deltas) 293 argsort = sorted(range(len(combined)), key=lambda x: combined[x].extent) 294 self.deltas = tuple(combined[i] for i in argsort)
|
| /petsc/doc/overview/ |
| H A D | nonlinear_solve_table.md | 58 - See ``SNESGetNPC()``/ ``SNESSetNPC()``, can be combined to accelerate many of the solvers
|
| /petsc/include/petsc/private/ |
| H A D | pcpatchimpl.h | 34 PetscBool combined; /* Use a combined space with all fields */ member
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | LICENSE | 75 combined work, a derivative of the original library. The ordinary 113 be combined with the library in order to run. 335 facilities not covered by this License, and distribute such a combined 340 a) Accompany the combined library with a copy of the same work 345 b) Give prominent notice with the combined library of the fact
|
| /petsc/src/ksp/pc/impls/patch/ |
| H A D | pcpatch.c | 553 patch->combined = PETSC_TRUE; in PCPatchSetDiscretisationInfoCombined() 794 …chGetGlobalDofs(PC pc, PetscSection dofSection[], PetscInt f, PetscBool combined, PetscInt p, Pets… in PCPatchGetGlobalDofs() argument 797 if (combined) { in PCPatchGetGlobalDofs() 856 … PetscCall(PCPatchGetGlobalDofs(pc, patch->dofSection, k, patch->combined, base, &ldof, &loff)); in PCPatchGetPointDofs() 872 PetscCall(PCPatchGetGlobalDofs(pc, patch->dofSection, k, patch->combined, p, &ldof, &loff)); in PCPatchGetPointDofs() 1038 … PetscCall(PCPatchGetGlobalDofs(pc, patch->dofSection, -1, patch->combined, point, &pdof, NULL)); in PCPatchCreateCellPatches() 1109 … PetscCall(PCPatchGetGlobalDofs(pc, patch->dofSection, -1, patch->combined, point, &pdof, NULL)); in PCPatchCreateCellPatches() 1555 …PetscCall(PCPatchGetGlobalDofs(pc, patch->dofSection, k, patch->combined, point, NULL, &globalDof)… in PCPatchCreateCellPatchDiscretisationInfo() 1636 if (patch->combined) { in PCPatchCreateCellPatchDiscretisationInfo() 3194 patch->combined = PETSC_FALSE; in PCCreate_Patch()
|
| /petsc/doc/developers/contributing/ |
| H A D | developingmr.md | 173 …nt changes to your branch and help determine what commits should be rearranged, combined, or split.
|
| /petsc/doc/manual/ |
| H A D | advanced.md | 204 combined factor routines do either in-place or out-of-place
|
| H A D | snes.md | 1410 instances to be combined additively or multiplicatively. By command
|
| H A D | ksp.md | 644 … them can be collapsed, e.g., two or more calls to `MPI_Allreduce()` may be combined into one call.
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | IS.pyx | 653 The new, combined, index set. 682 The new, combined, index set.
|
| /petsc/doc/developers/ |
| H A D | testing.md | 832 - This can be combined with union/intersect queries as discussed below 983 combined with the fact that `#` is the delimiter:
|
| /petsc/doc/community/meetings/2023/ |
| H A D | index.md | 311 instantly be combined to tackle complicated multiphysics problems. 734 behave as typical charged particles -- moving in response to combined
|
| /petsc/doc/tutorials/physics/ |
| H A D | guide_to_stokes.md | 27 where $\sigma$ is the stress tensor and $f$ is the body force, combined with the conservation of ma…
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 6265 (mesh/bad/combined-quality-imbalance/quality-no-mass-imbalance? #f) 6266 (mesh/bad/combined-quality-imbalance/mass-imbalance-no-quality? #f) 6267 (mesh/bad/combined-quality-imbalance/marking-frequency 5) 6268 (mesh/bad/combined-quality-imbalance/verbosity 0) 6269 (mesh/bad/combined-quality-imbalance/threshold 0.2) 6270 (mesh/bad/combined-quality-imbalance/eps 1e-10) 6271 (mesh/bad/combined-quality-imbalance/available? #f)
|
| /petsc/doc/ |
| H A D | petsc.bib | 6323 title = {On the convergence of shifted {L}aplace preconditioner combined with multilevel 7550 title = {An implicitly-coupled solution approach for combined electromechanical and 24817 @Article{ anstreicher:combined, 24819 title = {A combined phase {I}--phase {II} scaled potential algorithm for linear 24827 @Article{ anstreicher:combined*1, 24829 title = {A combined phase {I}--phase {II} projective algorithm for linear programming},
|