⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gap.h

📁 pic 模拟程序!面向对象
💻 H
字号:
/*====================================================================GAP.H	Class representing a boundary on which a wave type boundary	condition with sinusoidal field variation is applied.0.99	(KC 06-94) Initial code.0.991	(JohnV 11-17-94) Aesthetics, add additional comments.====================================================================*/#ifndef	__GAP_H#define	__GAP_H#include "port.h"class Gap : public Port{ protected:	//	int IEFlag;   int shift, EFFlag;	Scalar  EnergyOut, HonBoundary, time, tOld, dt;	Grid* grid;	 public:	Gap(oopicList <LineSegment> *segments, int EFFlag);	virtual void	applyFields(Scalar t,Scalar dt);	virtual ParticleList&	emit(Scalar t,Scalar dt);	virtual void	setPassives();};#endif	//	ifndef __GAP_H

⌨️ 快捷键说明

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