Home
last modified time | relevance | path

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

123

/petsc/doc/manualpages/doctext/
H A Ddoctextcommon.txt45 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 Dex73_0_alt_2.out6 [0]PETSC ERROR: The line numbers in the error traceback are not always exact.
/petsc/doc/changes/
H A D2016.md53 know that the "owning" processor is also always generating the
76 know that the "owning" processor is also always generating the
H A D36.md115 - Removed KSPSetNullSpace() always use MatSetNullSpace() provided to
178 the bs/dof of the vector is 1. To always include this dimension as
H A D322.md13 error message was always produced
20 - Change `MPIU_Allreduce()` to always returns an MPI error code that should be checked with `PetscC…
H A D311.md53 - Previously the KSP Chebyshev implementation always did one more
H A D231.md69 - Configure always tries to build libraries with PIC [or equivalent
H A D230.md119 ifneeded or always to REFINE_NEVER or REFINE_IFNEEDED or
H A D320.md184 - 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 D39.md93 - Removed SNESHasDM() because there is always a DM in SNES.
H A D31.md139 - Added DARefineHierarchy(), DMMG now always uses DMRefineHierarchy
H A D317.md16 - 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 D318.md139 …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 Dkernel.md37 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 Dstyle.md76 and indices that may become large. `PetscIntCast()` should always be used when converting
185always 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 Dcodemanagement.md83 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 Dmakefile339 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 Ddfoxs.m10 % The latest version of this subroutine is always available at
H A Dperf_profile.m8 % The latest version of this subroutine is always available at
/petsc/doc/manual/
H A Dfortran.md104 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 DtomographyGenerateData.m77 …rixA', A, 'precision', 'float64'); % do NOT need to convert A to sparse, always write as sparse ma…
/petsc/doc/install/
H A Dexternal_software.md14 …https://www.netlib.org/lapack/lug/node11.html) Optimizes linear algebra kernels (always available).
/petsc/src/vec/is/is/utils/
H A Disdiff.c797 PetscErrorCode ISSortPermutation(IS f, PetscBool always, IS *h) in ISSortPermutation() argument
809 if (!always) { in ISSortPermutation()
/petsc/doc/community/
H A Dmailing.md38 …structions to make a merge request. Merge requests for such fixes should always have the GitLab `d…
/petsc/share/petsc/matlab/
H A Dlaplacian.m8 % standard 7-point finite-difference scheme, The grid size is always
82 % Revision 1.1 changes: rearranged the output variables, always compute

123