Alberto F. Martin

Results 74 comments of Alberto F. Martin

> Hav't included a test, as I ll then have to include the .msh file as well, or may be I can add a test to GridapGmsh.jl pakcage, which ever...

> (get_cell_points(dΩ) === get_cell_points(dΩ) is not satisfied). How can it be that this condition is not satistied? Isn't dΩ the same object in your comment?

> I tried building UnstructuredDiscreteModel on top of CartesiandDiscreteModel but it doesn't fail in that case. I ll try out manual building and get back Don't use the example provided...

> Where should I put the below test? GridapTests? Yes. Let us put it in that directory. `issue_905.jl` file.

Hi @HelgeGehring ! FYI ... in the following PR: https://github.com/gridap/Gridap.jl/pull/577 I introduced a set of misc changes to support RT FEs on general manifolds. I do not have time now...

On a related note, which we do not have to solve in this PR ... For mixed meshes, I think we are going to have a similar problem, as the...

> We discussed it, and we ended up agreeing that we will probably have to remove most template parameters from the RefinementRule structure in order to not have problems with...

> What do you think? I agree. It seems a design choice. However, I am not totally sure which is the final motivation behind such design choice. Is this because...

> When I come back Ill have a look at this and see if we can make the whole implementation more compact/coherent. But I do think you have a point....