All packages have their strengths and weaknesses. libMesh's strength (one of them anyway) is that you (can) control EVERYTHING.
If you're willing to give up a little bit of control and gain some code brevity you might try out Diffsystem in libMesh. If you're willing to give up more control and write something that looks closer to FEnics and has a lot of code reuse you might want to check out MOOSE: http://mooseframework.org If you really want to write at an extremely high level and you want the code to do a lot for you then FEnics is where it's at. Note: not saying you can't write lower level code and take more control with FEnics, just making generalizations. If you don't want to write any code then use Abaqus or Comsol or StarCCM+ or whatever :-) Pick the package that's right for your needs. Derek On Fri, Jul 15, 2016 at 7:41 PM Salazar De Troya, Miguel < [email protected]> wrote: > Hi all, > > I have recently discovered FEniCS and I have certainly enjoyed their > mathematical notation and how fast you can solve pde problems. I was > wondering if this approach to solve the problems will be ever pursued by > libmesh. > > Thanks > Miguel > > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and > traffic > patterns at an interface-level. Reveals which users, apps, and protocols > are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity > planning > reports.http://sdm.link/zohodev2dev > _______________________________________________ > Libmesh-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/libmesh-users > ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports.http://sdm.link/zohodev2dev _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
