Home
last modified time | relevance | path

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

/petsc/
H A D.gitmessage3 Commit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, f…
H A Dmakefile405 -@fortitude check --line-length 1000 --ignore C003,C121,S241 --verbose --fix --preview
H A Dgmakefile.test217 # This is a hack to fix a broken gfortran.
/petsc/src/binding/petsc4py/
H A DCHANGES.rst183 - Minor backward compatibility fix for PETSc 3.2 .
227 This is a new-features and bug-fix release.
244 This is a new-features and bug-fix release.
274 This is a bug-fix release.
276 - Added a quick fix to solve build issues. The macro __SDIR__ is no
283 This is a new-features and bug-fix release.
317 This is a bug-fix release. Compile Cython-generated C sources with
/petsc/doc/changes/
H A D213.md6 This is primarily a bug-fix release and minor internal updates. Some
H A D38.md269 you get these simply fix your declaration of the variable to match
274 see the dimensions of all your variables so we can fix the
H A D313.md151 - DMPlexDistribute(): fix a bug associated with vertex partition
H A D314.md37 - Add PetscDetermineInitialFPTrap(); fix so that when Linux or macOS
H A D319.md107 …default in a future release**. Users are highly encourage to enable it and fix any discrepancies b…
/petsc/doc/developers/contributing/
H A Ddevelopingmr.md23 $ git checkout -b yourname/fix-component-name origin/release
26 Bug-fix updates, about every month, (e.g. 3.17.1) are tagged on `release` (e.g. v3.17.1).
40 $ git checkout -b yourname/fix-component-name origin/main
92 …If any interfaces have changed, the commit should fix occurrences in PETSc itself and the message …
H A Dsubmittingmr.md66 responsibility to fix the errors.
77 The **submitter/assignee** must mark threads as resolved when they fix the related
H A Dpipelines.md69 …em that appeared in a particular (set of) job(s) you may want to test your fix only on those jobs.…
/petsc/doc/developers/
H A Ddevelopment.md18 fix discarded `PetscErrorCode` warnings by wrapping your call in the appropriate
/petsc/doc/miscellaneous/
H A Dcodemanagement.md17 - Start `emacs` or `vim` and try to fix the errors; often starting
19 of them and thus do not fix all the compiler errors.
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/
H A D_doc_section_base.py1207 fix = ''
1211 fix = ': '
1214 … Diagnostic.Kind.ERROR, format_diag, base_mess.format(nspaces + 1), floc, patch=Patch(floc, fix)
/petsc/src/ksp/ksp/interface/
H A Ditfunc.c2976 PetscErrorCode KSPSetDiagonalScaleFix(KSP ksp, PetscBool fix) in KSPSetDiagonalScaleFix() argument
2980 PetscValidLogicalCollectiveBool(ksp, fix, 2); in KSPSetDiagonalScaleFix()
2981 ksp->dscalefix = fix; in KSPSetDiagonalScaleFix()
3001 PetscErrorCode KSPGetDiagonalScaleFix(KSP ksp, PetscBool *fix) in KSPGetDiagonalScaleFix() argument
3005 PetscAssertPointer(fix, 2); in KSPGetDiagonalScaleFix()
3006 *fix = ksp->dscalefix; in KSPGetDiagonalScaleFix()
/petsc/config/BuildSystem/
H A DRDict.py398 you can fix this problem by running /bin/rebaseall. If you do not have\n \
405 you can fix this problem by running /bin/rebaseall. If you do not have\n \
/petsc/doc/community/
H A Dmailing.md29 whether a fix or work-around to the problem already exists. Also, see the chapter on
H A Dgovernance.md35 (e.g., a simple and uncontroversial bug fix posted on GitLab and reviewed by another developer is p…
/petsc/doc/community/bofs/
H A D2026_Feb_CASS.md47 …ng factor that improves the conditioning of the preconditioned system, and fix several issues rela…
/petsc/src/mat/impls/is/
H A Dmatis.c1729 PetscErrorCode MatISFixLocalEmpty(Mat A, PetscBool fix) in MatISFixLocalEmpty() argument
1734 PetscValidLogicalCollectiveBool(A, fix, 2); in MatISFixLocalEmpty()
1735 PetscTryMethod(A, "MatISFixLocalEmpty_C", (Mat, PetscBool), (A, fix)); in MatISFixLocalEmpty()
1739 static PetscErrorCode MatISFixLocalEmpty_IS(Mat A, PetscBool fix) in MatISFixLocalEmpty_IS() argument
1744 matis->locempty = fix; in MatISFixLocalEmpty_IS()
/petsc/doc/faq/
H A Dindex.md369 these compilers may be incompatible with the particular MPI build. If this fix does not
420 ### How to fix the problem: PETSc was configured with one MPICH (or Open MPI) `mpi.h` version but n…
452 Using PETSC_DIR=/Users/barrysmith/Src/petsc and PETSC_ARCH=arch-fix-mpiexec-hang-2-ranks
2093 ### How to fix the error "PMIX Error: error in file gds_ds12_lock_pthread.c"?
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DMat.pyx4949 def fixISLocalEmpty(self, fix: bool = True) -> None:
4956 fix
4965 cdef PetscBool cfix = asBool(fix)
/petsc/share/petsc/datafiles/meshes/
H A Dtestcase3D.cas244 (mixing-plane/fix-pressure-level? #f)
494 (spark/fix-rtrans? #f)
1923 (dpm/transient/fix-high-particle-age? #f)
1924 (dpm/transient/fix-low-particle-age? #t)
1988 …port equations are switched off, may need to set 'dpm/dpm-vof/fixed-urf-in-fix-dpm-svar to 1.0 and…
1989 (dpm/dpm-vof/fixed-urf-in-fix-dpm-svar -1.)
1990 (dpm/dpm-vof/use-fixed-urf-in-fix-dpm-svar? #f)
2699 (numb-fix-timesteps 1)
3494 (acoustics-waveeq/fix-ref-point-value? #f)
4245 (mp/porous/rel-perm-fix-option? #f)
/petsc/doc/manual/
H A Dksp.md1284 algorithms can fix performance problems or provide useful information to