Skip to content

Commit ba7614c

Browse files
committed
Correct "finite element analysis (FEM)" to "finite element analysis (FEA)" for consistency in terminology
1 parent de2ca37 commit ba7614c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-04-04-javascript-for-scientific-computations.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags: [FEAScript, FEM, Galerkin, Numerical Methods, JavaScript]
88

99
## A Heretical Statement
1010

11-
Scientific computing has long been the domain of performance-heavy languages like C++ and Fortran. More recently, Python has gained traction, particularly in statistical analysis and machine learning. Yet, when it comes to computationally demanding tasks like finite element analysis (FEM), C++ and Fortran remain the standard.
11+
Scientific computing has long been the domain of performance-heavy languages like C++ and Fortran. More recently, Python has gained traction, particularly in statistical analysis and machine learning. Yet, when it comes to computationally demanding tasks like finite element analysis (FEA), C++ and Fortran remain the standard.
1212

1313
But what if JavaScript—a language originally designed for web development—could challenge this norm? At first glance, the idea sounds almost heretical. Can JavaScript truly handle scientific computing? Let's break it down from the ground up.
1414

0 commit comments

Comments
 (0)