Skip to content

Commit 72ee9ba

Browse files
committed
Update meta description and introduction to clarify FEAScript's capabilities for both browser-based and server-side simulations
1 parent 9f0c7ec commit 72ee9ba

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

index.html

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
1818
<meta
1919
name="description"
20-
content="FEAScript is a lightweight, open-source JavaScript library for browser-based finite element simulations in physics, engineering, and computational mechanics."
20+
content="FEAScript is a lightweight, open-source JavaScript library for finite element simulations in both browser-based and server-side environments for physics, engineering, and computational mechanics."
2121
/>
2222
<meta
2323
name="keywords"
@@ -106,19 +106,19 @@ <h1>A JavaScript Finite Element Simulation Library</h1>
106106
<strong
107107
>FEAScript is a lightweight, open-source finite element simulation library developed in
108108
JavaScript</strong
109-
>. It allows users to create and run client-side, browser-based simulations for physics and
110-
engineering problems without requiring additional installations. FEAScript serves as an excellent tool
111-
for building interactive web applications and facilitates hands-on learning of computational mechanics
112-
by providing a versatile platform to explore and solve complex problems. Our goal is to democratize
113-
finite element analysis by making simulation capabilities accessible to everyone, everywhere.
109+
>. It allows users to create and run simulations for physics and engineering problems in both
110+
browser-based and server-side environments. FEAScript serves as an excellent tool for building
111+
interactive web applications and facilitates hands-on learning of computational mechanics by providing
112+
a versatile platform to explore and solve complex problems. Our goal is to democratize finite element
113+
analysis by making simulation capabilities accessible to everyone, everywhere.
114114
</p>
115115
</div>
116116

117117
<h2 id="gettingstarted"><a name="Getting Started"></a>Getting Started</h2>
118118
<p>
119-
FEAScript requires only a simple HTML page to operate. All simulations are executed locally in your
120-
browser, without the need for any cloud services. The entire workflow is performed using JavaScript
121-
objects directly in the HTML file.
119+
FEAScript is entirely implemented in pure JavaScript and can run in two environments: in the browser
120+
with a simple HTML page or via Node.js for server-side simulations. When running in the browser, all
121+
simulations are executed locally without the need for any cloud services.
122122
</p>
123123

124124
<p>There are two ways to create simulations with FEAScript:</p>
@@ -135,7 +135,6 @@ <h2 id="gettingstarted"><a name="Getting Started"></a>Getting Started</h2>
135135
</li>
136136
</ul>
137137

138-
<!-- New section: Latest Release and Roadmap -->
139138
<div class="highlight-container" style="margin-bottom: 1.5em">
140139
<p>
141140
<strong>Latest stable release:</strong>

0 commit comments

Comments
 (0)