共 3 篇文章
显示摘要每页显示  条
Finite Element programming in Julia.The finite element algorithm is presented in three files: poisson_fem.jl, finite_element.jl, mesh.jl.# Method 1#K = zeros(n_size,n_size)#fe_matrices(mesh,u,stiffness,fext,K,F) # Method 2#K = spzeros(n_size,n_size)#fe_matrices(mesh,u,stiffness,fext,K,F)# Method 3iu,ju,vu = fe_matrice...
It’s a common problem for programmers as well as mathematicians, researchers and data scientists. So Karpinski set out to solve it. He and several other computer scientists are building a new language they hope will be suited to practically any task. Dubbed Julia, it provides an early glimpse into what programming la...
帮助 | 留言交流 | 联系我们 | 服务条款 | 下载网文摘手 | 下载手机客户端
北京六智信息技术股份有限公司 Copyright© 2005-2024 360doc.com , All Rights Reserved
京ICP证090625号 京ICP备05038915号 京网文[2016]6433-853号 京公网安备11010502030377号
返回
顶部