Commit Graph

23 Commits

Author SHA1 Message Date
321abd63bb Merge pull request #1 from tboudreaux/feature/kelvin
Generation of vacuum regions
2026-03-20 13:05:33 -04:00
b00a64309b docs(docs): updated docs for version v0.2.0 2026-03-20 13:02:09 -04:00
4a692c08f4 fix(stroid): exit properly after stroid -v
previously calling stroid -v would print the version but then continue on the default run case, now both -v and -d result in an immediate exit after their tasks are done
2026-03-20 13:01:38 -04:00
d4fa557c64 feat(tools): Added winding visualization
A simple python helper script has been added to aid developers in visualizing the winding order of vertices
2026-03-20 13:00:45 -04:00
9e7370a051 build(version): version bump v0.1.0 -> v0.2.0
This version brings proper support for external domains
2026-03-20 12:59:57 -04:00
83b20110d0 test(configs): include new config files for new tests 2026-03-20 12:59:24 -04:00
3aaaf9ee3d test(tests): tests for vacuum region
Test suite has been updated to include a much more robust suite of tools for validating mesh quality and mesh usability (including but not limited to things such as validating that integrating over a sphere provides the correct volume, that the mesh is confirming, and that no elements are inverted)
2026-03-20 12:59:07 -04:00
b24e0377f6 feat(src): Enabled Vacuume Region Generation
Stroid can now generate vacuume regions. These are confirming spheres marked with a seperate attribute that solver may then apply arbitrary mappings to. Further, the boundary of this region is also marked with a seperate boundary attrite allowing seperate boundary conditions to easily be applied.
2026-03-20 12:57:47 -04:00
475fce5fca build(package): fixed xatters issues
macos tar adds xattrs which prevent unpacking on linux. removed these
2026-01-31 11:39:00 -05:00
a3b63a68d1 build(package): added package script
package script auto generates release archive
2026-01-31 11:27:58 -05:00
6a8fcc0290 feat(release): added macos release script 2026-01-31 11:12:52 -05:00
2db3d6e666 fix(linux): fixed linux compilation 2026-01-31 10:39:55 -05:00
e5bfd54234 fix(build-check): removed c lang
C is not used, just C++, removed c checks
2026-01-31 10:14:28 -05:00
d19a5ae36d feat(build-check): added setup checks for stl compatibility
build-check checks for print and format headers from stl
2026-01-31 10:12:52 -05:00
38150e3a8d docs(docs): rebuilt docs 2026-01-31 10:09:46 -05:00
5d61d1d755 docs(readme): uninstall directions 2026-01-31 10:09:18 -05:00
5267456dd4 refactor(stroid): changed default mesh format from VTU to MFEM 2026-01-31 10:05:06 -05:00
bf7fa866f1 feat(stroid): improved CLI & fixed gcc bug
stroid now installs properly, has an improved CLI for outputting more formats, and can compile on clang and gcc
2026-01-31 10:00:54 -05:00
4842d2a609 docs(html): added html docs 2026-01-30 13:25:29 -05:00
9f1720e73c docs(docs): built docs 2026-01-30 13:22:23 -05:00
ce69b91fde feat(stroid): added command line and tests 2026-01-30 13:21:43 -05:00
58f59516ec feat(stroid): first working version
stroid generates o-grid topologies with proper boundary conditions applied. Currently the external domain does not work, this will be addressed in the next commit.
2026-01-30 08:59:34 -05:00
70fa469baa feat(stroid): initial commit 2026-01-27 07:18:18 -05:00