MFEM
v4.5.1
Finite element discretization library
|
Go to the source code of this file.
Classes | |
class | HessianCoefficient |
class | HRHessianCoefficient |
Functions | |
double | discrete_size_2d (const Vector &x) |
double | discrete_size_3d (const Vector &x) |
double | material_indicator_2d (const Vector &x) |
double | discrete_ori_2d (const Vector &x) |
double | discrete_aspr_2d (const Vector &x) |
void | discrete_aspr_3d (const Vector &x, Vector &v) |
double | weight_fun (const Vector &x) |
double | adapt_lim_fun (const Vector &x) |
double | surface_level_set (const Vector &x) |
int | material_id (int el_id, const GridFunction &g) |
void | DiffuseField (GridFunction &field, int smooth_steps) |
void | DiffuseField (ParGridFunction &field, int smooth_steps) |
Variables | |
IntegrationRules | IntRulesLo (0, Quadrature1D::GaussLobatto) |
IntegrationRules | IntRulesCU (0, Quadrature1D::ClosedUniform) |
double adapt_lim_fun | ( | const Vector & | x | ) |
Definition at line 367 of file mesh-optimizer.hpp.
void DiffuseField | ( | GridFunction & | field, |
int | smooth_steps | ||
) |
Definition at line 427 of file mesh-optimizer.hpp.
void DiffuseField | ( | ParGridFunction & | field, |
int | smooth_steps | ||
) |
Definition at line 449 of file mesh-optimizer.hpp.
double discrete_aspr_2d | ( | const Vector & | x | ) |
Definition at line 87 of file mesh-optimizer.hpp.
Definition at line 105 of file mesh-optimizer.hpp.
double discrete_ori_2d | ( | const Vector & | x | ) |
Definition at line 82 of file mesh-optimizer.hpp.
double discrete_size_2d | ( | const Vector & | x | ) |
Definition at line 21 of file mesh-optimizer.hpp.
double discrete_size_3d | ( | const Vector & | x | ) |
Definition at line 47 of file mesh-optimizer.hpp.
int material_id | ( | int | el_id, |
const GridFunction & | g | ||
) |
Definition at line 407 of file mesh-optimizer.hpp.
double material_indicator_2d | ( | const Vector & | x | ) |
Definition at line 64 of file mesh-optimizer.hpp.
double surface_level_set | ( | const Vector & | x | ) |
Definition at line 380 of file mesh-optimizer.hpp.
double weight_fun | ( | const Vector & | x | ) |
Definition at line 357 of file mesh-optimizer.hpp.
IntegrationRules IntRulesCU(0, Quadrature1D::ClosedUniform) |
IntegrationRules IntRulesLo(0, Quadrature1D::GaussLobatto) |