-
Notifications
You must be signed in to change notification settings - Fork 252
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
[OptApp] Add filtering factory #12142
Conversation
…eate_filtering_factory
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! good work, thnx!
applications/OptimizationApplication/tests/test_OptimizationApplication.py
Outdated
Show resolved
Hide resolved
applications/OptimizationApplication/tests/filtering/explicit_filters_tests.py
Show resolved
Hide resolved
applications/OptimizationApplication/python_scripts/filtering/explicit_vertex_morphing.py
Show resolved
Hide resolved
applications/OptimizationApplication/custom_utilities/filtering/filter_function.cpp
Outdated
Show resolved
Hide resolved
applications/OptimizationApplication/custom_utilities/filtering/filter_function.cpp
Outdated
Show resolved
Hide resolved
…g/filter_function.cpp Co-authored-by: IAntonau <igor.antonov92@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good to go
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Suneth,
Since there are major changes, some time needed to review all changes.
Tnx.
Closing in favor of #12201 |
📝 Description
This PR adds filtering factory which can be used among any controller. At the moment, this only supports explicit filters. The support for implicit filters will be done in a seperate PR.
This also fixes some of the problems in the filter functions. Following figure shows the fixed filter kerenels.

🆕 Changelog