-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove obsolete code generation for periodic case.
This is not needed anymore, because the code that is generated for the non-periodic case also works for a periodic domain. Moreover, the old special code was inefficient, not well tested, and it was not working if the spline degree was not the same along all directions. To verify that the periodic case is treated properly, a unit test is added: 2D Poisson's equation on a unit circle, with periodic BCs along the theta direction, homogeneous Dirichlet BC at r=1, and different spline degrees along r and theta.
- Loading branch information
Showing
3 changed files
with
45 additions
and
99 deletions.
There are no files selected for viewing
Binary file not shown.
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