📄 abswag.h
字号:
/*=====================================================================abswag.hDefinitions for the AbsorbWaveGroup class.0.9 (JohnV and BillP 10-16-94) Initial draft to hook up to advisor. =====================================================================*/#ifndef __ABSWAG_H#define __ABSWAG_H#include "param.h"#include "portg.h"//#include "paramsg.h"//#include "spatialg.h"class SpatialRegionGroup;// Should reflect inheritance structure of physics counterpartclass AbsorbWaveParams : public PortParams{protected: ScalarParameter wavePhase;public:// Tom: why is GP required for all boundaries? Needed for error checking? AbsorbWaveParams(GridParams* GP, SpatialRegionGroup* srg); Boundary* CreateCounterPart();};#endif //__ABSWAG_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -