Home
last modified time | relevance | path

Searched refs:force (Results 1 – 25 of 36) sorted by relevance

12

/petsc/lib/petsc/bin/maint/
H A Drunjobs.py26 force = False variable
28 force = True variable
38 if not force:
H A Dcheck-fortran-coverage.sh25 git worktree remove --force "$TMPDIR/wt_$rev"
/petsc/share/petsc/
H A Dchkerrconvert.py219 def get_paths_list(start_path,search_tool,force): argument
226 if force:
250 def main(search_tool,start_path,dry_run,verbose,force,del_empty_last_line): argument
261 found_list = get_paths_list(start_path,search_tool,force)
312 … main(args.search_tool,args.path,args.dry_run,args.verbose,args.force,args.delete_empty_last_line)
/petsc/config/
H A Dpetsc_harness.sh47 -f ................ force attempt to run test that would otherwise be skipped
75 force=false
86 f ) force=true ;;
H A Dconfigure.py465 framework.argDB.save(force = True)
/petsc/src/ksp/ksp/impls/gmres/dgmres/
H A Ddgmresimpl.h18 PetscBool force; /* Force the use of the deflation at the restart */ \
H A Ddgmres.c217 …if ((test > dgmres->smv * (ksp->max_it - ksp->its)) || dgmres->force) PetscCall(KSPDGMRESComputeDe… in KSPDGMRESCycle()
466 …(PetscViewerASCIIPrintf(viewer, " Adaptive strategy is used: %s\n", PetscBools[dgmres->force])); in KSPView_DGMRES()
511 static PetscErrorCode KSPDGMRESForce_DGMRES(KSP ksp, PetscBool force) in KSPDGMRESForce_DGMRES() argument
516 dgmres->force = force; in KSPDGMRESForce_DGMRES()
536 …ve, i.e do not use the adaptive strategy", "KSPDGMRESForce", dgmres->force, &dgmres->force, NULL)); in KSPSetFromOptions_DGMRES()
/petsc/src/dm/dt/tests/
H A Dex10.c160 PetscBool force; in SetupDiscretization() local
163 PetscCall(PetscDSGetForceQuad(ds, &force)); in SetupDiscretization()
164 if (force) PetscCall(PetscDSSetForceQuad(ds, PETSC_FALSE)); in SetupDiscretization()
/petsc/src/binding/petsc4py/conf/
H A Dconfpetsc.py135 force=False, argument
147 if not (force or modified.newer_group(alldeps, target)):
587 self.force = False
598 cython_run(force=self.force, VERSION=cython_req(), **source)
680 if not (self.force or modified.newer_group(alldeps, target)):
/petsc/config/BuildSystem/
H A DsourceDatabase.py261 def save(self, force = 0): argument
263 if not self.isDirty and not force:
H A DRDict.py636 def save(self, force = 1): argument
640 if force:
659 self.save(force = 1)
/petsc/src/ksp/ksp/impls/gmres/agmres/
H A Dagmres.c476 if ((test > agmres->smv * (ksp->max_it - ksp->its)) || agmres->force) { in KSPSolve_AGMRES()
478 …if (!agmres->force && ((test > agmres->bgv * (ksp->max_it - ksp->its)) && ((agmres->r + 1) < agmre… in KSPSolve_AGMRES()
535 …all(PetscViewerASCIIPrintf(viewer, " Adaptive strategy is used: %s\n", PetscBools[agmres->force])); in KSPView_AGMRES()
670 agmres->force = PETSC_FALSE; in KSPCreate_AGMRES()
/petsc/doc/install/
H A Dmultibuild.md78 use the `--force` option when configuring your PETSc installation:
81 $ ./configure --some-args --force
/petsc/include/petsc/private/
H A Dveccupmimpl.h571 template <PetscMemType mtype, PetscMemoryAccessMode access, bool force>
588 PetscCall((hostmem ? CopyToHost_ : CopyToDevice_)(dctx, v, force)); in GetArray()
604 PetscCall(PetscCUPMMemsetAsync(*a, 0, n, stream, force)); in GetArray()
617 if (!force && should_sync) PetscCall(PetscDeviceContextSynchronize(dctx)); in GetArray()
623 template <PetscMemType mtype, PetscMemoryAccessMode access, bool force>
630 PetscCall(D::template GetArray<mtype, access, force>(v, a, dctx)); in GetArray()
/petsc/share/petsc/datafiles/meshes/
H A Dtestcase3D.cas124 (virtualboundary/force-side-switch? #t)
227 (mpm/force-new-equal-width-bands? #t)
311 (poutlet/full-viscous-force? #f)
694 (cht/force-conservation? #t)
775 (monitor/modal-force ())
1538 (body-force/dual-ts-explicit-relax 1.)
1727 (body-force/pseudo-relax 1.)
1855 (vof-to-dpm/force-over-invalid-setup #f)
1861 (dpm/liquid-p/force 0)
1863 (dpm/dpm-wall-force? #t)
[all …]
/petsc/doc/miscellaneous/
H A Dcodemanagement.md105 force your systems people to do this :-). You should always work with
/petsc/doc/community/meetings/2023/
H A Dindex.md80 | 2:00 pm | MultiFlow: A coupled balanced-force framework to solve multiphase flows in arbitrary d…
109 | 3:45 pm | A mimetic finite difference based quasi-static magnetohydrodynamic solver for force-fr…
383 :::{topic} **A mimetic finite difference based quasi-static magnetohydrodynamic solver for force-fr…
393 a force-free plasma is most efficiently described by a quasi-static
395 work, we consider a regularized quasi-static MHD model for force-free
685 :::{topic} **MultiFlow: A coupled balanced-force framework to solve multiphase flows in arbitrary d…
/petsc/doc/changes/
H A D300.md109 - ICC preconditioner now defaults to use Manteuffel shift to force
H A D312.md58 can disable this check using --with-cxx-dialect=0, or force it to
H A D320.md145 - Add a Boolean parameter to `MatEliminateZeros()` to force the removal of zero diagonal coefficien…
H A D321.md18 - Add `--download-blis-use-openmp=0` to force `download-blis` to not build with OpenMP when `with-o…
H A D2024.md164 `VecRestoreArray()` call; previous PETSc versions did not force
/petsc/doc/developers/contributing/
H A Ddevelopingmr.md164 …ten branch is not compatible with the remote copy of the branch. You must force push your changes …
/petsc/doc/developers/
H A Dbuildsystem.md50 to force all link options to resolve to full paths, which causes havoc
156 framework.argDB.save(force = True)
/petsc/doc/tutorials/physics/
H A Dguide_to_stokes.md17 describe slow flow of an incompressible fluid with velocity $u$, pressure $p$, and body force $f$.
27 where $\sigma$ is the stress tensor and $f$ is the body force, combined with the conservation of ma…
42 …y the constant density, we would have the kinematic viscosity $\nu$ and a force per unit mass. The…
66 …u$ to build up its divergence. For the balance of momentum excluding body force, we test against t…
99 …that the velocity we choose is divergence-free, we can determine the body force necessary to make …

12