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

V2 project (hack_DC_TGV branch): implementation of Unit Tests #35

Open
pbartholomew08 opened this issue Apr 5, 2022 · 0 comments
Open
Milestone

Comments

@pbartholomew08
Copy link
Member

pbartholomew08 commented Apr 5, 2022

The aim is to be able to test automatically derivatives/interpolations/filters regularly (especially after an update of the code)

-UT for each first derivative subroutine in x y and z directions
-UT for each second derivative subroutine in x y and z directions
-UT for each interpolation subroutine in x y and z directions
-UT for each filter subroutine in x y and z directions
-UT for the Poisson solver

Each UT will have to work for all possible sets of boundary conditions. The idea is to define a cos or a sin function to be derived/interpolated, and compare the results with the analytical solution. An error threshold would have to be defined for automatic testing.

See other issue raised by Thibault for more information.

@pbartholomew08 pbartholomew08 added this to the v2 milestone Apr 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant