MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include "Mesquite.hpp"
#include "TargetMetricUtil.hpp"
#include "MsqMatrix.hpp"
#include "PatchData.hpp"
#include "ElementQM.hpp"
#include "ElemSampleQM.hpp"
Go to the source code of this file.
Namespaces | |
namespace | MBMesquite |
Implements the NonSmoothDescent class member functions. | |
Functions | |
void | MBMesquite::surface_to_2d (const MsqMatrix< 3, 2 > &A, const MsqMatrix< 3, 2 > &W_32, MsqMatrix< 2, 2 > &W_22, MsqMatrix< 3, 2 > &RZ) |
Calculate R and Z such that \(W\prime = Z^{-1} W\) and \(A\prime = (RZ)^{-1} A\). | |
static void | MBMesquite::append_elem_samples (PatchData &pd, size_t e, std::vector< size_t > &handles) |
void | MBMesquite::get_sample_pt_evaluations (PatchData &pd, std::vector< size_t > &handles, bool free, MsqError &err) |
void | MBMesquite::get_elem_sample_points (PatchData &pd, size_t elem, std::vector< size_t > &handles, MsqError &) |
Definition in file TargetMetricUtil.cpp.