Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • getdp getdp
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 56
    • Issues 56
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • getdp
  • getdpgetdp
  • Wiki
  • Nonlinear solvers

Nonlinear solvers · Changes

Page history
Update Nonlinear solvers authored Apr 24, 2018 by Christophe Geuzaine's avatar Christophe Geuzaine
Hide whitespace changes
Inline Side-by-side
Nonlinear-solvers.md
View page @ 7cf087e3
......@@ -92,9 +92,9 @@ Equivalently, one can solve
### Picard method
When the nonlinear function is of the form $`\mathbf{F}(\mathbf{x}) := \mathbf{A}(\mathbf{x}) \mathbf{x} - \mathbf{b}`$, given an initial guess $`\mathbf{x}_0`$, Picard's method consists in computing the successive iterates $`\mathbf{x}_k`$ such that
When the nonlinear function is of the form $`\mathbf{F}(\mathbf{x}) := \mathbf{A}(\mathbf{x}) \mathbf{x} - \mathbf{b}(\mathbf{x})`$, given an initial guess $`\mathbf{x}_0`$, Picard's method consists in computing the successive iterates $`\mathbf{x}_k`$ such that
```math
\mathbf{A}(\mathbf{x}_{k-1}) \mathbf{x}_k = \mathbf{b},
\mathbf{A}(\mathbf{x}_{k-1}) \mathbf{x}_k = \mathbf{b}(\mathbf{x}_{k-1}),
\quad k = 1, 2, ...
```
......
Clone repository
  • Adaptive time integration
  • GetDP compilation
  • Git cheat sheet
  • Integration in post processing
  • Linear solvers
  • Nonlinear solvers
  • Parser variables vs run time variables vs ONELAB parameters
  • Usage of tables
  • Home