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

Public Member Functions

 ConstantField ()
 
std::string getDescription ()
 
double operator() (double x, double y, double z, GEntity *ge=nullptr)
 
const char * getName ()
 
- 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

double _vIn
 
double _vOut
 
bool _boundary
 
std::list< int > _pointTags
 
std::list< int > _curveTags
 
std::list< int > _surfaceTags
 
std::list< int > _volumeTags
 

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 2022 of file Field.cpp.

Constructor & Destructor Documentation

◆ ConstantField()

ConstantField::ConstantField ( )
inline

Definition at line 2029 of file Field.cpp.

Member Function Documentation

◆ getDescription()

std::string ConstantField::getDescription ( )
inlinevirtual

Reimplemented from Field.

Definition at line 2043 of file Field.cpp.

◆ getName()

const char* ConstantField::getName ( )
inlinevirtual

Implements Field.

Definition at line 2086 of file Field.cpp.

◆ operator()()

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

Implements Field.

Definition at line 2049 of file Field.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ _boundary

bool ConstantField::_boundary
private

Definition at line 2025 of file Field.cpp.

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

◆ _curveTags

std::list<int> ConstantField::_curveTags
private

Definition at line 2026 of file Field.cpp.

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

◆ _pointTags

std::list<int> ConstantField::_pointTags
private

Definition at line 2026 of file Field.cpp.

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

◆ _surfaceTags

std::list<int> ConstantField::_surfaceTags
private

Definition at line 2026 of file Field.cpp.

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

◆ _vIn

double ConstantField::_vIn
private

Definition at line 2024 of file Field.cpp.

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

◆ _volumeTags

std::list<int> ConstantField::_volumeTags
private

Definition at line 2026 of file Field.cpp.

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

◆ _vOut

double ConstantField::_vOut
private

Definition at line 2024 of file Field.cpp.

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


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