-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The tests in the targets `spline_quadrature_tests_xperiod_vx` and `spline_quadrature_tests_xnonperiod_vx` all rely on functions called `compute_error`. There are no namespaces to protect these functions so the compiler cannot distinguish between them when linking. As a result some of these functions (including the one for the Neumann quadrature) were not called. This has been fixed by adding anonymous namespaces. The Neumann test has also been fixed. The test case used was symmetric. As a result the errors were machine errors and convergence could not be observed. The new test case is a 5th degree polynomial.
- Loading branch information
1 parent
ad29aa5
commit 8a770db
Showing
3 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters