Jump to content

MoFEM JosePH: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Likask (talk | contribs)
mNo edit summary
Likask (talk | contribs)
No edit summary
Line 9: Line 9:
}}
}}


[https://bitbucket.org/likask/mofem-joseph/wiki/Home '''MoFEM'''] (Mesh Oriented Finite Element Method) is an open source finite element analysis code developed and maintained at [[University of Glasgow]], tailored for the solution of multi-physics problems with arbitrary levels of approximation, different levels of mesh refinement and optimised for high-performance computing. MoFEM is the blend of the <ref>[[Boost (C++ libraries)]]</ref> MultiIndex containers, [https://trac.mcs.anl.gov/projects/ITAPS/wiki/MOAB MOAB] (Mesh Oriented Database) and <ref>[[PETSc]]</ref> (Portable, Extensible Toolkit for Scientific Computation). MoFEM is developed in [[C++]] and it is open-source software under the GNU Lesser General Public License ([[GPL]]).
[https://bitbucket.org/likask/mofem-joseph/wiki/Home '''MoFEM'''] (Mesh Oriented Finite Element Method) is an open source finite element analysis code developed and maintained at [[University of Glasgow]], tailored for the solution of multi-physics problems with arbitrary levels of approximation, different levels of mesh refinement and optimised for high-performance computing. MoFEM is the blend of the [[Boost (C++ libraries)]] MultiIndex containers, [https://trac.mcs.anl.gov/projects/ITAPS/wiki/MOAB MOAB] (Mesh Oriented Database) and [[PETSc]] (Portable, Extensible Toolkit for Scientific Computation). MoFEM is developed in [[C++]] and it is open-source software under the GNU Lesser General Public License ([[GPL]]).


== History ==
== History ==

Revision as of 18:29, 11 December 2013

MoFEM JosePH
Operating systemLinux, Unix, Mac OS X
Available inC++
TypeScientific simulation software
LicenseGNU Lesser General Public License
Websitehttps://bitbucket.org/likask/mofem-joseph/wiki/Home

MoFEM (Mesh Oriented Finite Element Method) is an open source finite element analysis code developed and maintained at University of Glasgow, tailored for the solution of multi-physics problems with arbitrary levels of approximation, different levels of mesh refinement and optimised for high-performance computing. MoFEM is the blend of the Boost (C++ libraries) MultiIndex containers, MOAB (Mesh Oriented Database) and PETSc (Portable, Extensible Toolkit for Scientific Computation). MoFEM is developed in C++ and it is open-source software under the GNU Lesser General Public License (GPL).

History

The first version was created in 2008 by Lukasz Kaczmarczyk[1], it was named YaFFEMs. In 2013 it was rewritten and named MoFEM JosePH.

License

MoFEM is free, open source software, released under the GNU Lesser General Public License as published by the Free Software Foundation. [2]

References