cylinder-operator docu
This commit is contained in:
parent
8cc2a2dd44
commit
74ba9eceff
@ -20,6 +20,11 @@
|
|||||||
|
|
||||||
#include "operator.h"
|
#include "operator.h"
|
||||||
|
|
||||||
|
//! This class creates an operator for a cylindrical FDTD.
|
||||||
|
/*!
|
||||||
|
This class creates an operator for a cylindrical FDTD. No special engine is necessary,
|
||||||
|
all special cases e.g. a closed alpha mesh or an included r=0 case is treated by an operator/engine extension \sa operator_ext_cylinder.
|
||||||
|
*/
|
||||||
class Operator_Cylinder : public Operator
|
class Operator_Cylinder : public Operator
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
@ -28,8 +33,6 @@ public:
|
|||||||
|
|
||||||
virtual bool SetGeometryCSX(ContinuousStructure* geo);
|
virtual bool SetGeometryCSX(ContinuousStructure* geo);
|
||||||
|
|
||||||
// virtual int CalcECOperator();
|
|
||||||
|
|
||||||
virtual void ApplyElectricBC(bool* dirs);
|
virtual void ApplyElectricBC(bool* dirs);
|
||||||
virtual void ApplyMagneticBC(bool* dirs);
|
virtual void ApplyMagneticBC(bool* dirs);
|
||||||
|
|
||||||
@ -57,7 +60,6 @@ protected:
|
|||||||
|
|
||||||
bool CC_closedAlpha;
|
bool CC_closedAlpha;
|
||||||
bool CC_R0_included;
|
bool CC_R0_included;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // OPERATOR_CYLINDER_H
|
#endif // OPERATOR_CYLINDER_H
|
||||||
|
Loading…
Reference in New Issue
Block a user