Open Issues Need Help
View All on GitHubAI Summary: Refactor the C++, Python, and potentially Cubit/Gmsh scripts within the 'sweeps' project to remove all hardcoded paths containing '/Users/caleb', replacing them with relative paths using project-specific variables (e.g., SRC_HOME in C++) or file-relative paths in Python. The goal is to make the code more portable and less reliant on a specific user's system configuration.
This is a research code investigating techniques to create coarse hex layouts for fitting multipatch B-splines to be used in isogeometric analysis.