An open API service indexing awesome lists of open source software.

https://github.com/wolframresearch/distmesh


https://github.com/wolframresearch/distmesh

distmesh wolfram-language

Last synced: 6 days ago
JSON representation

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/

[![View notebooks](https://www.wolframcloud.com/objects/user-fcd49e54-a538-4c96-b83c-283763b842da/dev/WDV/badge2.png)](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.