Searched refs:newton (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/dm/dt/interface/ |
| H A D | dt.c | 1695 …(PetscInt npoints, PetscReal alpha, PetscReal beta, PetscReal x[], PetscReal w[], PetscBool newton) in PetscDTGaussJacobiQuadrature_Internal() argument 1703 if (newton) PetscCall(PetscDTGaussJacobiQuadrature_Newton_Internal(npoints, alpha, beta, x, w)); in PetscDTGaussJacobiQuadrature_Internal() 1761 …(PetscInt npoints, PetscReal alpha, PetscReal beta, PetscReal x[], PetscReal w[], PetscBool newton) in PetscDTGaussLobattoJacobiQuadrature_Internal() argument 1773 …l(PetscDTGaussJacobiQuadrature_Internal(npoints - 2, alpha + 1., beta + 1., &x[1], &w[1], newton)); in PetscDTGaussLobattoJacobiQuadrature_Internal() 1883 PetscBool newton; in PetscDTGaussLobattoLegendreQuadrature() local 1887 newton = (PetscBool)(type == PETSCGAUSSLOBATTOLEGENDRE_VIA_NEWTON); in PetscDTGaussLobattoLegendreQuadrature() 1888 PetscCall(PetscDTGaussLobattoJacobiQuadrature_Internal(npoints, 0., 0., x, w, newton)); in PetscDTGaussLobattoLegendreQuadrature()
|
| /petsc/doc/changes/ |
| H A D | 33.md | 114 - Changed default max_its and max_funcs for non-newton SNES solvers
|
| /petsc/doc/manual/ |
| H A D | snes.md | 38 $$ (newton) 42 iteration. In practice, the Newton iteration {math:numref}`newton` is 947 Since exact solution of the linear Newton systems within {math:numref}`newton`
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 2596 (dpm/newton-method-max-cycles 20) 5125 (potential/current-newton-tol 0.0001) 6075 (structure/nonconformal/solidsolid/newton-raphson-tolerance 1e-12) 7911 (kw-dissipation-newton? #t) 8048 (turb-non-newton-lb? #f) 8049 (turb-non-newton? #f) 8209 (les-utau-newton-iter? #t)
|
| /petsc/doc/ |
| H A D | petsc.bib | 5518 preconditioned newton-krylov solver}, 25226 @Article{ ben-israel:newton-raphson, 26111 @Article{ burke.ferris:gauss-newton, 26876 title = {An interior newton method for quadratic programming}, 29172 @Article{ fischer:newton-type, 30003 @Article{ gill.murray:newton-type, 31387 @TechReport{ josephy:newton, 31414 @TechReport{ josephy:quasi-newton, 34589 @Article{ nash:newton-type, 37452 @Article{ subramanian:gauss-newton,
|