Skip to content

Commit 55b17a3

Browse files
committed
Get the FEMAddOns (docu) build process to work.
1 parent eee721d commit 55b17a3

File tree

12 files changed

+904
-652
lines changed

12 files changed

+904
-652
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.project
2+
build

Contributing.md

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Contributing to Wolfram<sup>&reg;</sup>
2+
3+
Thank you for taking the time to contribute to the [Wolfram Research](https://github.com/wolframresearch) repos on GitHub.
4+
5+
## Licensing of Contributions
6+
7+
By contributing to Wolfram, you agree and affirm that:
8+
9+
> Wolfram may release your contribution under the terms of the [MIT license](https://opensource.org/licenses/MIT); and
10+
11+
> You have read and agreed to the [Developer Certificate of Origin](http://developercertificate.org/), version 1.1 or later.
12+
13+
Please see [License.md](License.md) for licensing conditions pertaining
14+
to individual repositories.
15+
16+
17+
## Bug reports
18+
19+
### Security Bugs
20+
21+
Please **DO NOT** file a public issue regarding a security issue.
22+
Rather, send your report privately to [email protected]. Security
23+
reports are appreciated and we will credit you for it. We do not offer
24+
a security bounty, but the forecast in your neighborhood will be cloudy
25+
with a chance of Wolfram schwag!
26+
27+
### General Bugs
28+
29+
Please use the repository issues page to submit general bug issues.
30+
31+
Please do not duplicate issues.
32+
33+
Please do send a complete and well-written report to us. Note: **the
34+
thoroughness of your report will positively correlate to our ability to address it**.
35+
36+
When reporting issues, always include:
37+
38+
* Your version of *Mathematica*<sup>&reg;</sup> or the Wolfram Language<sup>&trade;</sup>.
39+
* Your operating system.

FEMAddOns/DistMesh/Documentation/English/ReferencePages/Symbols/DistMesh.nb

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Cell["DistMesh`", "Categorization",
3232
CellLabel->"Context",
3333
CellID->468444828],
3434

35-
Cell["DistMesh/ref/DistMesh", "Categorization",
35+
Cell["FEMAddOns/ref/DistMesh", "Categorization",
3636
CellLabel->"URI"]
3737
}, Closed]],
3838

FEMAddOns/DistMesh/ReadmeDistMesh.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## DistMesh - Wolfram Language Implementation
2+
#### Copyright (c) 2015-2017 Wolfram Research, Inc. All rights reserved.
3+
4+
Author: Oliver Ruebenkoenig
5+
6+
This software is based on the work of Per-Olof Persson and Gilbert
7+
Strang: http://persson.berkeley.edu/distmesh/
8+
9+
### Introduction
10+
This is a Wolfram Language port of [*DistMesh*](http://persson.berkeley.edu/distmesh/) and licensed under GPL v2.0
11+
12+
### Installation
13+
See FEMAddOns Readme
14+
15+
### Versions
16+
1.0
17+
18+
### User Guide
19+
Once the package is installed, open up the documentation in the *Mathematica* help menu and search for *DistMesh*.
20+
21+
### Implementation
22+
Is discussed at the original web page.
23+
24+
### Testing
25+
None.
26+
27+
### Related Resources
28+
None.

0 commit comments

Comments
 (0)