Open
Conversation
…he mesh from sem_setup.
this was a bug
rhs.jl improved for performance by small changes.
modified: Project.toml
modified: src/kernel/Adaptivity/Projection.jl
Clean up dependency list and use compat entry list to simplify installation
This commit prepares Jexpresso for registration in the Julia General Registry, which will allow users to install it with `add Jexpresso`. Changes: - Add Julia version compatibility (1.11) to Project.toml - Add compat bounds for all major dependencies - Create REGISTRATION.md with detailed registration instructions - Update INSTALLATION.md to explain current status and future install method - Update README.md to mention upcoming registry registration Once registered, users will no longer need to manually clone the repository and can instead use the standard Julia package manager to install Jexpresso. Fixes the issue where `add Jexpresso` resulted in package not found error.
…l-x6voA Fix Julia package installation for Jexpresso
1D diffusion construction is incorrect results in something similar to (du/dx)^2 instead of (d^2u/dx^2). Fix with proposed change.
…efinement with MPI, being tested
Update rhs.jl
correct the surface/segment integral for neumann bcs
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.
New pull request for Radiation with correct read me file.