Giter Site home page Giter Site logo

Comments (6)

ian-r-rose avatar ian-r-rose commented on June 11, 2024

Yes, I have been meaning to look into this.

I suspect that the best solution will be to use the manifold description for initial refinement, then to detach that manifold. Is that something that is doable with the current setup?

I hope to look into this in the next couple of days, and maybe submit a PR to this effect. Any tips before I take a crack at it?

from aspect.

bangerth avatar bangerth commented on June 11, 2024

Yes, but it's a bit more complicated because meshes are built and re-built all the time when you use adaptivity in parallel.

What you need to do is to use the signal-slot mechanism of the triangulation where you can perform certain actions immediately before and immediately after mesh refinement. I don't know what exactly it is you want to do, but it's possible. Take a look, for example, how I use these signals in my patch for the spherical shell geometry.

from aspect.

tjhei avatar tjhei commented on June 11, 2024

Thanks, Ian. You should be able to set the manifold to FlatManifold. Of course this needs to wait until we merge #242.

from aspect.

ian-r-rose avatar ian-r-rose commented on June 11, 2024

Of course, best case scenario is everything still works.

I can get working on it beforehand if I just branch off of that PR, though, right?

This reminds me, though. I see that deal.ii has a new communicate_locally_moved_vertices() for parallel triangulations. Would it be a good idea to offload some of the ALE stuff to that functionality?

from aspect.

bangerth avatar bangerth commented on June 11, 2024

Yes, if you can leverage deal.II functionality to do what you need to do in ASPECT, then that's always a good idea. It takes away a maintenance burden for you and if someone improves the generic infrastructure you benefit as well.

from aspect.

ian-r-rose avatar ian-r-rose commented on June 11, 2024

I think that this has been addressed by #368 and superseded by #369, so can be closed.

from aspect.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.