Home
last modified time | relevance | path

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

123

/petsc/doc/changes/
H A D233.md44 - changed IS_COLORING_LOCAL to IS_COLORING_GLOBAL
61 - changed SNESMF to MFFD for all previous SNESMF routines, except
63 - -snes_mf_option changed to -mat_mffd_option except for -snes_mf
65 - SNES_KSP_EW... changed to SNESKSPWE... and SNES_KSP_EW_ConvCtx to
73 - changed PCMGSetCycles() and PCMGSetCyclesOnLevel() to
75 PCMGCycleType as argument and changed -pc_mg_cycles 1 or 2 to
93 - The following function names are changed to be consistent:
110 - Following names are changed
H A D2022.md13 and `DAGetGlobalIndices()` has been changed from `integer` to
60 - The calling sequence of `TSSetType()` has changed; see the
67 - The calling sequence of `SNESSetType()` has changed; see the
79 - The calling sequence of `KSPSetType()` has changed; see the
89 - The calling sequence of `PCSetType()` has changed; see the
105 `MatGetArray()/MatRestoreArray()` has been changed from
116 `DAGetGlobalIndices()` has been changed from `integer` to
129 `VecGetArray()/VecRestoreArray(),` has been changed from
141 `ISGetIndices()/ISRestoreIndices()` has been changed from
H A D34.md19 - `PetscFList` and `PetscOList` have been changed to
58 - The location arguments to `PetscSFGetRanks()` were changed from
135 - The default behavior for PCILU was changed from
168 - PC_FIELDSPLIT_SCHUR_PRE_DIAG changed to
186 - SNESVIRS "virs" changed to SNESVINEWTONRSLS vinewtonrsls to
188 - SNESVISS "viss" changed to SNESVINEWTONSSLS vinewtonssls
189 - SNESLS "ls" changed to SNESNEWTONLS newtonls
190 - SNESTR "tr" changed to SNESNEWTONTR newtontr
193 changed to SNESComputeJacobianDefault(),
210 - Option `-ts_monitor_solution` changed to
H A D231.md38 - PCPrometheusSetCoordinates() changed to PCSetCoordinates()
42 - PCXXXSetYYY() and -pc_xxx_yyyy are now changed to PCFactorSetYYY()
94 - Arguments to DMMGSetKSP() changed. Now the callback which forms
101 - PetscViewerFileType changed to PetscFileMode
102 - PetscViewerSetFileType() changed to PetscViewerFileSetMode()
H A D32.md9 - Calling sequence of PetscBinarRead.m has been changed
42 - PetscCookie changed to PetscClassId in all forms.
51 - Python requirement is changed from 2.2 to 2.3
96 - changed VecSqrt() to VecSqrtAbs()
155 - MatOption MAT_USE_COMPRESSEDROW changed to
169 PCRedundantGetPC() is now changed to PCRedundantGetKSP()
181 - KSPSetPreconditionerSide() changed to KSPSetPCSide() to match name
183 - -ksp_right_pc -ksp_left_pc changed to -ksp_pc_side
261 - Changed DMDAPeriodicType to DMDABoundaryType, and changed this
266 changed to take three DMDABoundaryType arguments.
H A D2029.md37 - PCILUSetReuseFill() changed to PCILUDTSetReuseFill() and
38 -pc_ilu_reuse_fill changed to -pc_iludt_reuse_fill Note that
40 - PCNullSpaceXXX changed to MatNullSpaceXXX except for
73 changed to petscmat.h petscvec.h petscsles.h petscsnes.h petscts.h
H A D2024.md23 - Routines with the suffix "`withcoloring`" have been changed to
26 - The source code directory structure has changed slightly: pc and
85 changed the calling sequences of the various line search routines,
138 `MAT_NEW_NONZERO_LOCATION_ERR`; also changed
140 - Changed `MatOrder`xxx to `MatOrdering`xxx; changed
143 `Mat`xxx`Ordering`xxx changed command line option
144 `-mat_order` to -`mat_ordering_type;` changed
186 - The arguments of `ViewerDrawGetDraw`() have been changed; see
188 - `DrawTensorContour()` has changed; its final argument is now an
H A D230.md14 - Options database keys -trmalloc[\_xxx] are changed to -malloc[\_xxx]
15 - -get_resident_set_size and -trinfo are changed to -memory_info
116 - -ksp_cg_Hermitian and -ksp_cg_symmetric have been changed to
H A D35.md81 - PCGAMG default smoother changed from PCJACOBI to PCSOR.
100 the preconditioner if the operator changed in the way that
127 - `GS` and \_gs used for nonlinear Gauss-Sidel changed to `NGS`
H A D36.md44 - PetscDrawBoxedString() changed to PetscDrawStringBoxed() added
99 - PCEisenstatNoDiagonalScaling() changed to
110 - PCGAMGSetReuseProl() is changed to PCGAMGSetReuseInterpolation()
H A D312.md24 - The order ./configure tests compilers has changed so there may be
74 - VecCUDAGet/RestoreArrayReadWrite() changed to
76 - VecViennaCLGet/RestoreArrayReadWrite() changed to
95 - The default VecScatter implementation is changed to PetscSF. In
H A D220.md30 - changed unmodifiedGramSchmidt name to classicalGramSchmidt
H A D2028.md29 - SNES_EQ_LS etc changed to drop \_, for example SNESEQLS
83 - `MatCreateMPIAdj()` changed to `MatCreateMPICSR()`;
112 - DrawHistxxx changed to DrawHGxxx
H A D31.md12 - PetscMap changed to PetscLayout and PetscMapInitialize() changed
H A D216.md107 - The following variable names - in the buildsystem are changed -
H A D37.md12 - PetscMemoryShowUsage() and -memory_info changed to
156 argument, changed SNESLineSearchSet/GetMonitor to
H A D300.md18 located. It is also changed to be more scalable, only the 0th
31 - PetscLogClassRegister() is changed to PetscClassIdRegister() and
H A D21.md15 - The calling sequence for PetscMalloc() was changed to return and
H A D311.md36 - MatRegisterBaseName() changed to MatRegisterRootName()
/petsc/src/snes/linesearch/interface/ftn-custom/
H A Dzlinesearchf.c18 …ursneslinesearchprecheck(SNESLineSearch linesearch, Vec X, Vec Y, PetscBool *changed, PetscCtx ctx) in oursneslinesearchprecheck() argument
21 …)(((PetscObject)linesearch)->fortran_func_pointers[1]))(&linesearch, &X, &Y, changed, ctx, &ierr)); in oursneslinesearchprecheck()
/petsc/lib/petsc/bin/
H A DPetscBinaryIO.py80 changed = False
90 changed = True
97 changed = True
104 changed = True
106 if changed:
111 if changed:
/petsc/doc/manualpages/doctext/
H A Dhtml.def50 # If the location variable is changed, then maint/exampleindex.tcl MUST be changed accordingly!
/petsc/src/snes/linesearch/interface/
H A Dlinesearch.c450 PetscErrorCode SNESLineSearchPreCheck(SNESLineSearch linesearch, Vec X, Vec Y, PetscBool *changed) in SNESLineSearchPreCheck() argument
453 *changed = PETSC_FALSE; in SNESLineSearchPreCheck()
455 PetscUseTypeMethod(linesearch, precheck, X, Y, changed, linesearch->precheckctx); in SNESLineSearchPreCheck()
456 PetscValidLogicalCollectiveBool(linesearch, *changed, 4); in SNESLineSearchPreCheck()
533 …LineSearchPreCheckPicard(SNESLineSearch linesearch, Vec X, Vec Y, PetscBool *changed, PetscCtx ctx) in SNESLineSearchPreCheckPicard() argument
553 *changed = PETSC_FALSE; in SNESLineSearchPreCheckPicard()
561 *changed = PETSC_FALSE; in SNESLineSearchPreCheckPicard()
576 *changed = PETSC_TRUE; in SNESLineSearchPreCheckPicard()
580 *changed = PETSC_FALSE; in SNESLineSearchPreCheckPicard()
/petsc/src/ksp/pc/impls/mg/
H A Dmg.c129 PetscBool changeu, changed; in PCApplyRichardson_MG() local
142 PetscCall(PCPreSolveChangeRHS(tpc, &changed)); in PCApplyRichardson_MG()
145 if (!changed && !changeu) { in PCApplyRichardson_MG()
195 if (!changed && !changeu) mglevels[levels - 1]->b = NULL; in PCApplyRichardson_MG()
556 PetscBool changeu, changed, matapp; in PCApply_MG_Internal() local
570 PetscCall(PCPreSolveChangeRHS(tpc, &changed)); in PCApply_MG_Internal()
573 if (!changeu && !changed) { in PCApply_MG_Internal()
645 if (!changeu && !changed) { in PCApply_MG_Internal()
/petsc/doc/developers/contributing/
H A Ddevelopingmr.md92 …If any interfaces have changed, the commit should fix occurrences in PETSc itself and the message …
170 …must be done with extreme care and only if you know someone else has not changed the remote copy o…

123