Francesc Verdugo

Results 40 issues of Francesc Verdugo

Dear MPI.jl team, I have not found any wrapper for `MPI_Intercomm_create` nor in the documentation nor by grep-ing into de source code. Is there a specific reason that prevents to...

We currently store more coefficients than strictly needed in `SymFourthOrderTensorValue`

help wanted

FESolver et al. are no needed and can be removed to simplify the code. Since PR #705 it is not needed to use FE solvers in the user code i.e....

enhancement

Now: ```julia V = TestFESpace(model,reffe,dirichlet_tags="dirichlet") #

enhancement

Perhaps we can add new methods to our lin alg interfaces https://github.com/gridap/Gridap.jl/blob/master/src/Algebra/AlgebraInterfaces.jl so that `FEFunctions` behave like linear algebra vectors The functions to extend include `fill_entries!` , `add_entries!` , and...

help wanted
new functionality

Change from this ```julia struct Table{T,P}

We have solved a bug in PR #267, but we have not added any test that checks that the bug is actually solved. At least a simple test has to...

enhancement

For the moment, it's implemented without boundary conditions.

new functionality

Required for VMS, Explicit error estimators etc

new functionality