download (1).png (30.7 KB, 下载次数: 224)
download.png (9.72 KB, 下载次数: 211)
风平老涡 发表于 2021-7-10 23:23
mod_solver模块链接有问题。该模块引用的变量或程序没有被编译。
subroutine solve(x,y,z,x_h,y_h,nx,ny,nz,nx_h,ny_h,p,u,v,w,w_h,h,h0,t,r,x_)
use mod_global,only:dp,numnp,numnp_h,numel,numel_h,dime,nnx,nny,nnz,nnx_h,nny_h
use mod_mesh,only:elest,elest_h,connect
use mod_stiff
use mod_boundary
implicit none
Proteus 发表于 2021-7-11 10:08
我在模块mod_solver里也use了其他模块,是use的顺序问题吗?[mw_shl_code=fortran,true]subroutine solve ...
风平老涡 发表于 2021-7-11 11:15
在mod_solver中有变量或外部程序没有定义。可能拼写错误之类。不一定是子程序solve。 ...
欢迎光临 Fortran Coder (http://bbs.fcode.cn/) | Powered by Discuz! X3.2 |