MOAB: Mesh Oriented datABase
(version 5.4.1)
|
The NonSmoothDescent Class implements the steepest descent algorythm in order to move a free vertex to an optimal position given an ObjectiveFunction object and a QaulityMetric object. More...
#include "Mesquite.hpp"
#include "VertexMover.hpp"
#include "ObjectiveFunction.hpp"
#include "MsqFreeVertexIndexIterator.hpp"
#include "MsqDebug.hpp"
#include "QualityMetric.hpp"
#include "VertexPatches.hpp"
#include <vector>
#include "Vector3D.hpp"
Go to the source code of this file.
Classes | |
class | MBMesquite::NonSmoothDescent |
struct | MBMesquite::NonSmoothDescent::ActiveSet |
class | MBMesquite::NonSmoothDescent::SymmetricMatrix |
Namespaces | |
namespace | MBMesquite |
Implements the NonSmoothDescent class member functions. |
The NonSmoothDescent Class implements the steepest descent algorythm in order to move a free vertex to an optimal position given an ObjectiveFunction object and a QaulityMetric object.
Definition in file NonSmoothDescent.hpp.