Javier Principe
Javier Principe
When browsing the [fempar](https://gitlab.com/fempar/fempar) project (now public) from [Atom](https://atom.io/packages/ide-fortran), I found a very slow response when a new file is open, particularly using `textDocument/definition`. I really don't know whether this...
The following error appears when building GridapGmsh in Gadi system with Julia 1.7.1: ``` julia> Pkg.build("GridapGmsh") Building MPI ───────→ `~/.julia/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/d56a80d8cf8b9dc3050116346b3d83432b1912c0/build.log` Building GridapGmsh → `~/.julia/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/e39f162f663655158e2dc132124e1cea45c3afb4/build.log` ERROR: Error building `GridapGmsh`: ERROR: LoadError:...
I implemented support for Dirac deltas, similar to the one in Gridap.jl but restricted to the definition by tags. The definition at arbitrary points will require a parallel search as...
The error is `ERROR: Scalar indexing on DebugArray is not allowed for performance reasons.` and it occurs at [this line](https://github.com/gridap/GridapDistributed.jl/blob/fac92506e1f5945c4ea12bf41f8ba6f9da382aa8/test/PLaplacianTests.jl#L13) With Julia 1.9.3 it [runs sucessfully](https://github.com/gridap/GridapDistributed.jl/actions/runs/5947075300) The reason for this...
I have observed errors triggered by the combined use of GridapPETSc and GridapGmsh as it is done in the expansion driver. Eliminating the line `using GridapGmsh` and the line `include("Expansion.jl")`...