Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.57 KB

README.md

File metadata and controls

19 lines (16 loc) · 1.57 KB

PDEOptimizationProblems

Stable Dev Build Status Build Status Docs workflow Status Coverage

A list of optimization problems with ODE/PDE in the constraints model and discretized using Gridap.jl and PDENLPModels.jl.

The list of problems can be accessed as a string

PDEOptimizationsProblems.problems # or setdiff(names(PDEOptimizationProblems), [:PDEOptimizationProblems])

and each problem can be accessed as follows

nlp = burger1d(n=10) # note that most of the problems are scalable