We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7719d8c commit e06950aCopy full SHA for e06950a
src/solvers/solidHeatTransferScript.js
@@ -25,7 +25,7 @@ import { basicLog, debugLog } from "../utilities/loggingScript.js";
25
* - nodesCoordinates: Object containing x and y coordinates of nodes
26
*/
27
export function assembleSolidHeatTransferMat(meshConfig, boundaryConditions) {
28
- basicLog("Starting solid heat transfer matrix assembly");
+ basicLog("Starting solid heat transfer matrix assembly...");
29
30
// Extract mesh details from the configuration object
31
const {
0 commit comments