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

rm diffeqoperators #102

Closed
wants to merge 2 commits into from
Closed

rm diffeqoperators #102

wants to merge 2 commits into from

Conversation

vpuri3
Copy link
Member

@vpuri3 vpuri3 commented Feb 9, 2023

another downstream error from SciML/DiffEqBase.jl#870

@vpuri3
Copy link
Member Author

vpuri3 commented Feb 9, 2023

@xtalax can the brusselerator problem use MOL?

@vpuri3
Copy link
Member Author

vpuri3 commented Feb 9, 2023

const D_brusselator_u = CenteredDifference{Float64}(2, 2, 1 / (N_brusselator_1d - 1),
N_brusselator_1d)
const D_brusselator_v = CenteredDifference{Float64}(2, 2, 1 / (N_brusselator_1d - 1),
N_brusselator_1d)

@xtalax
Copy link
Member

xtalax commented Feb 9, 2023

yes, we have a bruss example in the tests

@xtalax
Copy link
Member

xtalax commented Feb 9, 2023

this should stay in the problem library though, important to keep examples around

@vpuri3
Copy link
Member Author

vpuri3 commented Feb 9, 2023

can we do it without DEO?

@vpuri3
Copy link
Member Author

vpuri3 commented Feb 9, 2023

let's remove the brusselator problem from this package temporarily. we should redo it with methodoflines.

@ChrisRackauckas
Copy link
Member

@xtalax
Copy link
Member

xtalax commented Feb 10, 2023

@vpuri3 vpuri3 closed this Feb 10, 2023
@vpuri3 vpuri3 deleted the deo branch February 10, 2023 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants