We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I wrote up the vorticity formulation Navier-Stokes example, I solved the Poisson problem using the default backslash operator for brevity.
However, for autodiff-related purposes, we should check that LinearSolve.jl can also be used.
Further, if improvements are made in either runtime or accuracy, the example should be updated to use it.
The text was updated successfully, but these errors were encountered:
lukem12345
No branches or pull requests
When I wrote up the vorticity formulation Navier-Stokes example, I solved the Poisson problem using the default backslash operator for brevity.
However, for autodiff-related purposes, we should check that LinearSolve.jl can also be used.
Further, if improvements are made in either runtime or accuracy, the example should be updated to use it.
The text was updated successfully, but these errors were encountered: