Home
last modified time | relevance | path

Searched refs:history (Results 1 – 25 of 73) sorted by relevance

123

/petsc/src/tao/unconstrained/tutorials/
H A Dconvergencestudy.m17 [m,n] = size(history);
18 h(i) = history(m,2);
22 semilogy(history(:,1),history(:,2),'Markersize',6,'LineWidth',2);
25 semilogy(history(:,1),history(:,3),'Markersize',6,'LineWidth',2);
56 history
58 [m,n] = size(history);
59 h(i) = history(m,2)
61 semilogy(history(:,1),history(:,2),'Markersize',6,'LineWidth',2);
64 semilogy(history(:,1),history(:,3),'Markersize',6,'LineWidth',2);
/petsc/src/ksp/ksp/tests/output/
H A Dex5_mat_type-lmvmbfgs.out20 Rescale history: 1
37 Rescale history: 1
54 Rescale history: 1
71 Rescale history: 1
88 Rescale history: 1
105 Rescale history: 1
122 Rescale history: 1
139 Rescale history: 1
156 Rescale history: 1
173 Rescale history: 1
[all …]
H A Dex5_mat_type-lmvmsymbroyden.out21 Rescale history: 1
39 Rescale history: 1
57 Rescale history: 1
75 Rescale history: 1
93 Rescale history: 1
111 Rescale history: 1
129 Rescale history: 1
147 Rescale history: 1
165 Rescale history: 1
183 Rescale history: 1
[all …]
H A Dex5_mat_type-lmvmdfp.out20 Rescale history: 1
37 Rescale history: 1
54 Rescale history: 1
71 Rescale history: 1
88 Rescale history: 1
105 Rescale history: 1
122 Rescale history: 1
139 Rescale history: 1
156 Rescale history: 1
173 Rescale history: 1
[all …]
H A Dex5_mat_type-lmvmdiagbroyden.out20 Rescale history: 1
37 Rescale history: 1
54 Rescale history: 1
71 Rescale history: 1
88 Rescale history: 1
105 Rescale history: 1
122 Rescale history: 1
139 Rescale history: 1
156 Rescale history: 1
173 Rescale history: 1
[all …]
H A Dex5_mat_type-lmvmsymbadbroyden.out21 Rescale history: 1
39 Rescale history: 1
57 Rescale history: 1
75 Rescale history: 1
93 Rescale history: 1
111 Rescale history: 1
129 Rescale history: 1
147 Rescale history: 1
165 Rescale history: 1
183 Rescale history: 1
[all …]
/petsc/src/binding/petsc4py/demo/legacy/ode/
H A Drober.py58 history = [] variable
63 history.append((i, t, xx))
83 ii = np.asarray([v[0] for v in history])
84 tt = np.asarray([v[1] for v in history])
85 xx = np.asarray([v[2] for v in history])
H A Dorego.py60 history = [] variable
65 history.append((i, t, xx))
113 ii = np.asarray([v[0] for v in history])
114 tt = np.asarray([v[1] for v in history])
115 xx = np.asarray([v[2] for v in history])
H A Dheat.py49 self.history = []
91 if self.history:
92 lasti, lastt, lastx = self.history[-1]
97 self.history.append((i, t, xx))
108 for i, t, u in self.history:
/petsc/src/tao/leastsquares/tutorials/matlab/
H A DProblemFinalize.m4 % Pad the history if there are remaining evaluations or truncate if too many
13 % Store the history and results for taopounders
28 % Reset the global history of the evaluations
37 % Pad the history if there are remaining evaluations or truncate if too many
46 % Store the history and results for taopounders
/petsc/src/snes/tests/output/
H A Dex1_2c_snes_tr_qn-different.out44 Rescale history: 1
62 Rescale history: 1
/petsc/src/tao/leastsquares/tutorials/matlab/more_wild_probs/
H A Ddfovec_wrap.m8 % Update the function value history
/petsc/src/snes/interface/
H A Dsnesut.c569 PetscReal *history; in SNESMonitorRatio() local
573 PetscCall(SNESGetConvergenceHistory(snes, &history, NULL, &len)); in SNESMonitorRatio()
576 if (!its || !history || its > len) { in SNESMonitorRatio()
579 PetscReal ratio = fgnorm / history[its - 1]; in SNESMonitorRatio()
602 PetscReal *history; in SNESMonitorRatioSetUp() local
605 PetscCall(SNESGetConvergenceHistory(snes, &history, NULL, NULL)); in SNESMonitorRatioSetUp()
606 if (!history) PetscCall(SNESSetConvergenceHistory(snes, NULL, NULL, 100, PETSC_TRUE)); in SNESMonitorRatioSetUp()
/petsc/src/tao/bound/tutorials/output/
H A Djbearing2_17.out74 Rescale history: 1
107 Rescale history: 1
H A Dplate2_15.out41 Rescale history: 1
106 Rescale history: 1
H A Dplate2_17.out81 Rescale history: 1
116 Rescale history: 1
H A Dplate2_16.out81 Rescale history: 1
117 Rescale history: 1
H A Dplate2_14.out41 Rescale history: 1
106 Rescale history: 1
/petsc/src/ts/tutorials/output/
H A Dex20opt_p_1.out66 Rescale history: 1
101 Rescale history: 1
H A Dex20opt_p_3.out74 Rescale history: 1
109 Rescale history: 1
/petsc/src/tao/unconstrained/tutorials/output/
H A Dspectraladjointassimilation_cn.out2 history = [
H A Dspectraladjointassimilation_1.out2 history = [
H A Dspectraladjointassimilation_2.out2 history = [
/petsc/src/mat/impls/mffd/
H A Dmffd.c555 static PetscErrorCode MatMFFDSetHHistory_MFFD(Mat J, PetscScalar history[], PetscInt nhistory) in MatMFFDSetHHistory_MFFD() argument
561 ctx->historyh = history; in MatMFFDSetHHistory_MFFD()
909 PetscErrorCode MatMFFDSetHHistory(Mat J, PetscScalar history[], PetscInt nhistory) in MatMFFDSetHHistory() argument
913 if (history) PetscAssertPointer(history, 2); in MatMFFDSetHHistory()
915 PetscUseMethod(J, "MatMFFDSetHHistory_C", (Mat, PetscScalar[], PetscInt), (J, history, nhistory)); in MatMFFDSetHHistory()
/petsc/doc/developers/contributing/
H A Ddevelopingmr.md136 ## Maintain a clean commit history
142 Often a branch's commit history does not present a logical series of changes.
144 The order of changes may be incorrect. Branches without a clean commit history will often break `gi…
154 Rewriting history can be done in [several ways](https://git-scm.com/book/en/v2/Git-Tools-Rewriting-…

123