-
Notifications
You must be signed in to change notification settings - Fork 43
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
First draft/skeleton version of Poisson distributed tutorial #128
Conversation
BTW, with the sequential backend, one can have interactive simulations. We can take advantage of this to explain the tutorial step by step like the other ones. At the end, we can wrap the code in a function and launch it with mpi |
Ok, but this has to be in a different tutorial, right? Otherwise we cannot leverage GridapP4est.jl, GridapPETSc.jl, etc. |
Except for GridapP4est.jl, the rest should work (after implementing a couple of missing methods in GridapPETSc). Assuming unlimited resources (which are not), it would be interesting to do a first tutorial step by step to explain the main idea behind GridapDistributed (e.g. with a Cartesian grid and a direct solver), and then have other tutorials regarding meshing solvers etc. |
I have mentioned this in the present tutorial (while we dont have the detailed tutorial with sequential backend) |
I am pointing in the meantime into the |
I have completed all the pending tasks, only a final revision is needed from your side! |
Tests are passing now (even the MPI tutorials). It can be merged (subject to revision) |
GridapGmsh registered today (v0.6.0). |
Ok. Thanks for letting me know. #135 |
cc @oriolcg @fverdugo @santiagobadia
Work in progress (not ready to be merged). Pending:
GridapGmsh
). @fverdugoWe may merge even before completing the last task.