| /petsc/src/tao/unconstrained/tutorials/ |
| H A D | adjointreads.m | 22 % hold on 31 % hold on 36 % hold on 42 % hold on 50 hold on 72 % hold on 82 % hold on 102 % hold on 120 % figure(2);set(gca,'FontSize',18);hold on 140 % hold on [all …]
|
| H A D | convergencestudy.m | 7 hold off 27 hold on 34 hold off 66 hold on 72 hold off
|
| H A D | convergencestudyburger.m | 15 hold off 21 hold on
|
| /petsc/src/sys/classes/viewer/impls/draw/ |
| H A D | drawv.c | 491 PetscErrorCode PetscViewerDrawSetHold(PetscViewer viewer, PetscBool hold) in PetscViewerDrawSetHold() argument 502 vdraw->hold = hold; in PetscViewerDrawSetHold() 521 PetscErrorCode PetscViewerDrawGetHold(PetscViewer viewer, PetscBool *hold) in PetscViewerDrawGetHold() argument 530 *hold = PETSC_FALSE; in PetscViewerDrawGetHold() 535 *hold = vdraw->hold; in PetscViewerDrawGetHold()
|
| H A D | vdraw.h | 19 PetscBool hold; /* Keep previous image when adding new */ member
|
| /petsc/src/sys/classes/draw/utils/ |
| H A D | axisc.c | 167 if (axis->hold) PetscFunctionReturn(PETSC_SUCCESS); in PetscDrawAxisSetLimits() 172 …HasName(((PetscObject)axis)->options, ((PetscObject)axis)->prefix, "-drawaxis_hold", &axis->hold)); in PetscDrawAxisSetLimits() 221 PetscErrorCode PetscDrawAxisSetHoldLimits(PetscDrawAxis axis, PetscBool hold) in PetscDrawAxisSetHoldLimits() argument 225 PetscValidLogicalCollectiveBool(axis, hold, 2); in PetscDrawAxisSetHoldLimits() 226 axis->hold = hold; in PetscDrawAxisSetHoldLimits()
|
| /petsc/src/dm/impls/network/ |
| H A D | networkmonitor.c | 119 …PetscInt blocksize, PetscReal xmin, PetscReal xmax, PetscReal ymin, PetscReal ymax, PetscBool hold) in DMNetworkMonitorAdd() argument 154 PetscCall(PetscDrawAxisSetHoldLimits(axis, hold)); in DMNetworkMonitorAdd()
|
| /petsc/doc/manualpages/MANSECHeaders/ |
| H A D | DMLabel | 3 …s of a mesh or `DM`, for example to indicate that a boundary condition should hold on that section.
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DMUtils.pyx | 186 """Return a `Vec` which can hold all the interpolated field values. 202 """Restore a Vec which can hold all the interpolated field values.
|
| H A D | DMDA.pyx | 833 """Create a vector that will hold values in the natural numbering.
|
| H A D | TS.pyx | 1291 Vector to hold the residual. 1335 Vector to hold the residual.
|
| H A D | TAO.pyx | 544 The vector to hold the constraints.
|
| H A D | KSP.pyx | 1162 """Set the array used to hold the residual history.
|
| /petsc/src/dm/impls/da/ |
| H A D | gr1.c | 162 PetscBool hold; in VecView_MPI_Draw_DA1d() local 234 PetscCall(PetscViewerDrawGetHold(v, &hold)); in VecView_MPI_Draw_DA1d() 240 if (!hold) PetscCall(PetscDrawClear(draw)); in VecView_MPI_Draw_DA1d()
|
| /petsc/include/petsc/private/ |
| H A D | drawimpl.h | 108 PetscBool hold; member
|
| /petsc/src/tao/leastsquares/tutorials/matlab/more_wild_probs/ |
| H A D | perf_profile.m | 87 hold on;
|
| /petsc/doc/community/ |
| H A D | governance.md | 24 - that we hold explicit votes on anything,
|
| /petsc/doc/manual/ |
| H A D | fortran.md | 270 …t return a character string (array), e.g. `const char *str[]` pass a string long enough to hold the 281 In Fortran pass a string long enough to hold the result, but not the separate length argument. For …
|
| H A D | advanced.md | 164 hold the factor using
|
| H A D | tao.md | 297 argument is the optional vector to hold the computed gradient, the 323 used to hold the computed gradient, a function pointer, and a
|
| /petsc/doc/changes/ |
| H A D | 313.md | 156 - Add PetscTabulation to hold function tabulation data
|
| /petsc/lib/petsc/bin/maint/ |
| H A D | toclapack.sh | 2283 /* might hold one of these in a register. */ 2435 /* assumption does not hold, for example, the Cyber 205 (EMIN = -28625, */ 4274 /* might hold one of these in a register. */ 4426 /* assumption does not hold, for example, the Cyber 205 (EMIN = -28625, */
|
| /petsc/doc/developers/ |
| H A D | buildsystem.md | 40 `BuildSystem` wraps collections of related tests in Python modules, which also hold
|
| /petsc/doc/faq/ |
| H A D | index.md | 388 hold. 631 1. On each process create a local `Vec` large enough to hold all the values it wishes to 651 /* Create sequential local vector, big enough to hold local portion */ 982 also create a dense matrix X of the same size that will hold the solution. Then factor the
|
| /petsc/doc/tutorials/physics/ |
| H A D | guide_to_stokes.md | 217 …ion regime we are in. To handle these parameters in PETSc, we first define a C struct to hold them,
|