Questions tagged [mesh]

149 questions
8
votes
1 answer

Shrink wrapping algorithms to make a mesh watertight for 3d printing

I'm investigating algorithms to make a mesh watertight for 3d printing. I'd be very excited to implement such algorithms. The initial input is a mesh which is not watertight and I want to understand and implement algorithms to transform it to make…
Brainless
  • 203
  • 2
  • 6
4
votes
1 answer

Where to find CAD and mesh models for tests?

I often find in the literature some numerical tests use CAD and mesh models. I also want to reproduce their results or test my algorithms on those models. But I am not trained to use CAD or mesh tools. I tried to get cad models from CAD website such…
Hui Zhang
  • 1,319
  • 7
  • 16
3
votes
1 answer

Quality open source AMR libraries

Possible Duplicate: Is there a general-purpose library for structured grid adaptive mesh refinement? I'm looking for a quality, open source, maintained, scalable automated mesh refinement library to integrate with a FEM library. It would be…
aterrel
  • 3,644
  • 24
  • 26
2
votes
0 answers

structured quad mesh with transition zone

I wonder which software can be used to generate the mesh like below. Anybody has an idea?
kstn
  • 241
  • 3
  • 9
2
votes
3 answers

How to efficiently get mesh cell/face connectivity?

If I have 3 lists: points, faces and cells that represents a mesh, where: points is a list of x,y,z coordinates, for example [-0.05, -0.05, 0. ], [-0.05, 0.05, 0. ], [ 0.05, -0.05, 0. ], ... faces is a list of list of points, where…
Algo
  • 304
  • 1
  • 15
1
vote
4 answers

Meshing: Handle an internal boundary

I ask this question because I do not see (m)any examples and I'd like to avoid to spend hours or days to work into a mesher only to see that it is impossible: Consider the sketch below. As you see, I have a box with a mesh. Inside this box, there's…
Michael
  • 1,463
  • 11
  • 22
0
votes
1 answer

Packages can help to refine parallel mesh and optimize parallel mesh

I have a parallel code. The code is implemented using MPI. I want to find a package that can help to implement global mesh refine and optimize meshes (avoid very thin element). The mesh in my work is all organized by triangle or tetrahedra. Do you…
Xu Hui
  • 323
  • 1
  • 9
0
votes
0 answers

Volumetric Mesh Cutting Algorithms For Simulating Sculpture

I am interested in whether there an available algorithms to give me insights on how to cut a volumetric mesh?
Monika
  • 109
  • 4
0
votes
0 answers

Determining the indices of a VTK mesh

I am trying to assign fixed constraint at specific indices of VTK mesh, however, I only can view STL file in a blender as follows: Upon assigning the favored indices in my scene at the SOFA physics simulator, of course, I did not get favored…
Monika
  • 109
  • 4