Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 351 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 351 Bytes

Femutils.jl

Parsing and plotting meshes

This is an attempt to use meshes of the Fenics Project's XML format with the JuAFEM framework.

The goal is to be able to do this:

grid = import_mesh("path/mesh.xml")
plot(grid)