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
This will permanently install the _ImportMesh_ package to `$UserBasePacletsDirectory`.
30
+
This will permanently install the _ImportMesh_ package to `$UserBasePacletsDirectory`.
29
31
To update the documentation it may be necessary to restart Mathematica.
30
-
Mathematica will always use the latest installed version of package and all installed versions
32
+
Mathematica will always use the latest installed version of package and all installed versions
31
33
can be enumerated by evaluating `PacletFind["ImportMesh"]`.
32
34
You can get more detailed information about the package with `PacletInformation["ImportMesh"]`.
33
35
All versions can be uninstalled with:
@@ -36,11 +38,12 @@ All versions can be uninstalled with:
36
38
PacletUninstall["ImportMesh"]
37
39
```
38
40
39
-
Alternately load the package directly from online repository by running `Get["https://raw.githubusercontent.com/c3m-labs/ImportMesh/master/ImportMesh.wl"]`.
41
+
Alternately load the package directly from online repository by running
There are also functions in the ``"`Package`"`` subcontext that implement `ImportMesh`.
59
-
Similarly, support is added for `Import` registration, so it is possible to import a file as an`"ElementMesh"` and get it to work as expected.
60
-
For example:
61
+
There are also functions in the ``"`Package`"`` subcontext that implement `ImportMesh`.
62
+
Similarly, support is added for `Import` registration, so it is possible to import a file as an
63
+
`"ElementMesh"` and get it to work as expected. For example:
61
64
62
65
```mathematica
63
66
@@ -119,10 +122,11 @@ More information on how to manipulate and visualize `ElementMesh` objects is ava
119
122
120
123
## Contributions
121
124
122
-
Contributions to ImportMesh package are very welcome. You can open a [new issue](https://github.com/c3m-labs/ImportMesh/issues/new) with bug report or feature request.
125
+
Contributions to ImportMesh package are very welcome.
126
+
You can open a [new issue](https://github.com/c3m-labs/ImportMesh/issues/new) with bug report or feature request.
123
127
124
128
These are some things you can help with:
125
129
126
-
- Test package with different mesh files
127
-
- Provide sample mesh files from other, not yet supported, software
128
-
- Propose code improvements (style or performance)
130
+
- Test package with different mesh files
131
+
- Provide sample mesh files from other, not yet supported, software
132
+
- Propose code improvements (style or performance)
0 commit comments