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

Added std::optional MassMatrix() functions for Box, Cylinder & Sphere #538

Merged

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    807e25a View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Used py::overload_cast with py::const_ for MassMatrix functions in py…

    … bindings
    
    Signed-off-by: Jasmeet Singh <[email protected]>
    jasmeet0915 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    953c7f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Included <optional> in Cylinder, Sphere & Box headers

    Signed-off-by: Jasmeet Singh <[email protected]>
    jasmeet0915 committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    9d88ede View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Added unit tests for std::optional MassMatrix() for box, cylinder & s…

    …phere
    
    Signed-off-by: Jasmeet Singh <[email protected]>
    jasmeet0915 committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    22da159 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Added python tests for new MassMatrix() function for Box, sphere & Cy…

    …linder
    
    Signed-off-by: Jasmeet Singh <[email protected]>
    jasmeet0915 committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    114d39c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Included <optional> in detail Cylinder, Sphere & Box headers

    Signed-off-by: Jasmeet Singh <[email protected]>
    jasmeet0915 committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    9b4a83f View commit details
    Browse the repository at this point in the history