PDENLPModels.jl icon indicating copy to clipboard operation
PDENLPModels.jl copied to clipboard

A NLPModel API for optimization problems with PDE-constraints

Results 14 PDENLPModels.jl issues
Sort by recently updated
recently updated
newest added

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.

enhancement
good first issue

https://github.com/gridap/GridapMakie.jl

enhancement

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...