Francesc Verdugo

Results 195 comments of Francesc Verdugo
trafficstars

It is possible to define a domain with disconnected components, but you would need to impose sufficient boundary conditions to solve a PDE on it.

Ok, you want to find the components of a domain described by a single level-set right?

I think you can do this without computing the sub-triangulation, just working with the nodal values and the graph that defines de connections between nodes (i.e. the sparsity pattern of...

@diliphridya Thanks for reporting. I'll take a look.

Hi @diliphridya it seems a bug that shows up for the degenerated case of 0-cut cells. Since in this case, you don't need aggregation at all, it should be easy...

Hi @oriolcg, I am not sure that this is a bug. Marching cubes has some geometrical error (it considers piecewise linear approximations), and perhaps you are seen this error. can...

Hi @amartinhuertas! I have opened a new branch https://github.com/gridap/GridapDistributed.jl/tree/release-0.2 from the current state. We can use this branch as code that "is working" and do intermediate devs somewhere else.

@amartinhuertas I have classified the pending tasks as high/medium/low priority. (Move tasks from one tier not another if you find it necessary) For me, we can merge the branch once...

@amartinhuertas I am adding a nonlinear test and I have found a bug associated with the in-place assembly functions `assemble_xxx!`. I am fixing it.

Hi @amartinhuertas I have added the nonlinear example. In particular, - the in-place assembly functions are working. - one can use the parallel assembly strategy to build a valid triangulation...