GridapEmbedded.jl icon indicating copy to clipboard operation
GridapEmbedded.jl copied to clipboard

Embedded finite element methods in Julia

Results 25 GridapEmbedded.jl issues
Sort by recently updated
recently updated
newest added

Greetings! Had an issue with the square function, the parameter name is not used in the last line in intersect. This causes an issue when used to compute EmbeddedBoundary. Minimal...

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....

This allows to get updates for GitHub actions automatically. I have used this for my own packages, the [Trixi.jl framework](https://github.com/trixi-framework), and the [SciML organization](https://github.com/SciML). After merging this, you could also...

Such as X-FEM or E-FEM approaches for crack simulation.

Hi, I am trying to simulate a transient phenomena (in particular linear elasticity with two different materials merged together) using your library. What is not clear to me is the...

Hi @fverdugo , The following code reproduces the error that I get when integrating over embedded interfaces: ```julia using Gridap using GridapEmbedded 𝒯 = CartesianDiscreteModel((0,1,0,1),(8,8)) |> simplexify # Embedded geometry...

given a geometry, is it possible to tag isolated volumes in the domain that are not connected to the main volume of the domain (e.g the volume shown in red...

I'm getting inaccurate cuts when intersecting with a `disk` geometry, see attached figure. You can see that only the intersection with vertical edges are well captured, while the intersection with...