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

Make separate script or function for the creation of the mapped function #150

Open
dgupta7 opened this issue Aug 28, 2024 · 0 comments
Open
Labels
enhancement New feature or request
Milestone

Comments

@dgupta7
Copy link
Collaborator

dgupta7 commented Aug 28, 2024

The function mapped over the mesh points in OCP_formulation.m can be created outside of OCP_formulation.m. Currently it is confusing since a lot of variables are declared in OCP_formulation.m just for the purpose of creating the mapped function, and not for actually solving the OCP So this part of the code can be move to separate script or function to improve clarity and readability.

@dgupta7 dgupta7 added the enhancement New feature or request label Aug 28, 2024
@Lars-DHondt-KUL Lars-DHondt-KUL added this to the low priority milestone Sep 20, 2024
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

No branches or pull requests

2 participants