Git Product home page Git Product logo

Comments (3)

ChrLackner avatar ChrLackner commented on July 24, 2024

Not trivially, but you can merge existing surface (and volume) meshes or mesh domains seperately. For example salome has built this in in their interface to netgen.
Do you need to keep the structure of the mesh for some reasons?

from netgen.

liubenyuan avatar liubenyuan commented on July 24, 2024

Yes, I have a fine-grained head mesh (http://www.parralab.org/nyhead/) and we want to add electrodes around it. An electrode is modeled with a small cylinder whose top face is used as the boundary conditions. Electrical current flows into this bc which accounts for Neumann condition and we would like to conduct FEM simulation using ngsolve.

We would like to add electrodes at different locations and evaluate the performance of transcranial Electrical Stimulation (tES), for example, the depth or the active regions. We do not want to re-mesh the head each time we add electrodes but want to keep its structures, domains (materials) as is.

from netgen.

ChrLackner avatar ChrLackner commented on July 24, 2024

You can merge meshes and only partially mesh volume meshes. There is some documentation on these features here
https://ngsolve.org/docu/latest/netgen_tutorials/working_with_meshes.html

If you have a (partially meshed) mesh it should be possible to mesh the open domains using
mesh.GenerateVolumeMesh(only3D_domain_nr=domnr)

Hope this helps
Best

from netgen.

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.