📄 polarg.h
字号:
//polar.h#ifndef __POLARG_H#define __POLARG_H#include "part1g.h"#include "conductg.h"//=================== PolarParams Class// base class for all boundaries imposing conducting boundary// conditionsclass PolarParams : public ConductorParams{ ScalarParameter transmissivity; StringParameter Phi; // the angle of the conductivity in the symmetry dir // w.r.t the simulation plane. It is intended to // be a function of X, the direction along the // polarizer.public: PolarParams(GridParams* _GP, SpatialRegionGroup* srg); Boundary* CreateCounterPart();};#endif // __POLARG_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -