MFEM v4.7.0
Finite element discretization library
|
Go to the source code of this file.
Classes | |
class | HessianCoefficient |
class | HRHessianCoefficient |
Functions | |
real_t | size_indicator (const Vector &x) |
void | calc_mass_volume (const GridFunction &g, real_t &mass, real_t &vol) |
void | ConstructSizeGF (GridFunction &size) |
real_t | material_indicator_2d (const Vector &x) |
real_t | discrete_ori_2d (const Vector &x) |
void | discrete_aspr_3d (const Vector &x, Vector &v) |
real_t | weight_fun (const Vector &x) |
real_t | adapt_lim_fun (const Vector &x) |
real_t | 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) |
Definition at line 389 of file mesh-optimizer.hpp.
void calc_mass_volume | ( | const GridFunction & | g, |
real_t & | mass, | ||
real_t & | vol ) |
Definition at line 35 of file mesh-optimizer.hpp.
void ConstructSizeGF | ( | GridFunction & | size | ) |
Definition at line 69 of file mesh-optimizer.hpp.
void DiffuseField | ( | GridFunction & | field, |
int | smooth_steps ) |
Definition at line 459 of file mesh-optimizer.hpp.
void DiffuseField | ( | ParGridFunction & | field, |
int | smooth_steps ) |
Definition at line 481 of file mesh-optimizer.hpp.
Definition at line 121 of file mesh-optimizer.hpp.
Definition at line 116 of file mesh-optimizer.hpp.
int material_id | ( | int | el_id, |
const GridFunction & | g ) |
Definition at line 429 of file mesh-optimizer.hpp.
Definition at line 98 of file mesh-optimizer.hpp.
Definition at line 21 of file mesh-optimizer.hpp.
Definition at line 402 of file mesh-optimizer.hpp.
Definition at line 379 of file mesh-optimizer.hpp.
IntegrationRules IntRulesCU(0, Quadrature1D::ClosedUniform) | ( | 0 | , |
Quadrature1D::ClosedUniform | ) |
IntegrationRules IntRulesLo(0, Quadrature1D::GaussLobatto) | ( | 0 | , |
Quadrature1D::GaussLobatto | ) |