Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improving SurfaceFinder::Find_full_hypersurface_3D method #216

Open
hmehryar opened this issue Jul 24, 2024 · 1 comment · Fixed by #214
Open

Improving SurfaceFinder::Find_full_hypersurface_3D method #216

hmehryar opened this issue Jul 24, 2024 · 1 comment · Fixed by #214
Assignees
Labels
enhancement New feature or request

Comments

@hmehryar
Copy link
Collaborator

hmehryar commented Jul 24, 2024

ToDo

  1. Memory Management:
  2. Code Modularity:
  3. Documentation:
@hmehryar
Copy link
Collaborator Author

Key Changes

  1. Memory Management:
  • Replaced raw pointers with std::array for managing the cube data structure.
  • Utilized std::make_unique for creating the Cornelius object.
  1. Code Modularity:
  • Broke down the original method into smaller helper functions:
    • process_time_step
    • process_x_plane
    • process_y_plane
    • process_surface_elements
  1. Documentation:
  • Added detailed Doxygen comments for each method.

  • New Helper Functions

    • process_time_step
    • process_x_plane
    • process_y_plane
    • process_surface_elements

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants