Skip to content

Commit a723cbc

Browse files
authored
Update links to JSO website (#102)
* Update link to JSO website
1 parent 5fe4651 commit a723cbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The current version of PDENLPModels relies on Gridap v0.15.5.
4343

4444
## Examples
4545

46-
You can also check the tutorial [Solve a PDE-constrained optimization problem](https://jso-docs.github.io/solve-pdenlpmodels-with-jsosolvers/) on our site, [juliasmoothoptimizers.github.io](https://juliasmoothoptimizers.github.io).
46+
You can also check the tutorial [Solve a PDE-constrained optimization problem](https://juliasmoothoptimizers.github.io/tutorials/introduction-to-pdenlpmodels/) on our site, [juliasmoothoptimizers.github.io](https://juliasmoothoptimizers.github.io).
4747

4848
We refer to the folder `test/problems` for more examples of problems of different types: calculus of variations, optimal control problem, PDE-constrained problems, and mixed PDE-contrained problems with both function and vector unknowns. An alternative is to visit the repository [PDEOptimizationProblems](https://github.com/tmigot/PDEOptimizationProblems) that contains a collection of test problems. Without objective function, the problem reduces to a classical PDE and we refer to [Gridap tutorials](https://github.com/gridap/Tutorials) for examples.
4949

src/GridapPDENLPModel.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ using Gridap, PDENLPModels
204204
nlp = GridapPDENLPModel(xin, f, trian, Ypde, Ycon, Xpde, Xcon, res, name = "Control elastic membrane")
205205
```
206206
207-
You can also check the tutorial [Solve a PDE-constrained optimization problem](https://jso-docs.github.io/solve-pdenlpmodels-with-jsosolvers/) on JSO's website, [juliasmoothoptimizers.github.io](https://juliasmoothoptimizers.github.io).
207+
You can also check the tutorial [Solve a PDE-constrained optimization problem](https://juliasmoothoptimizers.github.io/tutorials/introduction-to-pdenlpmodels/) on JSO's website, [juliasmoothoptimizers.github.io](https://juliasmoothoptimizers.github.io).
208208
209209
We refer to the folder `test/problems` for more examples of problems of different types:
210210
- calculus of variations,

0 commit comments

Comments
 (0)