MOAB: Mesh Oriented datABase  (version 5.4.1)
VertexMover.cpp File Reference

The VertexMover Class is the base class for all the smoothing algorythms. More...

#include "VertexMover.hpp"
#include "NonGradient.hpp"
#include "QualityMetric.hpp"
#include "TQualityMetric.hpp"
#include "TMetricBarrier.hpp"
#include "AWMetricBarrier.hpp"
#include "ElementMaxQM.hpp"
#include "ElementAvgQM.hpp"
#include "ElementPMeanP.hpp"
#include "PlanarDomain.hpp"
#include "ObjectiveFunctionTemplate.hpp"
#include "MaxTemplate.hpp"
#include "MsqTimer.hpp"
#include "MsqDebug.hpp"
#include "PatchSet.hpp"
#include "PatchData.hpp"
#include "ParallelHelperInterface.hpp"
#include <algorithm>
+ Include dependency graph for VertexMover.cpp:

Go to the source code of this file.

Namespaces

namespace  MBMesquite
 

Implements the NonSmoothDescent class member functions.


Defines

#define PERROR_COND   continue

Functions

int MBMesquite::get_parallel_rank ()
int MBMesquite::get_parallel_size ()
void MBMesquite::parallel_barrier ()
static void MBMesquite::checkpoint_bytes (Mesh *mesh, std::vector< unsigned char > &saved_bytes, MsqError &err)
static void MBMesquite::restore_bytes (Mesh *mesh, std::vector< unsigned char > &saved_bytes, MsqError &err)
static void MBMesquite::save_or_restore_debug_state (bool save)

Detailed Description

The VertexMover Class is the base class for all the smoothing algorythms.

Author:
Thomas Leurent
Date:
2002-01-17

Definition in file VertexMover.cpp.


Define Documentation

#define PERROR_COND   continue
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines