Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
/
Sign in
Sign up
Appearance settings
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
Open-RFlab
/
openemsh
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
2
Star
22
Code
Issues
5
Pull requests
3
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Complete OpenEMS CSX parser
- #36
#36
Merged
thomaslepoix
merged 27 commits into
main
Open-RFlab/openemsh:main
from
dev/complete-csx-parser
Open-RFlab/openemsh:dev/complete-csx-parser
Copy head branch name to clipboard
Jan 29, 2026
Conversation
Commits
27
(27)
Checks
Files changed
Merged
Complete OpenEMS CSX parser
#36
thomaslepoix
merged 27 commits into
main
Open-RFlab/openemsh:main
from
dev/complete-csx-parser
Open-RFlab/openemsh:dev/complete-csx-parser
Copy head branch name to clipboard
Commits
Commits on Jan 15, 2026
add /OpenEMSH/GlobalParams parser
thomaslepoix
committed
d4d8828
View commit details
Copy full SHA for d4d8828
Browse repository at this point
add Polygon Primitive parser
thomaslepoix
committed
6965386
View commit details
Copy full SHA for 6965386
Browse repository at this point
add Board::material for BackgroundMaterial
thomaslepoix
committed
7bfe07c
View commit details
Copy full SHA for 7bfe07c
Browse repository at this point
add --read-oemsh-params
thomaslepoix
committed
e666fb5
View commit details
Copy full SHA for e666fb5
Browse repository at this point
Commits on Jan 18, 2026
add Logger
thomaslepoix
committed
f1240ad
View commit details
Copy full SHA for f1240ad
Browse repository at this point
add warning for unsupported Primitives
thomaslepoix
committed
09ce3c0
View commit details
Copy full SHA for 09ce3c0
Browse repository at this point
add error when no /openEMS path in CSX file
thomaslepoix
committed
1382a35
View commit details
Copy full SHA for 1382a35
Browse repository at this point
Commits on Jan 22, 2026
add --integrate-old-mesh
thomaslepoix
committed
c42bfc3
View commit details
Copy full SHA for c42bfc3
Browse repository at this point
add --add-fixed-meshline and /OpenEMSH/FixedMeshlines path in CSX file
thomaslepoix
committed
12f3979
View commit details
Copy full SHA for 12f3979
Browse repository at this point
Commits on Jan 25, 2026
fix --add-fixed-meshline
thomaslepoix
committed
dab9812
View commit details
Copy full SHA for dab9812
Browse repository at this point
refactor : rm res_factor definitely but keep MLP::d=dmax/2 for now
thomaslepoix
committed
d5c75e1
View commit details
Copy full SHA for d5c75e1
Browse repository at this point
fix : add handling for ONELINE policies in ConflictColinearEdges & ConflictTooCloseMeshlinePolicies
thomaslepoix
committed
b3a26e1
View commit details
Copy full SHA for b3a26e1
Browse repository at this point
set default lmin to 2
thomaslepoix
committed
4bfe1bc
View commit details
Copy full SHA for 4bfe1bc
Browse repository at this point
Commits on Jan 26, 2026
add Sphere Primitive parser
thomaslepoix
committed
a9e9e3d
View commit details
Copy full SHA for a9e9e3d
Browse repository at this point
add Cylinder Primitive parser (orthogonal only)
thomaslepoix
committed
6a684d0
View commit details
Copy full SHA for 6a684d0
Browse repository at this point
Commits on Jan 28, 2026
add warning for unsupported Transformation
thomaslepoix
committed
23cb4f8
View commit details
Copy full SHA for 23cb4f8
Browse repository at this point
fix : only mesh ONELINE MeshlinePolicy when enabled
thomaslepoix
committed
406f034
View commit details
Copy full SHA for 406f034
Browse repository at this point
add Point Primitive parser
thomaslepoix
committed
b49b0df
View commit details
Copy full SHA for b49b0df
Browse repository at this point
add Curve Primitive parser
thomaslepoix
committed
9d8d287
View commit details
Copy full SHA for 9d8d287
Browse repository at this point
add MultiBox Primitive parser
thomaslepoix
committed
8b10f4e
View commit details
Copy full SHA for 8b10f4e
Browse repository at this point
parse Material subclasses (Dispersive, Debye, Lorentz, Disc) like Material
thomaslepoix
committed
cba9990
View commit details
Copy full SHA for cba9990
Browse repository at this point
fix : set infinite priority for Curve & Point Primitives
thomaslepoix
committed
8be064f
View commit details
Copy full SHA for 8be064f
Browse repository at this point
fix : avoid exceptions in openemsh target : std::stod() -> std::from_chars()
thomaslepoix
committed
d3ee5a2
View commit details
Copy full SHA for d3ee5a2
Browse repository at this point
add Polygon & unsupported Wire Primitives to test/shapes.csx
thomaslepoix
committed
7912d2c
View commit details
Copy full SHA for 7912d2c
Browse repository at this point
add Material::Type::PORT with infinite priority
thomaslepoix
committed
042baca
View commit details
Copy full SHA for 042baca
Browse repository at this point
fix Transformation detection & add warning for unsupported Properties (DumpBox, DiscMaterial, ResBox)
thomaslepoix
committed
bb7f116
View commit details
Copy full SHA for bb7f116
Browse repository at this point
refactor : fix some badsmells
thomaslepoix
committed
0f1bfb7
View commit details
Copy full SHA for 0f1bfb7
Browse repository at this point
You can’t perform that action at this time.