On Wed, Apr 15, 2015 at 6:53 PM, David Knezevic <[email protected]>
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-bootstrapped, but I think I must've forgot something since I'm getting:
> "libmesh/optimization_solver.h: No such file or directory"
>
> I think a wiki page about steps for adding new source files would be
> helpful.
>

Agreed, and here are the steps I usually follow.  Something like this
should also just be added as a script in contrib.

cd include && ./rebuild_include_HEADERS.sh
cd ..
cd src && ./rebuild_libmesh_SOURCES.sh
cd ..
cd include/libmesh && ./rebuild_makefile.sh
cd -
git ci -am"Updating Makefile.am's"
./bootstrap
git ci -am"Ran boostrap."



> Anyway, please have a look at the code and tell me what you think! This is
> a very early version for now, but I'm certainly very enthusiastic about
> adding support for optimization within libMesh since I think it would
> enable a lot of cool new capabilities. If anyone else is interested in this
> too, it'd be great to collaborate on this branch in order to get it in good
> enough shape to be added to libMesh.
>

Sounds good, I will have a look soon.

-- 
John
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Libmesh-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to