PDEOptimizationProblems
March 2, 2024 ยท View on GitHub
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