You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`"]``.
13
13
14
14
## Usage
15
15
16
-
Evaluate:
16
+
The only (currently) avaliable function is `ImportMesh`. It creates `ElementMesh` object from a text file:
0 commit comments