Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::ZylindricalFormula Class Reference

#include <zylindricalFormula.hh>

Inheritance diagram for concepts::ZylindricalFormula:
concepts::ParsedFormula< F >

Public Member Functions

 ZylindricalFormula (const std::string formula, bool transCoord=false)
 
 ZylindricalFormula (const ZylindricalFormula &frm)
 Copy Constructor.
 
virtual ZylindricalFormulaclone () const
 
virtual Real operator() (const Real p, const Real t=0.0) const
 
virtual Real operator() (const Real2d &p, const Real t=0.0) const
 
virtual Real operator() (const Real3d &p, const Real t=0.0) const
 

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 

Detailed Description

Formula in zylindrical coordinates. In such a formula, x has the meaning of the radius and y has the meaning of the angle. The input parameters of the application operators has to be given in Kartesian coordinates.

Author
Philipp Frauenfelder, 2002

Definition at line 23 of file zylindricalFormula.hh.

Constructor & Destructor Documentation

◆ ZylindricalFormula()

concepts::ZylindricalFormula::ZylindricalFormula ( const std::string  formula,
bool  transCoord = false 
)

Constructor

In the case of transCoord is true the variables "R" and "Phi" are transformed to "x" and "y".


The documentation for this class was generated from the following file: