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