-
Notifications
You must be signed in to change notification settings - Fork 13
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
Implementation of nonlinear diffusion acceleration #209
Conversation
…x storage and verifies angular equation type.
… boundary conditions to FrameworkHelper.
…function to enable recursive calls for NDA.
…e for nda when building.
Issues that will need to be addressed:
|
Codecov Report
@@ Coverage Diff @@
## dev #209 +/- ##
==========================================
- Coverage 98.60% 98.51% -0.09%
==========================================
Files 204 206 +2
Lines 4001 4050 +49
==========================================
+ Hits 3945 3990 +45
- Misses 56 60 +4
Continue to review full report at Codecov.
|
4ba7e61
to
1e0c73d
Compare
Check failed due to running out of travis credits. Closes #5. |
This pull requests implements nonlinear diffusion acceleration.
Nonlinear diffusion acceleration is a post-iteration sub-process of type
GetScalarFluxFromFramework
that uses a framework identical to the top level framework but uses the drift-diffusion formulation. The angular flux is provided by the top level angular solve.This also adds a multi-slab test problem from Picca 2016 for testing.