Re: [Libmesh-devel] Interface to optimization (e.g. TAO)

2015-04-15 Thread David Knezevic
On Wed, Apr 15, 2015 at 9:10 PM, John Peterson wrote: > > > On Wed, Apr 15, 2015 at 6:53 PM, David Knezevic < > david.kneze...@akselos.com> wrote: >> >> >> I've pushed the code to here: >> https://github.com/dknez/libmesh/tree/opt_interface >> >> I don't remember exactly how to add new source fil

Re: [Libmesh-devel] Interface to optimization (e.g. TAO)

2015-04-15 Thread John Peterson
On Wed, Apr 15, 2015 at 6:53 PM, David Knezevic wrote: > > > I've pushed the code to here: > https://github.com/dknez/libmesh/tree/opt_interface > > I don't remember exactly how to add new source files to the repo. I > ran rebuild_include_HEADERS.sh, rebuild_libmesh_SOURCES.sh, and > re-bootstrapp

Re: [Libmesh-devel] Interface to optimization (e.g. TAO)

2015-04-15 Thread David Knezevic
On Wed, Apr 15, 2015 at 3:04 PM, John Peterson wrote: > > > On Wed, Apr 15, 2015 at 12:42 PM, David Knezevic < > david.kneze...@akselos.com> wrote: > >> I'm interested in having an interface to optimization software from >> libMesh. >> >> I've attached some code that provides: >> - A generic opti

Re: [Libmesh-devel] Interface to optimization (e.g. TAO)

2015-04-15 Thread John Peterson
On Wed, Apr 15, 2015 at 12:42 PM, David Knezevic wrote: > I'm interested in having an interface to optimization software from > libMesh. > > I've attached some code that provides: > - A generic optimization solver interface (OptimizationSolver), modeled on > NonlinearSolver. > - OptimizationSyste

Re: [Libmesh-devel] Interface to optimization (e.g. TAO)

2015-04-15 Thread David Knezevic
Oops, "min 0.5 * U^T A U - U^T" should of course be "min 0.5 * U^T A U - U^T F". David On Wed, Apr 15, 2015 at 2:42 PM, David Knezevic wrote: > I'm interested in having an interface to optimization software from > libMesh. > > I've attached some code that provides: > - A generic optimization s

[Libmesh-devel] Interface to optimization (e.g. TAO)

2015-04-15 Thread David Knezevic
I'm interested in having an interface to optimization software from libMesh. I've attached some code that provides: - A generic optimization solver interface (OptimizationSolver), modeled on NonlinearSolver. - OptimizationSystem, modeled on NonlinearImplicitSystem. - TaoOptimizationSolver, which i