#include <automaticMeshSizeField.h>
|
| ~automaticMeshSizeField () |
|
| automaticMeshSizeField (std::string fFile="", int minElementsPerTwoPi=CTX::instance() ->mesh.lcFromCurvature, int nLayersPerGap=CTX::instance() ->mesh.nLayersPerGap, double gradation=CTX::instance() ->mesh.gradation, double hmin=-1.0, double hmax=-1.0, double hbulk=-1.0, int smoothing=true, int gaps=true) |
|
virtual bool | isotropic () const |
|
const char * | getName () |
|
std::string | getDescription () |
|
void | update () |
|
virtual double | operator() (double X, double Y, double Z, GEntity *ge=nullptr) |
|
virtual void | operator() (double x, double y, double z, SMetric3 &m, GEntity *ge=nullptr) |
|
| Field () |
|
virtual | ~Field () |
|
bool | isDeprecated () |
|
virtual int | numComponents () const |
|
virtual void | operator() (double x, double y, double z, SVector3 &, GEntity *ge=0) |
|
void | putOnNewView (int viewTag=-1) |
|
FieldOption * | getOption (const std::string &optionName) |
|
Definition at line 124 of file automaticMeshSizeField.h.
◆ ~automaticMeshSizeField()
automaticMeshSizeField::~automaticMeshSizeField |
( |
| ) |
|
◆ automaticMeshSizeField()
automaticMeshSizeField::automaticMeshSizeField |
( |
std::string |
fFile = "" , |
|
|
int |
minElementsPerTwoPi = CTX::instance()->mesh.lcFromCurvature , |
|
|
int |
nLayersPerGap = CTX::instance()->mesh.nLayersPerGap , |
|
|
double |
gradation = CTX::instance()->mesh.gradation , |
|
|
double |
hmin = -1.0 , |
|
|
double |
hmax = -1.0 , |
|
|
double |
hbulk = -1.0 , |
|
|
int |
smoothing = true , |
|
|
int |
gaps = true |
|
) |
| |
|
inline |
◆ getDescription()
std::string automaticMeshSizeField::getDescription |
( |
| ) |
|
|
inlinevirtual |
◆ getName()
const char* automaticMeshSizeField::getName |
( |
| ) |
|
|
inlinevirtual |
◆ isotropic()
virtual bool automaticMeshSizeField::isotropic |
( |
| ) |
const |
|
inlinevirtual |
◆ operator()() [1/2]
double automaticMeshSizeField::operator() |
( |
double |
X, |
|
|
double |
Y, |
|
|
double |
Z, |
|
|
GEntity * |
ge = nullptr |
|
) |
| |
|
virtual |
◆ operator()() [2/2]
void automaticMeshSizeField::operator() |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z, |
|
|
SMetric3 & |
m, |
|
|
GEntity * |
ge = nullptr |
|
) |
| |
|
virtual |
◆ update()
void automaticMeshSizeField::update |
( |
| ) |
|
|
virtual |
◆ _forestFile
std::string automaticMeshSizeField::_forestFile |
|
private |
◆ _gaps
bool automaticMeshSizeField::_gaps |
|
private |
◆ _gradation
double automaticMeshSizeField::_gradation |
|
private |
◆ _hbulk
double automaticMeshSizeField::_hbulk |
|
private |
◆ _hmax
double automaticMeshSizeField::_hmax |
|
private |
◆ _hmin
double automaticMeshSizeField::_hmin |
|
private |
◆ _nPointsPerCircle
int automaticMeshSizeField::_nPointsPerCircle |
|
private |
◆ _nPointsPerGap
int automaticMeshSizeField::_nPointsPerGap |
|
private |
◆ _smoothing
bool automaticMeshSizeField::_smoothing |
|
private |
The documentation for this class was generated from the following files: