readme

来自「麻省理工的计算光子晶体的程序」· 代码 · 共 13 行

TXT
13
字号
This directory contains code for operating the Maxwell operator ona vector field:	MaxwellOp(V) = curl(1/eps * curl(V))We store V in a Fourier basis, so that the curl operation is diagonal.To multiply by epsilon-inverse, we use a pair of FFTs to transform toand from position space.Also included are initialization routines for the auxiliary data andstorage required by MaxwellOp, as well as subsidiary routines tocompute things like the curl and the energy density.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?