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

📄 loadpwg.h

📁 pic 模拟程序!面向对象
💻 H
字号:
//loadg.h#ifndef __LOADPWG_H#define __LOADPWG_H#include "part1g.h"#include "gridg.h"#include "maxwelln.h"#include "load.h"#include "loadg.h"#include "speciesg.h"#include <oops.h>#if defined(_MSC_VER)extern "C" int WasDumpFileGiven;#elseextern int WasDumpFileGiven;#endifclass SpatialRegionGroup;//==================== LoadParams Class// class for t=0 loadingclass LoadPWParams : public LoadParams{ protected:   ScalarParameter pwFrequency, pwPhase, pwWavenumber, pwAmplitude, pwDelay; public:  LoadPWParams(SpatialRegionGroup* srg) ;  //  since boundaries are all placed on grid, this class needs  //  to know the dimensions of the grid  virtual ~LoadPWParams() {};  virtual Load* CreateCounterPart(SpatialRegion* region) throw (Oops);};  #endif  // ifndef __LOADPWG_H  

⌨️ 快捷键说明

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