Home
last modified time | relevance | path

Searched refs:hold (Results 1 – 25 of 26) sorted by relevance

12

/petsc/src/tao/unconstrained/tutorials/
H A Dadjointreads.m22 % 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 Dconvergencestudy.m7 hold off
27 hold on
34 hold off
66 hold on
72 hold off
H A Dconvergencestudyburger.m15 hold off
21 hold on
/petsc/src/sys/classes/viewer/impls/draw/
H A Ddrawv.c491 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 Dvdraw.h19 PetscBool hold; /* Keep previous image when adding new */ member
/petsc/src/sys/classes/draw/utils/
H A Daxisc.c167 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 Dnetworkmonitor.c119 …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 DDMLabel3 …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 DDMUtils.pyx186 """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 DDMDA.pyx833 """Create a vector that will hold values in the natural numbering.
H A DTS.pyx1291 Vector to hold the residual.
1335 Vector to hold the residual.
H A DTAO.pyx544 The vector to hold the constraints.
H A DKSP.pyx1162 """Set the array used to hold the residual history.
/petsc/src/dm/impls/da/
H A Dgr1.c162 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 Ddrawimpl.h108 PetscBool hold; member
/petsc/src/tao/leastsquares/tutorials/matlab/more_wild_probs/
H A Dperf_profile.m87 hold on;
/petsc/doc/community/
H A Dgovernance.md24 - that we hold explicit votes on anything,
/petsc/doc/manual/
H A Dfortran.md270 …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 Dadvanced.md164 hold the factor using
H A Dtao.md297 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 D313.md156 - Add PetscTabulation to hold function tabulation data
/petsc/lib/petsc/bin/maint/
H A Dtoclapack.sh2283 /* 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 Dbuildsystem.md40 `BuildSystem` wraps collections of related tests in Python modules, which also hold
/petsc/doc/faq/
H A Dindex.md388 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 Dguide_to_stokes.md217 …ion regime we are in. To handle these parameters in PETSc, we first define a C struct to hold them,

12