Skip to content

Commit 99a0fe3

Browse files
committed
Disable polyfill
1 parent 42a6d58 commit 99a0fe3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2023-12-01-finite-element-method-notes.markdown

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

10-
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
10+
<!-- <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> -->
1111
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
1212

1313
The finite element method is a discretization technique that can utilize a computational mesh to approximate the solution of a partial differential equation. Basic concepts of the finite element method are described below.

0 commit comments

Comments
 (0)