| /petsc/config/BuildSystem/ |
| H A D | nargs.py | 15 def __init__(self, key, value = None, help = '', isTemporary = False, deprecated = False): argument 19 self.deprecated = False 22 self.deprecated = deprecated 145 if self.deprecated: 146 if isinstance(self.deprecated, str): 147 raise KeyError('Deprecated option '+self.key+' should be '+self.deprecated) 159 def __init__(self, key, value = None, help = '', isTemporary = 0, deprecated = False): argument 160 Arg.__init__(self, key, value, help, isTemporary, deprecated) 181 def __init__(self, key, value = None, help = '', isTemporary = 0, deprecated = False): argument 182 Arg.__init__(self, key, value, help, isTemporary, deprecated) [all …]
|
| H A D | help.py | 105 if not argType.deprecated:
|
| /petsc/src/sys/tests/output/ |
| H A D | ex20_4.out | 2 ** PETSc DEPRECATION WARNING ** : the option -yy_old_option is deprecated as of version 0.0 and wil…
|
| H A D | ex20_1.out | 2 ** PETSc DEPRECATION WARNING ** : the option -old_option is deprecated as of version 0.0 and will b…
|
| H A D | ex20_3.out | 3 ** PETSc DEPRECATION WARNING ** : the option -zz_old_option is deprecated as of version 0.0 and wil…
|
| /petsc/src/snes/tests/output/ |
| H A D | ex13_amgx.out | 13 The AMGX_initialize_plugins API call is deprecated and can be safely removed.
|
| /petsc/doc/changes/ |
| H A D | 232.md | 86 - AODATA object and associated routines are now deprecated and
|
| H A D | 320.md | 35 - Remove deprecated `-malloc [no]` startup option 36 - Remove deprecated `-malloc_info` startup option 37 - Remove deprecated `-log_summary` option
|
| H A D | 37.md | 6 - -log_summary is deprecated, you should use -log_view 8 - PetscViewerSetFormat() is deprecated, you should use
|
| H A D | 313.md | 48 - VecPinToCPU() is deprecated in favor of VecBindToCPU() 85 - MatPinToCPU() is deprecated in favor of MatBindToCPU()
|
| H A D | 38.md | 155 - Added TS{Set|Get}MaxSteps() and TS{Set|Get}MaxTime(), deprecated 157 - Added TSGetStepNumber(), deprecated TSGetTimeStepNumber() and
|
| H A D | 312.md | 38 - -malloc is now marked as deprecated, use -malloc_debug instead 201 derivative evaluations. TSSetCostIntegrand() is deprecated.
|
| H A D | 35.md | 90 - `PCFieldSplitSchurPrecondition()` deprecated (replaced in
|
| H A D | 323.md | 169 now take a Fortran pointer as arguments and hence behave like the deprecated `VecGetArrayF90()`
|
| H A D | 322.md | 81 …`PETSC_DETERMINE` and `PETSC_CURRENT` in the `fill` argument. `PETSC_DEFAULT` is deprecated for th…
|
| H A D | 34.md | 251 - This is deprecated in favor of DMPlex, and will be removed in 3.5.
|
| H A D | 317.md | 26 - Remove deprecated `PETSC_VERSION_PATCH` so as to not have confusion with patch releases where the… 282 - Remove deprecated `DMPlexCreateFromCellList()` and `DMPlexCreateFromCellListParallel()`
|
| H A D | 315.md | 71 - VU: `PetscViewerVUSetMode()` is now deprecated;
|
| H A D | 314.md | 66 match --with-matlab-engine, print error message for deprecated
|
| /petsc/doc/developers/ |
| H A D | style.md | 522 …deprecated functionality unless there is a specific reason to remove it; it is not removed simply … 523 it has been deprecated for "a long time." 544 OLD_ENUMERATOR __attribute__((deprecated)) = 3, 552 …deprecated functionality unless there is a specific reason to remove it; it is not removed simply … 553 it has been deprecated for "a long time." 660 `intermediate`, `advanced`, `developer`, or `deprecated`. This
|
| /petsc/config/BuildSystem/config/ |
| H A D | compilerFlags.py | 34 …None, value=None, help='Specify that GNUs coverage tool gcov is used', deprecated='--with-coverage…
|
| /petsc/src/sys/tests/linter/output/ |
| H A D | testValidFunctionDocStrings.patch | 456 testIllFormedDeprecated - check that deprecated (since VERSION) works 468 + Level: deprecated (since 3.18.5)
|
| /petsc/src/ksp/ksp/tutorials/output/ |
| H A D | ex2_help.out | 253 -ksp_plot_eigenvalues: [deprecated since PETSc 3.9; use -ksp_view_eigenvalues draw] (KSPView) 254 …-ksp_plot_eigencontours: [deprecated since PETSc 3.9; use -ksp_view_eigenvalues draw::draw_contour… 255 …-ksp_plot_eigenvalues_explicitly: [deprecated since PETSc 3.9; use -ksp_view_eigenvalues_explicit …
|
| /petsc/src/ksp/pc/impls/hpddm/ |
| H A D | pchpddm.cxx | 330 char prefix[256], deprecated[256]; in PCSetFromOptions_HPDDM() local 358 … PetscCall(PetscSNPrintf(deprecated, sizeof(deprecated), "-pc_hpddm_levels_%d_eps_threshold", i)); in PCSetFromOptions_HPDDM() 360 PetscCall(PetscOptionsDeprecated(deprecated, prefix, "3.24", nullptr)); in PCSetFromOptions_HPDDM() 373 …PetscCall(PetscSNPrintf(deprecated, sizeof(deprecated), "-pc_hpddm_levels_%d_svd_relative_threshol… in PCSetFromOptions_HPDDM() 375 PetscCall(PetscOptionsDeprecated(deprecated, prefix, "3.24", nullptr)); in PCSetFromOptions_HPDDM() 379 …PetscCall(PetscSNPrintf(deprecated, sizeof(deprecated), "-pc_hpddm_levels_%d_eps_relative_threshol… in PCSetFromOptions_HPDDM() 381 PetscCall(PetscOptionsDeprecated(deprecated, prefix, "3.24", nullptr)); in PCSetFromOptions_HPDDM()
|
| /petsc/lib/petsc/conf/ |
| H A D | rules | 87 grep -v "is deprecated" | \
|