MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include "Mesquite.hpp"
#include "AffineMapMetric.hpp"
#include "MsqMatrix.hpp"
#include "ElementQM.hpp"
#include "MsqError.hpp"
#include "Vector3D.hpp"
#include "PatchData.hpp"
#include "MappingFunction.hpp"
#include "WeightCalculator.hpp"
#include "TargetCalculator.hpp"
#include "TMetric.hpp"
#include "TargetMetricUtil.hpp"
#include <functional>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | MBMesquite |
Implements the NonSmoothDescent class member functions. | |
Variables | |
const double | MBMesquite::TRI_XFORM_VALS [] = { 1.0, -1.0 / sqrt( 3.0 ), 0.0, 2.0 / sqrt( 3.0 ) } |
MsqMatrix< 2, 2 > | MBMesquite::TRI_XFORM (TRI_XFORM_VALS) |
const double | MBMesquite::TET_XFORM_VALS [] |
MsqMatrix< 3, 3 > | MBMesquite::TET_XFORM (TET_XFORM_VALS) |
Definition in file AffineMapMetric.cpp.