摘要: 60,118,61 阅读全文
posted @ 2021-06-01 20:58 xdd1997 阅读(407) 评论(0) 推荐(0) 编辑
摘要: function ToTecplot3D(p,t,Usum,filename) % p should be 3*N or N*3 % T should be 4*N or N*4 or 8*N or N*8 % U should be 1*N or 1*N or 0 % filename shoul 阅读全文
posted @ 2021-06-01 15:26 xdd1997 阅读(165) 评论(0) 推荐(0) 编辑
摘要: function ToHypermesh_FEM(p,t,filename) % Elements must be all tetrahedral or all hexahedral [row,col]=size(p); if row~=3 && col==3 p = p'; end [~,col] 阅读全文
posted @ 2021-06-01 15:23 xdd1997 阅读(238) 评论(0) 推荐(1) 编辑