| /petsc/src/tao/constrained/impls/admm/ |
| H A D | admm.c | 166 if (am->constraint != NULL) PetscCall(VecAXPY(residual, -1., am->constraint)); in ADMMUpdateConstraintResidualVector() 348 if (am->constraint != NULL) PetscCall(VecNorm(am->constraint, NORM_2, &am->const_norm)); in TaoSolve_ADMM() 448 if (am->constraint) PetscCall(VecAXPY(am->residual, -1., am->constraint)); in TaoSolve_ADMM() 456 if (am->constraint) PetscCall(VecAXPY(am->residual, -1., am->constraint)); in TaoSolve_ADMM() 599 if (!am->constraint) { in TaoSetUp_ADMM() 600 am->constraint = NULL; in TaoSetUp_ADMM() 602 PetscCall(VecGetSize(am->constraint, &M)); in TaoSetUp_ADMM() 918 am->constraint = c; in TaoADMMSetConstraintVectorRHS()
|
| H A D | admm.h | 18 Vec residual, y, yold, y0, yhat, yhatold, constraint; member
|
| /petsc/doc/overview/ |
| H A D | linear_solve_table.md | 523 * - Nash Conjugate Gradient with trust region constraint 528 * - Conjugate Gradient with trust region constraint 533 * - Gould et al Conjugate Gradient with trust region constraint 538 * - Steinhaug Conjugate Gradient with trust region constraint
|
| /petsc/src/tao/complementarity/tutorials/output/ |
| H A D | minsurf1_2.out | 58 total number of constraint function evaluations=7
|
| H A D | minsurf1_1.out | 57 total number of constraint function evaluations=7
|
| H A D | minsurf1_2_alt.out | 57 total number of constraint function evaluations=5
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_tao.py | 65 constraint, varbounds = None, None 71 tao.setConstraints(constraint)
|
| /petsc/doc/manual/ |
| H A D | snes.md | 531 with a quadratic constraint surface, defined by 536 constraint surface, $\Delta\mathbf x$ and $\Delta\lambda$ are the 538 user-provided consistency parameter determining the shape of the constraint surface. 539 Generally, $\psi^2 > 0$ leads to a hyper-sphere constraint surface, while 540 $\psi^2 = 0$ leads to a hyper-cylinder constraint surface. 542 Since the solution will always fall on the constraint surface, the method will often 560 from the constraint equations. Specifically the constraint equations yield the 591 The main difference is whether the iterative solution falls on the constraint 599 the constraint equation is not satisfied at every iteration. 601 normal hyper-surface to the quadratic constraint surface. [all …]
|
| /petsc/src/ksp/ksp/tutorials/output/ |
| H A D | ex71_bddc_elast_4lev.out | 36 Adaptive constraint selection threshold (active 0, userdefined 0): 0. 149 Adaptive constraint selection threshold (active 0, userdefined 0): 0. 268 Adaptive constraint selection threshold (active 0, userdefined 0): 0.
|
| H A D | ex71_bddc_elast_3lev.out | 36 Adaptive constraint selection threshold (active 0, userdefined 0): 0. 149 Adaptive constraint selection threshold (active 0, userdefined 0): 0.
|
| H A D | ex59_bddc_fetidp_ml_2.out | 36 Adaptive constraint selection threshold (active 0, userdefined 0): 0. 147 Adaptive constraint selection threshold (active 0, userdefined 0): 0.
|
| H A D | ex71_bddc_elast_3lev_alt.out | 36 Adaptive constraint selection threshold (active 0, userdefined 0): 0. 149 Adaptive constraint selection threshold (active 0, userdefined 0): 0.
|
| H A D | ex59_bddc_fetidp_ml_1.out | 36 Adaptive constraint selection threshold (active 0, userdefined 0): 0. 147 Adaptive constraint selection threshold (active 0, userdefined 0): 0.
|
| H A D | ex71_bddc_cusparse.out | 36 Adaptive constraint selection threshold (active 0, userdefined 0): 0.
|
| H A D | ex71_bddc_elast_deluxe_layers.out | 36 Adaptive constraint selection threshold (active 0, userdefined 0): 0.
|
| H A D | ex71_bddc_2.out | 36 Adaptive constraint selection threshold (active 0, userdefined 0): 0.
|
| H A D | ex71_bddc_elast.out | 36 Adaptive constraint selection threshold (active 0, userdefined 0): 0.
|
| H A D | ex71_bddc_1.out | 36 Adaptive constraint selection threshold (active 0, userdefined 0): 0.
|
| H A D | ex59_bddc_fetidp_ml_3.out | 36 Adaptive constraint selection threshold (active 0, userdefined 0): 0.
|
| /petsc/src/snes/tutorials/output/ |
| H A D | ex12_p4est_full_q2_nonconformal_parallel_bddcfas.out | 67 Adaptive constraint selection threshold (active 0, userdefined 0): 0. 242 Adaptive constraint selection threshold (active 0, userdefined 0): 0. 418 Adaptive constraint selection threshold (active 0, userdefined 0): 0.
|
| H A D | ex12_p4est_full_q2_nonconformal_parallel_bddcfas_alt.out | 67 Adaptive constraint selection threshold (active 0, userdefined 0): 0. 242 Adaptive constraint selection threshold (active 0, userdefined 0): 0. 418 Adaptive constraint selection threshold (active 0, userdefined 0): 0.
|
| H A D | ex12_quad_bddc.out | 63 Adaptive constraint selection threshold (active 0, userdefined 0): 0.
|
| H A D | ex12_p4est_full_q2_nonconformal_parallel_bddc.out | 53 Adaptive constraint selection threshold (active 0, userdefined 0): 0.
|
| H A D | ex12_tri_parmetis_bddc.out | 61 Adaptive constraint selection threshold (active 0, userdefined 0): 0.
|
| /petsc/doc/tutorials/meshing/ |
| H A D | guide_to_subsurface.md | 74 … `DM_ADAPT_REFINE` or `DM_ADAPT_COARSEN`. We do this based on a volume constraint, namely that cel…
|