gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
CurvatureField Class Reference
Inheritance diagram for CurvatureField:
Collaboration diagram for CurvatureField:

Public Member Functions

const char * getName ()
 
std::string getDescription ()
 
 CurvatureField ()
 
void grad_norm (Field &f, double x, double y, double z, double *g)
 
double operator() (double x, double y, double z, GEntity *ge=nullptr)
 
- Public Member Functions inherited from Field
 Field ()
 
virtual ~Field ()
 
bool isDeprecated ()
 
virtual void update ()
 
virtual int numComponents () const
 
virtual bool isotropic () const
 
virtual void operator() (double x, double y, double z, SVector3 &, GEntity *ge=0)
 
virtual void operator() (double x, double y, double z, SMetric3 &, GEntity *ge=nullptr)
 
void putOnNewView (int viewTag=-1)
 
FieldOptiongetOption (const std::string &optionName)
 

Private Attributes

int _inField
 
double _delta
 

Additional Inherited Members

- Public Attributes inherited from Field
int id
 
std::map< std::string, FieldOption * > options
 
std::map< std::string, FieldCallback * > callbacks
 
bool updateNeeded
 
- Protected Attributes inherited from Field
bool _deprecated
 

Detailed Description

Definition at line 770 of file Field.cpp.

Constructor & Destructor Documentation

◆ CurvatureField()

CurvatureField::CurvatureField ( )
inline

Definition at line 782 of file Field.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ getDescription()

std::string CurvatureField::getDescription ( )
inlinevirtual

Reimplemented from Field.

Definition at line 777 of file Field.cpp.

◆ getName()

const char* CurvatureField::getName ( )
inlinevirtual

Implements Field.

Definition at line 776 of file Field.cpp.

◆ grad_norm()

void CurvatureField::grad_norm ( Field f,
double  x,
double  y,
double  z,
double *  g 
)
inline

Definition at line 795 of file Field.cpp.

Referenced by operator()().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator()()

double CurvatureField::operator() ( double  x,
double  y,
double  z,
GEntity ge = nullptr 
)
inlinevirtual

Implements Field.

Definition at line 806 of file Field.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ _delta

double CurvatureField::_delta
private

Definition at line 773 of file Field.cpp.

Referenced by CurvatureField(), grad_norm(), and operator()().

◆ _inField

int CurvatureField::_inField
private

Definition at line 772 of file Field.cpp.

Referenced by CurvatureField(), and operator()().


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