Oriol Colomés
Oriol Colomés
Moving here the issue from GridapODEs.jl (gridap/GridapODEs.jl#28)
Currently there are no $H^2$-conforming FE spaces, right? I see that there are Bezier reference FEs already implemented and I think that they can be used to generate spaces with...
Hi @fverdugo, there is an error in the algorithm for finding the cell where a given point lies for unstructured grids. This error is manifested when a point lies in...
Applying the `simplexify` function to a `CartesianDiscreteModel` with periodic boundary conditions results in an error.
I was going through the code in Assemblers.jl and I found that in https://github.com/gridap/Gridap.jl/blob/5d7252b51c0f43735e20d99e1d52c6ccab1e40f9/src/FESpaces/Assemblers.jl#L322 instead of `matvec` there should be `mat`. Otherwise `mat` does not have the Dirichlet values attached....
Hi @fverdugo, I did a quick check on the performance of the automatic differentiation for the static Stokes problem and I'm getting some results that do not correspond to what...
Here I'll put some issues that I'm facing on the implementation of a transient FSI tutorial, so I can track all the missing points. @fverdugo @santiagobadia feel free to add...
Hi @fverdugo , I added `issparse` function for `PSparseMatrix`. I need this development for the changes introduced in gridap/Gridap.jl#751.
The current implementation does not allow to use `pc_fieldsplit` preconditioners of non-strided block matrices, i.e. `ConsecutiveMultiFieldStyle`. I believe that to enable this feature we should have an implementation of the...