Giter Club home page Giter Club logo

Comments (5)

NataCalc avatar NataCalc commented on August 21, 2024

Can function [newnode,newelem]=mergesurf(node,elem,varargin) merge the nodes at the two contacting surface (F1,V1) and mesh(F2,V2,E)? Also, how to distinguish the difference after merging between surface and mesh? I need these for finite element analysis in definition of their properties.

from iso2mesh.

fangq avatar fangq commented on August 21, 2024

hi @NataCalc, have you tried surfboolean? mergesurf() should also work as it calls surfboolean in the background.

if the two surfaces are "co-planar", i.e., all the nodes are located along the same plane, surfboolean will also have problem merging them.

from iso2mesh.

NataCalc avatar NataCalc commented on August 21, 2024

Hi Fangq,

I have managed to merge two co-planar surfaces. Now, I have to merge Volume (F,E,V) with Surface (F1,V1) where volume and surface share nodes. I have done the joining operation of these two geometries but this is not enough for merging. Do you have this type of function which allows two merge volume and surface meshes?

from iso2mesh.

fangq avatar fangq commented on August 21, 2024

can you provide a sample script to show me what you want to achieve? without an example or plot, it is hard to comment on workarounds.

are you trying to create multi-layered slabs by merging slabs? if so, that's not the right way to do it. You should use latticegrid() and surf2mesh instead.

from iso2mesh.

NataCalc avatar NataCalc commented on August 21, 2024

Hi Fang,

I have sent to you (your email address) an example.

Thanks

from iso2mesh.

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.