Skip to content

Commit 4ac3cad

Browse files
committed
Fix merge conflict in README
2 parents 0bceb6c + 7a31ad5 commit 4ac3cad

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
# ImportMesh
22
Utilities for importing FEM meshes to Mathematica. Currently supported file formats:
33

4-
- .inp (Hypermesh / Abaqus)
4+
- .inp ([Hypermesh](https://www.altairhyperworks.com/product/HyperMesh) / Abaqus)
55
- .mes ([Elfen](http://www.rockfieldglobal.com/))
66
- .msh ([Gmsh](http://gmsh.info/))
77
- .mphtxt ([Comsol](https://www.comsol.com/))
88

99
## Installation
1010

11-
Download `ImportMesh.wl` file and place it to the folder that you get by evaluating
12-
`SystemOpen@FileNameJoin[{$UserBaseDirectory, "Applications"}]` in Mathematica.
11+
Download `ImportMesh.zip` file from [the releases page](https://github.com/c3m-labs/ImportMesh/releases) and extract it to the folder that you get by evaluating
12+
`SystemOpen@FileNameJoin[{$UserBaseDirectory, "Applications"}]` in Mathematica. Then load the package by evaluating ``Get["ImportMesh`"]``.
1313

1414
## Usage
1515

16-
Evaluate:
16+
The only (currently) avaliable function is `ImportMesh`. It creates `ElementMesh` object from a text file:
1717

18-
Get["ImportMesh`"]
19-
20-
mesh=ImportMesh["path/to/your_mesh_file"]
18+
mesh=ImportMesh["path/to/your_mesh_file"];
19+
mesh["Wireframe"]
2120

2221
![screenshot](https://i.imgur.com/OpzA8J5.png "Quad mesh")
2322

0 commit comments

Comments
 (0)