-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Summary
Ensure that Re::Solve can easily be called from a CFD application.
Rationale
Re::Solve has mostly been tested on linear systems extracted from solvers. We want to ensure it can be useful for production code.
Description
I suggest the following steps:
- Build Re::Solve and run the tests and examples on CPU and both GPUs.
- Extract systems from your CFD application in the format of the examples and benchmark and profile the different solvers for accuracy and run time. - This will help understanding the code and ensuring that the integration is useful.
- Integrate Re::Solve within your solver. Add additional interfaces to Re::Solve if it is necessary/useful. Test and profile the different solvers.
Additional information
@pelesh - feel free to add anything.