| /petsc/src/tao/unconstrained/tutorials/ |
| H A D | convergencestudy.m | 17 [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 D | ex5_mat_type-lmvmbfgs.out | 20 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 D | ex5_mat_type-lmvmsymbroyden.out | 21 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 D | ex5_mat_type-lmvmdfp.out | 20 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 D | ex5_mat_type-lmvmdiagbroyden.out | 20 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 D | ex5_mat_type-lmvmsymbadbroyden.out | 21 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 D | rober.py | 58 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 D | orego.py | 60 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 D | heat.py | 49 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 D | ProblemFinalize.m | 4 % 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 D | ex1_2c_snes_tr_qn-different.out | 44 Rescale history: 1 62 Rescale history: 1
|
| /petsc/src/tao/leastsquares/tutorials/matlab/more_wild_probs/ |
| H A D | dfovec_wrap.m | 8 % Update the function value history
|
| /petsc/src/snes/interface/ |
| H A D | snesut.c | 569 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 D | jbearing2_17.out | 74 Rescale history: 1 107 Rescale history: 1
|
| H A D | plate2_15.out | 41 Rescale history: 1 106 Rescale history: 1
|
| H A D | plate2_17.out | 81 Rescale history: 1 116 Rescale history: 1
|
| H A D | plate2_16.out | 81 Rescale history: 1 117 Rescale history: 1
|
| H A D | plate2_14.out | 41 Rescale history: 1 106 Rescale history: 1
|
| /petsc/src/ts/tutorials/output/ |
| H A D | ex20opt_p_1.out | 66 Rescale history: 1 101 Rescale history: 1
|
| H A D | ex20opt_p_3.out | 74 Rescale history: 1 109 Rescale history: 1
|
| /petsc/src/tao/unconstrained/tutorials/output/ |
| H A D | spectraladjointassimilation_cn.out | 2 history = [
|
| H A D | spectraladjointassimilation_1.out | 2 history = [
|
| H A D | spectraladjointassimilation_2.out | 2 history = [
|
| /petsc/src/mat/impls/mffd/ |
| H A D | mffd.c | 555 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 D | developingmr.md | 136 ## 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-…
|