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

Update 1D advection equation to work for multiple u and flux #74

Merged
merged 14 commits into from
Dec 10, 2017

Conversation

amanabt
Copy link
Member

@amanabt amanabt commented Dec 9, 2017

Till commit 28bbf6b in master the 1D advection solver only allows us to evolve 1 advection at a time. This PR will allow it to solve multiple equations simultaneously.

Some of the new jupyter notebooks related to 1D Maxwell's equations might not work because they
need the flux_x function to be changed.

  • Documentation checked
  • Unit tests passing

…) for flux to b_vector. This has to be changed for different cases.
- Documentation written.
- Unit tests passing.
- Throughly tested for both options of volume integral calculation for different values of c in both directions.
@coveralls
Copy link

Coverage Status

Changes Unknown when pulling d796786 on amanabt:advection_1d_multiple_u into ** on QuazarTech:master**.

@amanabt amanabt merged commit 4021382 into QuazarTech:master Dec 10, 2017
@amanabt amanabt deleted the advection_1d_multiple_u branch December 10, 2017 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants