Pere Antoni Martorell
Pere Antoni Martorell
Hi Chris, in our code we have very long (file, module, procedure , derived type ...) names, more than 42 characters. Then, in the reduced list of files, modules, procedures...
I am new at FORD. I would like to know whether is possible to generate [code citations](https://cmacmackin.github.io/pages/fortran-tutorial.html) in the documentation, from comments in the source code instead of typing pieces...
Added `ascii = false, append = ! ascii` Bool kwargs to writevtk. The defaults are set according to `WriteVTK.jl` manual: https://jipolanco.github.io/WriteVTK.jl/v1.16/grids/syntax/ As `ascii` is not compatible with `append` the default...
Dear @fverdugo , I found a bug in CSG with rectangles. In the MWE below the boundary is discontinuous. See the figure of the triangulations. ```julia using Gridap using GridapEmbedded...
Dear @ericneiva , the moment fitting machinery is not working for simplex background meshes. Since the `JacobiPolynomialBasis` are a tensor product, the following line tries to invert a rectangular matrix....
@santiagobadia I have added compatibility with 32-bit machines. This compatibility inherits from Gridap. It allows keeping 32-bit tests in repositories depending on GridapDistributed, e.g., GridapEmbeded.
@santiagobadia This PR includes the implementation of general polytopes in Gridap. These polytopes are named `GeneralPolytope
@ericneiva The moment fitting integration is not currently working on distributed. I have done some progress in my fork [distributed_moment_fitting](https://github.com/pmartorell/GridapEmbedded.jl/tree/distributed_moment_fitted) but still do not work properly. The integration is OK...
@JordiManyer This PR passes the `simplexify` to the `refine` function. It is related with https://github.com/gridap/Gridap.jl/pull/1015
@JordiManyer Within the current version of GridapPETSc [v0.5.2](https://github.com/gridap/GridapPETSc.jl/releases/tag/v0.5.2), it is not possible to use MUMPS without compiling PETSc in the local machine. GridapPETSc points to [PETSc_jll v3.15.2]( https://github.com/JuliaBinaryWrappers/PETSc_jll.jl/tree/PETSc-v3.15.2%2B0?tab=readme-ov-file#dependencies) that is...