| /petsc/doc/manualpages/doctext/ |
| H A D | doctextcommon.txt | 45 of the top-most pointer is guaranteed to always be valid. For example, given a routine 49 objects themselves are always valid (though their member variables `PetscFoo->data`
|
| /petsc/src/sys/tests/output/ |
| H A D | ex73_0_alt_2.out | 6 [0]PETSC ERROR: The line numbers in the error traceback are not always exact.
|
| /petsc/doc/changes/ |
| H A D | 2016.md | 53 know that the "owning" processor is also always generating the 76 know that the "owning" processor is also always generating the
|
| H A D | 36.md | 115 - Removed KSPSetNullSpace() always use MatSetNullSpace() provided to 178 the bs/dof of the vector is 1. To always include this dimension as
|
| H A D | 322.md | 13 error message was always produced 20 - Change `MPIU_Allreduce()` to always returns an MPI error code that should be checked with `PetscC…
|
| H A D | 311.md | 53 - Previously the KSP Chebyshev implementation always did one more
|
| H A D | 231.md | 69 - Configure always tries to build libraries with PIC [or equivalent
|
| H A D | 230.md | 119 ifneeded or always to REFINE_NEVER or REFINE_IFNEEDED or
|
| H A D | 320.md | 184 - Swap the order of monitor and convergence test. Now monitors are always called after a convergenc… 185 - Deprecate option `-snes_ms_norms` in favor of `-snes_norm_schedule always`
|
| H A D | 39.md | 93 - Removed SNESHasDM() because there is always a DM in SNES.
|
| H A D | 31.md | 139 - Added DARefineHierarchy(), DMMG now always uses DMRefineHierarchy
|
| H A D | 317.md | 16 - Change `MPIU_Allreduce()` to always returns a PETSc error code that should be checked with `CHKER… 67 … `PetscAssert()` for checking a boolean condition is true. The former is always enabled, while the… 117 - `VecGetArrayAndMemType()` and `VecGetArrayReadAndMemType()` now always return a device pointer (c…
|
| H A D | 318.md | 139 …HDF5GetGroup()` to accept optional path relative to the pushed group and always return absolute pa… 188 - Change matrix factor options called from within `KSP`/`PC` to always inherit the options prefix f…
|
| /petsc/doc/developers/ |
| H A D | kernel.md | 37 sizes. These are always `int` since that is what the MPI standard 39 BLAS and LAPACK routines. These are almost always `int` unless one is 49 These are currently always `int`, but their use clarifies the code. 137 always make sense to simply print error messages to the terminal (and
|
| H A D | style.md | 76 and indices that may become large. `PetscIntCast()` should always be used when converting 185 …always return via `PetscFunctionReturn()`, or `PetscFunctionReturnVoid()`, not `return`. If the fu… 208 As a rule, always try to wrap the function first; if this fails to compile, you do 473 always use `PetscMallocN()` (for example, `PetscMalloc1()`), 497 accumulate flops and then call `PetscLogFlops();` *always* just 705 6. Microsoft Windows should always be written out with two words. That is, it should not be shorten…
|
| /petsc/doc/miscellaneous/ |
| H A D | codemanagement.md | 83 perfect code, so always write code that may be debugged and learn how 105 force your systems people to do this :-). You should always work with
|
| /petsc/ |
| H A D | makefile | 339 git diff --patch-with-stat --color=always | head -1000;\ 356 git diff --patch-with-stat --color=always | head -1000;\ 378 git diff --patch-with-stat --color=always | head -1000;\
|
| /petsc/src/tao/leastsquares/tutorials/matlab/more_wild_probs/ |
| H A D | dfoxs.m | 10 % The latest version of this subroutine is always available at
|
| H A D | perf_profile.m | 8 % The latest version of this subroutine is always available at
|
| /petsc/doc/manual/ |
| H A D | fortran.md | 104 PETSc objects are always automatically initialized when declared so you do not need to (and should … 139 When passing floating point numbers into PETSc Fortran subroutines, always 244 will always return true, for any PETSc object. 292 `MatSetValues()` and `VecSetValues()` always use
|
| /petsc/src/tao/leastsquares/tutorials/ |
| H A D | tomographyGenerateData.m | 77 …rixA', A, 'precision', 'float64'); % do NOT need to convert A to sparse, always write as sparse ma…
|
| /petsc/doc/install/ |
| H A D | external_software.md | 14 …https://www.netlib.org/lapack/lug/node11.html) Optimizes linear algebra kernels (always available).
|
| /petsc/src/vec/is/is/utils/ |
| H A D | isdiff.c | 797 PetscErrorCode ISSortPermutation(IS f, PetscBool always, IS *h) in ISSortPermutation() argument 809 if (!always) { in ISSortPermutation()
|
| /petsc/doc/community/ |
| H A D | mailing.md | 38 …structions to make a merge request. Merge requests for such fixes should always have the GitLab `d…
|
| /petsc/share/petsc/matlab/ |
| H A D | laplacian.m | 8 % standard 7-point finite-difference scheme, The grid size is always 82 % Revision 1.1 changes: rearranged the output variables, always compute
|