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

📄 abswag.cpp

📁 pic 模拟程序!面向对象
💻 CPP
字号:
/*=====================================================================abswag.cppProvides methods for the AbsorbWaveGroup class.0.9	(JohnV and BillP 10-16-94) Initial draft to hook up to advisor.		=====================================================================*/#include "abswag.h"///\dad{begin}#include "spbound.h"///\dad{end}#include "absorbwa.h"#ifdef UNIX#include "ptclgrp.h"#include "diags.h"#endifAbsorbWaveParams::AbsorbWaveParams(GridParams* GP, SpatialRegionGroup *srg) : PortParams(GP,srg){	name = "AbsorbWave";	wavePhase.setNameAndDescription("wavePhase", "wavePhase");	wavePhase.setValue("1.0");	parameterList.add(&wavePhase);}Boundary* AbsorbWaveParams::CreateCounterPart(){	return new AbsorbWave(SP.GetLineSegments(), wavePhase.getValue());}

⌨️ 快捷键说明

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