Alberto F. Martin
Alberto F. Martin
The error is reproduced with MWE below (mesh file attached). Please see my explanation below on the cause of the problem. Versions of packages: * GridapGmsh v0.6.0 * Gridap v0.17.13...
Hi @fverdugo, while exploring in a parallel context several scenarios in which the portion of a given processor is void, I have found 3 different errors, which I report below...
AutoDiff of interpolate_everywhere fails. Mismatch among FE space vector type and dual number types.
Hi @fverdugo, the following MWE reproduces an error we have found when using AutoDiff (ForwardDiff) to differentiate a function that calls Gridap's `interpolate_everywhere`. As shown in the below, the error...
Pending from PR https://github.com/gridap/Gridap.jl/pull/687 Issues: - see https://github.com/gridap/Gridap.jl/blob/82cbf3fec0c830297278281e09a0a1461819b78d/src/MultiField/MultiFieldFEAutodiff.jl#L2 - see https://github.com/gridap/Gridap.jl/blob/82cbf3fec0c830297278281e09a0a1461819b78d/src/MultiField/MultiFieldFEAutodiff.jl#L27 - see https://github.com/gridap/Gridap.jl/blob/82cbf3fec0c830297278281e09a0a1461819b78d/src/MultiField/MultiFieldFEAutodiff.jl#L50 - see https://github.com/gridap/Gridap.jl/blob/82cbf3fec0c830297278281e09a0a1461819b78d/src/MultiField/MultiFieldFEAutodiff.jl#L58 - Do we always want to perform this or only when the fields...
Hi @amartinhuertas ! I have been thinking about this and I have some comments 1. The approach seems a bit complicated to me. In particular, with the clones of Gridap,...
Remove `testargs` and use `return_value`. Better doc for `return_value`. Can we extract doc from inference?
cc @jipolanco @fredrikekre @fverdugo Some context on this issue: * Related to PR https://github.com/jipolanco/WriteVTK.jl/pull/90 * See https://vtk.org/wp-content/uploads/2015/04/file-formats.pdf, from page 16 till the end for details on VTK parallel file formats....
For letting the transient poisson tutorial work with a new release of Gridap.
cc @fverdugo @santiagobadia Future work ....