Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
FEAScript
/
FEAScript-core
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
9
Star
44
Code
Issues
9
Pull requests
4
Discussions
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security
Insights
Commits
Branch selector
0.1.1
User selector
All users
Datepicker
All time
Commit History
Commits on May 22, 2025
Merge remote-tracking branch 'origin/dev'
nikoscham
committed
767da8a
Copy full SHA for 767da8a
Update import statements in README.md to use ESM version of FEAScript
nikoscham
committed
eb7eeed
Copy full SHA for eb7eeed
sync with dev branch (#26)
Show description for c556727
4 people
authored
c556727
Copy full SHA for c556727
Add publishConfig to package.json for public access
nikoscham
committed
21abdee
Copy full SHA for 21abdee
Update author and contributors information in package.json
nikoscham
committed
261a474
Copy full SHA for 261a474
Made the initial build for npm (#25)
Show description for b494dd5
4 people
authored
b494dd5
Copy full SHA for b494dd5
Commits on May 21, 2025
Add branching and workflow guidelines to CONTRIBUTING.md; update README for clarity in example usage
nikoscham
committed
2a18a9e
Copy full SHA for 2a18a9e
Commits on May 15, 2025
Add Gmsh example and .msh file. Update HeatConduction2DFinWorker and README for Gmsh support
nikoscham
committed
d8de704
Copy full SHA for d8de704
Commits on May 13, 2025
Rename detJacobian to tangentVectorLength for improved clarity
nikoscham
committed
cadaaf3
Copy full SHA for cadaaf3
Update mesh generation and GMSH reader to support quadratic elements and improve boundary element handling; adjust thermal boundary conditions for better Jacobian calculations; disable contour labe…
Show description for f4efb3f
nikoscham
committed
f4efb3f
Copy full SHA for f4efb3f
Commits on May 12, 2025
Enhance mesh generation and GMSH reader to support quadratic elements and improve nodal numbering mapping for quadrilateral elements
nikoscham
committed
015dec2
Copy full SHA for 015dec2
Remove debug logging from convection boundary conditions implementation for cleaner code
nikoscham
committed
eab0927
Copy full SHA for eab0927
Commits on May 9, 2025
Fixed a critical bug in thermal boundary conditions application where boundary physical tags (referenced as boundaryKey) were being incorrectly used to directly access boundarySides mapping. Update…
Show description for a11d466
nikoscham
committed
a11d466
Copy full SHA for a11d466
Commits on May 8, 2025
Update nodal numbering handling in mesh generation and enhance boundary element processing in GMSH reader - Still in debugging phase
nikoscham
committed
0812dd7
Copy full SHA for 0812dd7
Enhance boundary element handling in importGmshQuadTri function and fix nodal numbering remapping for quadrilateral elements
nikoscham
committed
ac09141
Copy full SHA for ac09141
Commits on May 7, 2025
Update findBoundaryElements() documentation
nikoscham
committed
d5b8c94
Copy full SHA for d5b8c94
Refine boundary element handling in gmshReaderScript. Still some tasks TODO
nikoscham
committed
bcec128
Copy full SHA for bcec128
Initialize boundary elements as arrays and update plotSolution to support mesh type parameter for better visualization
nikoscham
committed
fdb3e1d
Copy full SHA for fdb3e1d
Commits on May 6, 2025
Update imports in index.js and meshGenerationScript.js
nikoscham
committed
d52ee93
Copy full SHA for d52ee93
Fix logging message in assembleSolidHeatTransferMat for consistency
nikoscham
committed
e06950a
Copy full SHA for e06950a
Update mesh generation to support pre-parsed mesh data and improve logging for mesh size calculations
nikoscham
committed
7719d8c
Copy full SHA for 7719d8c
Commits on May 5, 2025
Refine mesh generation and Gmsh file handling. Clarifying usage in visualization functions
nikoscham
committed
6608afc
Copy full SHA for 6608afc
Enhance documentation and code clarity across multiple scripts by updating function descriptions, organizing imports, and improving formatting for better readability
nikoscham
committed
d2f75f8
Copy full SHA for d2f75f8
Commits on May 2, 2025
Rename gmshQuadReader to gmshReaderScript for naming consistency
nikoscham
committed
b679f4d
Copy full SHA for b679f4d
Add Heat Conduction Through a Wall example with HTML and README documentation
nikoscham
committed
aec298d
Copy full SHA for aec298d
Make geometry parameters optional when using mesh files
nikoscham
committed
1dc81ff
Copy full SHA for 1dc81ff
Commits on May 1, 2025
Clarify license description in README.md
nikoscham
committed
6fe3e90
Copy full SHA for 6fe3e90
Commits on Apr 30, 2025
Move GMSH file import example HTML to the FEAScript-website/tutorials
nikoscham
committed
a76e25f
Copy full SHA for a76e25f
Commits on Apr 29, 2025
Update copyright year in README.md
nikoscham
committed
31235f7
Copy full SHA for 31235f7
Update copyright year in LICENSE file
nikoscham
committed
cd872ef
Copy full SHA for cd872ef
Enhance thermal boundary conditions handling for 1D meshes by implementing convection type
nikoscham
committed
81c49ac
Copy full SHA for 81c49ac
Commits on Apr 28, 2025
Improve convection boundary conditions handling and perform nested array check for the line plot
nikoscham
committed
3a766fd
Copy full SHA for 3a766fd
Improve formatting in HeatConduction2DFin examples
nikoscham
committed
b2cc5a6
Copy full SHA for b2cc5a6
Commits on Apr 25, 2025
Implement 1D line plot in plotSolution function
nikoscham
committed
462a81c
Copy full SHA for 462a81c
Commits on Apr 24, 2025
Fix bugs in the nodal numbering generation for 1D meshes
nikoscham
committed
8ec0b9f
Copy full SHA for 8ec0b9f
Pagination
Previous
Next
You can’t perform that action at this time.