Overture  Version 25
optMesh.h
Go to the documentation of this file.
1 #ifndef OV_OPTMESH_H
2 #define OV_OPTMESH_H
3 
4 #include "MeshQuality.h"
5 
6 class MetricEvaluator;
8 
9 void optimize(UnstructuredMapping &umap, MetricEvaluator &metricEval);
11 
12 #endif