https://github.com/wolframresearch/distmesh
https://github.com/wolframresearch/distmesh
distmesh wolfram-language
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wolframresearch/distmesh
- Owner: WolframResearch
- License: gpl-2.0
- Created: 2015-10-27T12:57:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T06:30:46.000Z (over 7 years ago)
- Last Synced: 2025-02-02T18:25:22.451Z (11 months ago)
- Topics: distmesh, wolfram-language
- Language: Mathematica
- Size: 657 KB
- Stars: 19
- Watchers: 19
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## DistMesh - Wolfram Language Implementation
DistMesh has been merged into [FEMAddOns](https://github.com/WolframResearch/FEMAddOns). Please use [FEMAddOns](https://github.com/WolframResearch/FEMAddOns) from now on, especially pull request, fixes etc should be made against [FEMAddOns](https://github.com/WolframResearch/FEMAddOns).
#### Copyright (c) 2015 Wolfram Research, Inc. All rights reserved.
Author: Oliver Ruebenkoenig
This software is based on the work of Per-Olof Persson and Gilbert
Strang: http://persson.berkeley.edu/distmesh/
[](https://www.wolframcloud.com/objects/user-fcd49e54-a538-4c96-b83c-283763b842da/dev/WDV/wdv_api?user=WolframResearch&repo=DistMesh&branch=master)
### Introduction
This is a Wolfram Language port of [*DistMesh*](http://persson.berkeley.edu/distmesh/) and licensed under GPL v2.0
### Installation
These are source files to build the *DistMesh* project.
- In Workbench (WB): File > Import
Choose Git > Projects from Git > Local and add the git URI
- To build the project go to: *DistMesh* > `PacletInfo.m`
- At the bottom > Open Application tools.
- Choose Project: *DistMesh*
- Press: Build
- for the documentation once that is done (you may need to set up Wolfram Language in WB): Choose *Archive* and press *Deploy Application*. This will generate a `DistMesh.zip` which you can import in *Mathematica*.
- To install the `DistMesh.zip` file: Open *Mathematica*, choose File > Install, select Application and navigate to `DistMesh.zip`. You may need to restart *Mathematica* for the documentation to work.
- ``Needs["DistMesh`"]`` will load the package.
### Versions
1.0
### User Guide
Once the package is installed, open up the documentation in the *Mathematica* help menu and search for *DistMesh*.
### Implementation
Is discussed at the original web page.
### Testing
None.
### Related Resources
None.