PDENLPModels.jl
PDENLPModels.jl copied to clipboard
A NLPModel API for optimization problems with PDE-constraints
I have an issue when using `PDENLPModels.jl`. When I call ``` (rows,cols) = jac_structure(nlp) ``` on some `PDENLPModel`, the tuple `(rows,cols)` can have duplicate entries which creates bugs on some...
- [ ] automatize the initial guess (when no real unknown) - [x] avoid having to concatenate `Ypde` and `Ycon` before calling the constructor.
https://github.com/gridap/GridapMakie.jl
To be generalized?
Say `sol` contains the solution the solution: ``` gety(nlp, sol) -> return y or an iterator of y's getu(nlp, sol) -> return u or an iterator of u's getk(nlp, sol)...
This pull request changes the compat entry for the `Gridap` package from `0.15.5` to `0.15.5, 0.17`. This keeps the compat entries for earlier versions. Note: I have not tested your...
This pull request changes the compat entry for the `Gridap` package from `0.15.5` to `0.15.5, 0.17`. This keeps the compat entries for earlier versions. Note: I have not tested your...