Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "FEniCS"

(Created page with "== Attributes and Installation == [http://fenicsproject.org/index.html FEniCS] is a series of tools used in important problems with mesh generation and manipulation. Follow t...")
 
(Redirected page to FEniCS Support in ICE)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Attributes and Installation ==
+
#REDIRECT [[FEniCS Support in ICE]]
[http://fenicsproject.org/index.html FEniCS] is a series of tools used in important problems with mesh generation and manipulation.
+
Follow the instructions on the [http://fenicsproject.org/download/ download] page to install FEniCS. There are several dependencies for the full use of FEniCS which are installed for you using the install script or the Docker images.
+
 
+
== File formats ==
+
FEniCS uses Dolfin for an interface to mesh generation and manipulation, with a native Dolfin.xml format for meshes. It can convert between this format, the .mesh format, and .gmsh format. For visualization, Dolfin can export from its own XML format to .pvd VTK format, .dx OpenDX format, .m format, and .msh/.res format for GiD. Using Paraview, it is possible to visualize the Dolfin export using VTK format.
+
 
+
== Ease of Use ==
+
There is extensive user support for FEniCS and Dolfin, and a robust community to help. However, the installation process on Linux is not quick or easy if needed packages are not pre-installed. CMake can run into issues. There are also tons of packages and dependencies for compiling all of FEniCS.
+

Latest revision as of 14:09, 2 June 2016

Back to the top