Git Product home page Git Product logo

Comments (3)

jkfurtney avatar jkfurtney commented on June 21, 2024

Dear Nasser,

Thanks for the message. The current version of scikit-fmm only supports regular grids.

I am interested in adding an unstructured mesh capability, a few other people have asked about this.

This paper describes the fast marching method adapted to triangular meshes: https://math.berkeley.edu/~sethian/2006/Papers/sethian.kimmel.geodesics.pdf This is also described in James Sethian's book.

We could write this in Python to get it working and convert to c later. The min heap data structure needed for FMM is available in the Python environment.

Could you get this started by posting some sample data? Is your mesh 2d or 3d? Are the elements triangles?

Thanks,
Jason

from scikit-fmm.

nasseralkmim avatar nasseralkmim commented on June 21, 2024

Hello Jason,

Thanks for answering. I'm solving a simple 2D problem with xFEM (quad elements) and I will probably use your package to define the discontinuity interface.

A simple solution I found was to use a regular grid to define the interface, then use the distance function on this grid with the appropriate dx. Finally, I just interpolate the distance data to the mesh nodes. It seems to work so far. I only need the signed distance function at nodal points.

At this stage, I'm keeping things simple, this does the work for me.

Thanks, great package!

Nasser Alkmim

from scikit-fmm.

jkfurtney avatar jkfurtney commented on June 21, 2024

OK sounds good. I will close this issue for now. Thanks, Jason

from scikit-fmm.

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.