Home
last modified time | relevance | path

Searched refs:quadratic (Results 1 – 15 of 15) sorted by relevance

/petsc/src/ksp/ksp/impls/qcg/
H A Dqcg.c128 PetscErrorCode KSPQCGGetQuadratic(KSP ksp, PetscReal *quadratic) in KSPQCGGetQuadratic() argument
132 PetscUseMethod(ksp, "KSPQCGGetQuadratic_C", (KSP, PetscReal *), (ksp, quadratic)); in KSPQCGGetQuadratic()
312 pcgP->quadratic = btx + .5 * xtax; in KSPSolve_QCG()
352 static PetscErrorCode KSPQCGGetQuadratic_QCG(KSP ksp, PetscReal *quadratic) in KSPQCGGetQuadratic_QCG() argument
357 *quadratic = cgP->quadratic; in KSPQCGGetQuadratic_QCG()
H A Dqcgimpl.h10 PetscReal quadratic; member
/petsc/src/dm/impls/plex/tests/
H A Dex46.c23 static PetscErrorCode quadratic(PetscInt dim, PetscReal time, const PetscReal x[], PetscInt Nc, Pet… in quadratic() function
84 user->funcs[0] = quadratic; in SetupDiscretization()
H A Dex3.c117 PetscErrorCode quadratic(PetscInt dim, PetscReal time, const PetscReal coords[], PetscInt Nf, Petsc… in quadratic() function
776 exactFuncs[0] = quadratic; in CheckFunctions()
836 exactFuncs[0] = quadratic; in CheckInterpolation()
/petsc/doc/tutorials/
H A Dindex.md28 …- <a href="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/tao/quadratic/tutorials/index.html">Quadratic</a> (M…
/petsc/src/dm/dt/fe/tests/
H A Dex3.c24 static void quadratic(PetscInt dim, PetscInt Nf, PetscInt NfAux, const PetscInt uOff[], const Petsc… in quadratic() function
48 static PetscPointFn *functions[] = {constant, linear, quadratic, trig, prime};
/petsc/doc/manual/
H A Dtao.md1199 determine a radius such that the reduction predicted by the quadratic
1206 technique solves the first quadratic optimization problem by using a
1230 objective function to the reduction predicted by the quadratic model for
1233 where $q_k$ is the quadratic model. The radius is then updated as
1258 The Newton trust-region method solves the constrained quadratic
1275 rejected, the trust-region radius is reduced, and the quadratic program
1447 The quadratic optimization problem is approximately solved by applying
1474 determine a radius such that the reduction predicted by the quadratic
1481 technique solves the first quadratic optimization problem by using a
1489 predicted by the quadratic model for the full step,
[all …]
H A Dsnes.md398 for instance, 2 for quadratic or 3 for cubic. Sometimes, it may not be
531 with a quadratic constraint surface, defined by
561 quadratic equation $a\delta\lambda^2 + b\delta\lambda + c = 0$, where
601 normal hyper-surface to the quadratic constraint surface.
615 quadratic equation $a\delta\lambda^2 + b\delta\lambda + c = 0$.
620 choosing $\delta s$ such that the quadratic equation has a single real root.
/petsc/src/snes/tests/
H A Dex8.c205 PetscErrorCode quadratic(PetscInt dim, PetscReal time, const PetscReal coords[], PetscInt Nc, Petsc… in quadratic() function
423 exactFuncs[0] = quadratic; in SetupFunctions()
/petsc/doc/
H A Dindex.md111 [PermonQP](http://permon.vsb.cz/permonqp.htm) quadratic
H A Dpetsc.bib1784 title = {{A parallel reduced-space sequential-quadratic programming algorithm for
19233 title = {An efficient hierarchical preconditioner for quadratic discretizations of finite
20834 title = {Towards curvilinear meshing in 3D: the case of quadratic simplices},
24059 title = {On the solution of large quadratic programming problems with bound constraints},
25634 title = {Sequential quadratic programming for non-linear elastic contact problems},
26876 title = {An interior newton method for quadratic programming},
27102 title = {The principal pivoting method of quadratic programming},
28035 @Article{ eaves:quadratic,
30878 @Article{ hildreth:quadratic,
31961 @Article{ klarbring:quadratic,
[all …]
/petsc/doc/community/meetings/2023/
H A Dindex.md130 | 2:00 pm | PERMON library for quadratic programming ([Slides][s_33], [Video][v_33]) …
418 :::{topic} **PERMON library for quadratic programming**
426 is a library based on PETSc for solving quadratic programming (QP)
569 using quadratic programming, and its extension PermonSVM implements
/petsc/
H A Dgmakefile281 # below has quadratic complexity, taking more than one second for a
H A Dgmakefile.test368 # below has quadratic complexity, taking more than one second for a
/petsc/doc/tutorials/physics/
H A Dguide_to_stokes.md77 …ted explicitly. For our Stokes problem, we first choose a solution with quadratic velocity and lin…
99 …body force necessary to make them satisfy the Stokes equations. For the quadratic solution above, …
153 The quadratic solution, however, cannot tell us whether our discretization is attaining the correct…