Inhomogeneous Dirichlet BC's implemented into test file advec_diffusion1 and fokkerplanck2_6p1_withLHS.#20
Open
Inhomogeneous Dirichlet BC's implemented into test file advec_diffusion1 and fokkerplanck2_6p1_withLHS.#20
Conversation
…n with asgard(fokkerplanck2_6p1_withLHS, 'implicit', true,'CFL', 'num_steps', 50, 1.0, 'lev', 4, 'deg', 4). BC implemented at termC1.
…in advec_diffusion1.m file. Run with asgard(advec_diffusion1,'implicit',true). fokkerplanck2_6p1_withLHS modified to include inhomogeneous Dirichlet BC's, but oscillates at p_max.
…orks for inhomogeneous BC's. Run with asgard(advec_diffusion1)
… at RHS for z-direction.
…scillations at p_max.
…scillations at p_max.
…S. Looking to resolve Dirichlet BC at small p_max. Looking at the influence of wavelet_to_realspace code in artificially moving fval_realspace to higher orders of magnitude.
…her error requirements for diffusion2.m using adaptivity
|
What is this PR for? Again, please put a WIP on it if it is not ready for review. |
Collaborator
Author
|
This puts in inhomogeneous BCs into the advection-diffusion style equations, particularly fokkerplanck2_6p1_withLHS. It should be ready. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Incorporating inhomogeneous Dirichlet BC into Advection-Diffusion problems. Created advec_diffusion1 with these inhomogeneous boundaries and implemented inhomogeneous BC's to fokkerplanck2_6p1_withLHS.