gridap / Tutorials

Start solving PDEs in Julia with Gridap.jl
MIT License
124 stars 41 forks source link

Adds unfitted Poisson tutorial #158

Closed ericneiva closed 1 year ago

ericneiva commented 1 year ago

Hi, I thought we could add to this repo the unfitted Poisson tutorial we have in JourneeGridap2022. Let me know what you think of it.

ericneiva commented 1 year ago

Hello, @fverdugo, let me know what you think of this PR whenever you have some time :)

ericneiva commented 1 year ago

Hi, @fverdugo,

This PR is now ready for merge.

However, MPI tests fail. I think it's related to PartitionedArrays. If I downgrade to 0.2.11 tests pass.

Do you or @amartinhuertas have any idea how to fix this?

amartinhuertas commented 1 year ago

Do you or @amartinhuertas have any idea how to fix this?

Hi @ericneiva ... can you please remove the deprecated warnings as @JordiManyer did here in this PR with GridapDistributed.jl:

https://github.com/gridap/GridapDistributed.jl/pull/104/files ?

If am not wrong, after doing this, the error should disappear.

ericneiva commented 1 year ago

If am not wrong, after doing this, the error should disappear.

Indeed. Thanks, @amartinhuertas.

If there are no other comments, this PR is ready for merge.