cylinder-operator docu

This commit is contained in:
Thorsten Liebig 2010-05-07 12:41:47 +02:00
parent 8cc2a2dd44
commit 74ba9eceff

View File

@ -20,6 +20,11 @@
#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
{
public:
@ -28,8 +33,6 @@ public:
virtual bool SetGeometryCSX(ContinuousStructure* geo);
// virtual int CalcECOperator();
virtual void ApplyElectricBC(bool* dirs);
virtual void ApplyMagneticBC(bool* dirs);
@ -57,7 +60,6 @@ protected:
bool CC_closedAlpha;
bool CC_R0_included;
};
#endif // OPERATOR_CYLINDER_H