Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

auto mesh algorithm im finite element method

kooka
初學者
2,024 檢視
does anyone knows some algorithm that can make automeshing in finite element method. ie, i have a slab with a hole and i want to auto mesh in squares an triangles. I will thank some references to papers or to functions in math library that can help me.
0 積分
2 回應
ustatic
初學者
2,024 檢視
Quoting - kooka
does anyone knows some algorithm that can make automeshing in finite element method. ie, i have a slab with a hole and i want to auto mesh in squares an triangles. I will thank some references to papers or to functions in math library that can help me.

Take a look to Triangle code:

http://www.cs.cmu.edu/~quake/triangle.html
Alemdar__Bulent
初學者
2,024 檢視
回覆