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)
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)