From: Roy S. <roy...@ic...> - 2018-03-08 16:00:12
|
On Thu, 8 Mar 2018, Moh...@en... wrote: > I have recently installed Libmesh and i try to use it. In fact, I > have my C++ code working on a single Gauss point. Is it possible to > use Libmesh with my code in order to obtain my finite element code > (like Moose framework). Unfortunately there isn't a user manual for > that. Is there someone who has already doing this? Lots of people; independent uses of libMesh predate (and based on published papers might still be more popular than) uses of middleware frameworks. But there's no user manual for it because there's no one right way to do it - if there was then we'd just encapsulate that way in the One True Framework and nobody would use anything else. Most independent libMesh application developers start with whichever of the examples is closest to what they're developing, and add complexity from there. --- Roy |