MFEM  v3.4
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Classes | Namespaces | Functions
tmop.hpp File Reference

Go to the source code of this file.

Classes

class  mfem::TMOP_QualityMetric
 Abstract class for local mesh quality metrics in the target-matrix optimization paradigm (TMOP) by P. Knupp et al. More...
 
class  mfem::TMOP_Metric_001
 Metric without a type, 2D. More...
 
class  mfem::TMOP_Metric_002
 Shape, ideal barrier metric, 2D. More...
 
class  mfem::TMOP_Metric_007
 Shape & area, ideal barrier metric, 2D. More...
 
class  mfem::TMOP_Metric_009
 Shape & area metric, 2D. More...
 
class  mfem::TMOP_Metric_022
 Shifted barrier form of metric 2 (shape, ideal barrier metric), 2D. More...
 
class  mfem::TMOP_Metric_050
 Shape, ideal barrier metric, 2D. More...
 
class  mfem::TMOP_Metric_055
 Area metric, 2D. More...
 
class  mfem::TMOP_Metric_056
 Area, ideal barrier metric, 2D. More...
 
class  mfem::TMOP_Metric_058
 Shape, ideal barrier metric, 2D. More...
 
class  mfem::TMOP_Metric_077
 Area, ideal barrier metric, 2D. More...
 
class  mfem::TMOP_Metric_211
 Untangling metric, 2D. More...
 
class  mfem::TMOP_Metric_252
 Shifted barrier form of metric 56 (area, ideal barrier metric), 2D. More...
 
class  mfem::TMOP_Metric_301
 Shape, ideal barrier metric, 3D. More...
 
class  mfem::TMOP_Metric_302
 Shape, ideal barrier metric, 3D. More...
 
class  mfem::TMOP_Metric_303
 Shape, ideal barrier metric, 3D. More...
 
class  mfem::TMOP_Metric_315
 Volume metric, 3D. More...
 
class  mfem::TMOP_Metric_316
 Volume, ideal barrier metric, 3D. More...
 
class  mfem::TMOP_Metric_321
 Shape & volume, ideal barrier metric, 3D. More...
 
class  mfem::TMOP_Metric_352
 Shifted barrier form of 3D metric 16 (volume, ideal barrier metric), 3D. More...
 
class  mfem::TargetConstructor
 Base class representing target-matrix construction algorithms for mesh optimization via the target-matrix optimization paradigm (TMOP). More...
 
class  mfem::TMOP_Integrator
 A TMOP integrator class based on any given TMOP_QualityMetric and TargetConstructor. More...
 

Namespaces

 mfem
 

Functions

void mfem::InterpolateTMOP_QualityMetric (TMOP_QualityMetric &metric, const TargetConstructor &tc, const Mesh &mesh, GridFunction &metric_gf)
 Interpolates the metric's values at the nodes of metric_gf. More...