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

How to check the full(DerivativeOperators) in MethodOfLines #344

Open
DSDS-CMHL opened this issue Dec 7, 2023 · 0 comments
Open

How to check the full(DerivativeOperators) in MethodOfLines #344

DSDS-CMHL opened this issue Dec 7, 2023 · 0 comments
Labels
question Further information is requested

Comments

@DSDS-CMHL
Copy link

I am developing my shallow water equation solver, which adds the motion of the entire fluid domain as a boundary condition to the equation system. And a Boussinesq aprouch is used for solving the pde, so maybe it's difficult to write the equation just like a HeatTransfer Eq. Therefore, I only hope to obtain the spatial discretization coefficient matrix of the non-uniform grid for calculating the derivative of the velocity potential in two spatial directions x and y.

https://www.youtube.com/watch?v=okGybBmihOE
I learned from this video that DiffEqOperators can gives the DerivativeOperators(Matrix) , But DiffEqOperators.jl is being abandoned,So how can I output the Matrix using MethodOfLines.

@DSDS-CMHL DSDS-CMHL added the question Further information is requested label Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant