Open Issues Need Help
View All on GitHub Remove all hard coded paths about 1 month ago
AI 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.
Complexity:
3/5
good first issue
This is a research code investigating techniques to create coarse hex layouts for fitting multipatch B-splines to be used in isogeometric analysis.
C++
#isogeometric-analysis#meshing-algorithms#splines