MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include "Mesquite.hpp"
#include "UntangleWrapper.hpp"
#include "MeshUtil.hpp"
#include "SimpleStats.hpp"
#include "MsqError.hpp"
#include "LambdaConstant.hpp"
#include "IdealShapeTarget.hpp"
#include "TQualityMetric.hpp"
#include "PMeanPTemplate.hpp"
#include "TerminationCriterion.hpp"
#include "SteepestDescent.hpp"
#include "ConjugateGradient.hpp"
#include "QualityAssessor.hpp"
#include "InstructionQueue.hpp"
#include "ElementPMeanP.hpp"
#include "Instruction.hpp"
#include "TUntangleBeta.hpp"
#include "TUntangleMu.hpp"
#include "TSizeNB1.hpp"
#include "TShapeSize2DNB1.hpp"
#include "TShapeSize3DNB1.hpp"
#include "TMixed.hpp"
#include <memory>
Go to the source code of this file.
Namespaces | |
namespace | MBMesquite |
Implements the NonSmoothDescent class member functions. | |
Variables | |
const int | NUM_INNER_ITERATIONS = 1 |
const double | DEFAULT_MOVEMENT_FACTOR = 0.001 |
const bool | CULLING_DEFAULT = true |
const bool | JACOBI_DEFAULT = false |
Definition in file UntangleWrapper.cpp.
const bool CULLING_DEFAULT = true |
Definition at line 61 of file UntangleWrapper.cpp.
const double DEFAULT_MOVEMENT_FACTOR = 0.001 |
Definition at line 60 of file UntangleWrapper.cpp.
const bool JACOBI_DEFAULT = false |
Definition at line 62 of file UntangleWrapper.cpp.
const int NUM_INNER_ITERATIONS = 1 |
Definition at line 59 of file UntangleWrapper.cpp.
Referenced by MBMesquite::UntangleWrapper::run_wrapper().