forked from trixi-framework/Trixi.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Io simulations #17
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
Open
amrueda
wants to merge
141
commits into
main
Choose a base branch
from
io_simulations
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Io simulations #17
Conversation
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
…ombined, and the different meshes
Co-authored-by: Hendrik Ranocha <[email protected]>
Co-authored-by: Joshua Lampert <[email protected]>
Co-authored-by: Hendrik Ranocha <[email protected]>
…mework#2505) * example linear newton krylov * Nonlinear example * comment * Update test/Project.toml * Update test/Project.toml * check different sciml * v * v * v * v * v * v * v * v * v * v * Update test/Project.toml * Update Project.toml * ci * compat * v * v * v * v * v * v * Update test/Project.toml Co-authored-by: Joshua Lampert <[email protected]> * Update test/Project.toml Co-authored-by: Joshua Lampert <[email protected]> * Update test/Project.toml * Update test/Project.toml * Update test/test_parabolic_2d.jl * up * Update test/test_parabolic_2d.jl * Update test/test_parabolic_2d.jl * tolerances * ci vals * ode solver tols * Update test/test_parabolic_2d.jl --------- Co-authored-by: Joshua Lampert <[email protected]> Co-authored-by: Hendrik Ranocha <[email protected]>
* uType <: AbstractVector for code verbosity * revert for ssp --------- Co-authored-by: Hendrik Ranocha <[email protected]>
Co-authored-by: Joshua Lampert <[email protected]> Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joshua Lampert <[email protected]>
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.34.0 to 1.35.7. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.34.0...v1.35.7) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.35.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joshua Lampert <[email protected]> Co-authored-by: Hendrik Ranocha <[email protected]>
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joshua Lampert <[email protected]> Co-authored-by: Daniel Doehring <[email protected]> Co-authored-by: Hendrik Ranocha <[email protected]>
…atrixColorings` (trixi-framework#2532) * Elixir for implicit solver using sparse jacobian * Docstring for new semidiscretize * PR comments * Making the hacks into an extension * Apply suggestions from code review * work * packages * reduce time * work * use sparse ode * comment * be more explicit * try nonlinear * comment * comment * exchange solver * work * comment * comments * comment * rename * comments * Moving the ext back into the elixirs * Adding CI test * Adding CI test for implicit_sparse_jacobian elixir * Update examples/tree_1d_dgsem/elixir_euler_convergence_implicit_sparse_jacobian.jl * Update examples/tree_1d_dgsem/elixir_euler_convergence_implicit_sparse_jacobian.jl * Apply suggestions from code review * Update examples/tree_2d_dgsem/elixir_advection_implicit_sparse_jacobian.jl * comments on constant jacs * move dir * comment * order * restart file * Apply suggestions from code review * compat * remove redundant comments * Elixir for implicit solver using sparse jacobian * Docstring for new semidiscretize * PR comments * Making the hacks into an extension * Apply suggestions from code review * work * packages * reduce time * work * use sparse ode * comment * be more explicit * try nonlinear * comment * comment * exchange solver * work * comment * comments * comment * rename * comments * Moving the ext back into the elixirs * Adding CI test * Adding CI test for implicit_sparse_jacobian elixir * CI tests for both * Other 2 CI tests * Uncomment commented tests and delete 1D convergence_implicit elixir * Replace the test that I accidentally overwrote * Unit test * Update test/test_unit.jl * Update Project.toml * Update examples/tree_2d_dgsem/elixir_advection_implicit_sparse_jacobian.jl * Update examples/tree_2d_dgsem/elixir_advection_implicit_sparse_jacobian.jl * revisit * unit test * repeat comment * linear structure * fmzt * fix unit test * Apply suggestions from code review * Spellcheck * Update examples/tree_2d_dgsem/elixir_advection_implicit_sparse_jacobian.jl * comment * add sparse arrays * try module * rm * try more specific overload * simplify * v * v * Update examples/structured_2d_dgsem/elixir_euler_convergence_implicit_sparse_jacobian.jl Co-authored-by: Marco Artiano <[email protected]> * Update examples/structured_2d_dgsem/elixir_euler_convergence_implicit_sparse_jacobian.jl * Update examples/structured_2d_dgsem/elixir_euler_convergence_implicit_sparse_jacobian.jl * Update examples/tree_2d_dgsem/elixir_advection_implicit_sparse_jacobian.jl * correct comment * simplify * kwargs * adapt * shorten * Update examples/tree_2d_dgsem/elixir_advection_implicit_sparse_jacobian_restart.jl * fmt * simplify * try different warning * warning * test * up * revert * move comment * compat * v * v * v * try plots * v * Update test/Project.toml * module replace * typo * error tol * switch spars detec backend * fmt * clean up * simplify * test no colorvec * add finite diff * typo * docs * add * fmt * correct type * test non-including finite diff * bring back * fix * ext * typo * reduce docs deps * red project * shorten * typo * comment * com * weak dep * Update examples/tree_2d_dgsem/elixir_advection_implicit_sparse_jacobian_restart.jl * Apply suggestions from code review * mention * Apply suggestions from code review Co-authored-by: Hendrik Ranocha <[email protected]> * Apply suggestions from code review Co-authored-by: Hendrik Ranocha <[email protected]> * tspan * shorten * Apply suggestions from code review Co-authored-by: Hendrik Ranocha <[email protected]> * comment * import * Update test/test_structured_2d.jl * fmt * Update docs/literate/src/files/differentiable_programming.jl Co-authored-by: Hendrik Ranocha <[email protected]> * comments * Update src/semidiscretization/semidiscretization.jl Co-authored-by: Hendrik Ranocha <[email protected]> * Apply suggestions from code review Co-authored-by: Hendrik Ranocha <[email protected]> --------- Co-authored-by: Steve <[email protected]> Co-authored-by: Marco Artiano <[email protected]> Co-authored-by: Hendrik Ranocha <[email protected]>
* Single out `u_mean` computation into function * revisit * shorten * fmt * shorten * debug * Update src/callbacks_stage/positivity_zhang_shu_dg1d.jl Co-authored-by: Hendrik Ranocha <[email protected]> * re-order * node_vol * mesh type respect * real for treemesh * fix * Update src/callbacks_stage/positivity_zhang_shu_dg1d.jl Co-authored-by: Benjamin Bolm <[email protected]> * refactor * comment * Apply suggestions from code review Co-authored-by: Hendrik Ranocha <[email protected]> --------- Co-authored-by: Hendrik Ranocha <[email protected]> Co-authored-by: Benjamin Bolm <[email protected]>
* small refactor kennedy gruber * fix
Currently the julia code is not being rendered correctly. Hopefully this fixes it. https://trixi-framework.github.io/TrixiDocumentation/stable/heterogeneous/#Example
…compat) (trixi-framework#2512) * CompatHelper: bump compat for DataStructures to 0.19, (keep existing compat) * Update Project.toml * Update Project.toml --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Joshua Lampert <[email protected]> Co-authored-by: Hendrik Ranocha <[email protected]>
* Yet another docu formatting * fix
* Finally x code blocks in list :crossed-fingers: * Single space after numbers
* Subsonic boundary treatment for constant state * Add Section number, following Andrew's suggestion * Suggestion from Daniel * Apply suggestions from code review Co-authored-by: Daniel Doehring <[email protected]> * Update examples/tree_2d_dgsem/elixir_euler_subsonic_constant.jl * Update examples/tree_2d_dgsem/elixir_euler_subsonic_constant.jl --------- Co-authored-by: Daniel Doehring <[email protected]>
…rixi-framework#2562) * Clarify `direction` instead of `normal_direction` for `TreeMesh` BCs * Update examples/tree_1d_dgsem/elixir_burgers_shock.jl Co-authored-by: Arpit Babbar <[email protected]> * Update examples/tree_1d_dgsem/elixir_burgers_rarefaction.jl --------- Co-authored-by: Arpit Babbar <[email protected]>
* Schulz-Rinne (2D) Riemann Problem * work * p * comment * clean up * clean up * hllc comment * comment * improve comment * Update examples/tree_2d_dgsem/elixir_euler_riemannproblem_quadrants_amr.jl Co-authored-by: Arpit Babbar <[email protected]> * cfl * cfl increase * correct signature --------- Co-authored-by: Arpit Babbar <[email protected]>
* `PlotData2D` for coupled semidiscretization * Update src/visualization/types.jl --------- Co-authored-by: Simon Candelaresi <[email protected]>
* add comment to new subsonic elixir * add comments to other new elixir * remove Trixi.flux * duplicate --------- Co-authored-by: Daniel Doehring <[email protected]>
* Hard-coded scalar scalar advection equation * db
* Examples with IMEX integrator * imex * revisit * mention imex * main project toml * shorten test * version * Update test/Project.toml * Update test/Project.toml * Update test/Project.toml * Update test/Project.toml * Update test/Project.toml * Update test/Project.toml * Update test/test_parabolic_1d.jl * Apply suggestions from code review Co-authored-by: Hendrik Ranocha <[email protected]> --------- Co-authored-by: Hendrik Ranocha <[email protected]>
* use all macros provided by TrixiTest * bump TrixiBase version * add import Trixi * replace test_nowarn_mod by trixi_test_nowarn * replace @test_nowarn_mod trixi_include by @test_trixi_include * unified use of EXAMPLES_DIR * fmt * temporarily swtich to branch of TrixiTest * lots of local usings * get sources right * compat for TrixiTest * use escaped version as in TrixiTest * switch to branch in CI * use reexported SVector * fix url * both test and main project? * no * fix * try deving * path keyword * without cache and buildpkg * yet another try * some fixes * next * fmt * fixes * Trixi.jl maxiters warning * fix * try 1.11 and sources * fix sources * fixes * fmt * ugly workaround for @unpack macro * Apply suggestions from code review Co-authored-by: Hendrik Ranocha <[email protected]> * compat bound from TrixiBase.jl * yet another EXAMPLES_DIR * use native unpack syntax * adapt new test --------- Co-authored-by: Joshua Lampert <[email protected]> Co-authored-by: Hendrik Ranocha <[email protected]>
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.
No description provided.