你已经派生过 tem3dfdtd-open
镜像自地址
https://gitee.com/sunhf/tem3dfdtd-open.git
已同步 2025-08-06 04:36:52 +08:00
initial
这个提交包含在:
17
tem3dfdtd/lib/get-eps-r.f90
普通文件
17
tem3dfdtd/lib/get-eps-r.f90
普通文件
@@ -0,0 +1,17 @@
|
||||
!Copyright (c) 2013 by tdem.org under guide of Xiu Li(lixiu@chd.edu.cn)
|
||||
!written by Huaifeng Sun(sunhuaifeng@gmail.com) and Xushan Lu(luxushan@gmail.com)
|
||||
!Code distribution @ tdem.org or sunhuaifeng.com
|
||||
|
||||
subroutine Get_eps_r
|
||||
use constantparameters
|
||||
use time_parameter
|
||||
implicit none
|
||||
integer ii
|
||||
do ii=1,nstop,1
|
||||
EPS_R(ii)=3.0D0*(DELT(ii)/GridSize)**2/MU0
|
||||
Cq(ii)=(DELT(ii-1)+DELT(ii))/(2.0D0*MU0)
|
||||
! It is needed in the iterative subroutine, and we don't have to compute it in each iterative process.
|
||||
enddo
|
||||
end subroutine Get_eps_r
|
||||
|
||||
|
在新工单中引用
屏蔽一个用户