|
const char * | getName () |
|
std::string | getDescription () |
|
| LaplacianField () |
|
double | operator() (double x, double y, double z, GEntity *ge=nullptr) |
|
| 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 885 of file Field.cpp.
◆ LaplacianField()
LaplacianField::LaplacianField |
( |
| ) |
|
|
inline |
◆ getDescription()
std::string LaplacianField::getDescription |
( |
| ) |
|
|
inlinevirtual |
◆ getName()
const char* LaplacianField::getName |
( |
| ) |
|
|
inlinevirtual |
◆ operator()()
double LaplacianField::operator() |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z, |
|
|
GEntity * |
ge = nullptr |
|
) |
| |
|
inlinevirtual |
◆ _delta
double LaplacianField::_delta |
|
private |
◆ _inField
int LaplacianField::_inField |
|
private |
The documentation for this class was generated from the following file: