Skip to content

Commit 9a474c7

Browse files
committed
Re-organize folder stucture. Import math dependency only at the mathjsLUSolver.js file. Add CONTRIBUTORS.md
1 parent 09d148e commit 9a474c7

39 files changed

Lines changed: 321 additions & 349 deletions

File tree

CONTRIBUTORS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Contributors
2+
3+
(alphabetical order)
4+
5+
- [Akhilesh Tiwari](https://github.com/silky-x0)
6+
- [Edoardo R](https://github.com/Ed6003)
7+
- [Felipe Ferrari](https://github.com/ferrari212)
8+
- [Nikolaos Chamakos](https://www.npmjs.com/~nikoscham)
9+
- [Priyank Bansal](https://github.com/Stu-ops)
10+
- [sridhar-mani](https://github.com/sridhar-mani)

dist/feascript-worker.esm.js

Lines changed: 33 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/feascript-worker.esm.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/feascript.cjs.js

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/feascript.cjs.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/feascript.esm.js

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/feascript.esm.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/feascript.umd.js

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/feascript.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/creepingFlowScript/lidDrivenCavity2DCreepingFlow/lidDrivenCavity2DCreepingFlow.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
* ════════════════════════════════════════════════════════════════
88
*/
99

10-
// Import Math.js
11-
import * as math from "mathjs";
12-
global.math = math;
13-
1410
// Import FEAScript library
1511
import { FEAScriptModel, printVersion } from "feascript";
1612

0 commit comments

Comments
 (0)