|
| ConstantField () |
|
std::string | getDescription () |
|
double | operator() (double x, double y, double z, GEntity *ge=nullptr) |
|
const char * | getName () |
|
| 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) |
|
FieldOption * | getOption (const std::string &optionName) |
|
Definition at line 2022 of file Field.cpp.
◆ ConstantField()
ConstantField::ConstantField |
( |
| ) |
|
|
inline |
◆ getDescription()
std::string ConstantField::getDescription |
( |
| ) |
|
|
inlinevirtual |
◆ getName()
const char* ConstantField::getName |
( |
| ) |
|
|
inlinevirtual |
◆ operator()()
double ConstantField::operator() |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z, |
|
|
GEntity * |
ge = nullptr |
|
) |
| |
|
inlinevirtual |
◆ _boundary
bool ConstantField::_boundary |
|
private |
◆ _curveTags
std::list<int> ConstantField::_curveTags |
|
private |
◆ _pointTags
std::list<int> ConstantField::_pointTags |
|
private |
◆ _surfaceTags
std::list<int> ConstantField::_surfaceTags |
|
private |
◆ _vIn
double ConstantField::_vIn |
|
private |
◆ _volumeTags
std::list<int> ConstantField::_volumeTags |
|
private |
◆ _vOut
double ConstantField::_vOut |
|
private |
The documentation for this class was generated from the following file: