Skip to content

Commit 0692117

Browse files
committed
Renaming the jacobiMethodScript.js file to jacobiSolver.js
1 parent 6474c3a commit 0692117

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/FEAScript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// Website: https://feascript.com/ \__| //
1010

1111
// Internal imports
12-
import { jacobiMethod } from "./methods/jacobiMethodScript.js";
12+
import { jacobiMethod } from "./methods/jacobiSolver.js";
1313
import { assembleSolidHeatTransferMat } from "./solvers/solidHeatTransferScript.js";
1414
import { basicLog, debugLog, errorLog } from "./utilities/loggingScript.js";
1515

tests/unit/jacobiMethod.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Run: node tests/unit/jacobiMethod.test.js
1212
*/
1313

14-
import { jacobiMethod } from "../../src/methods/jacobiMethodScript.js";
14+
import { jacobiMethod } from "../../src/methods/jacobiSolver.js";
1515

1616
let passed = 0;
1717
let failed = 0;

0 commit comments

Comments
 (0)