MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include "Mesquite.hpp"
#include "TargetCalculator.hpp"
#include "MsqError.hpp"
#include "PatchData.hpp"
#include "ReferenceMesh.hpp"
#include "MappingFunction.hpp"
#include <cassert>
Go to the source code of this file.
Namespaces | |
namespace | MBMesquite |
Implements the NonSmoothDescent class member functions. | |
Functions | |
static bool | MBMesquite::ideal_constant_skew_I_3D (EntityTopology element_type, MsqMatrix< 3, 3 > &q) |
static bool | MBMesquite::ideal_constant_skew_I_2D (EntityTopology element_type, MsqMatrix< 2, 2 > &q) |
static NodeSet | MBMesquite::get_nodeset (EntityTopology type, int num_nodes, MsqError &err) |
Definition in file TargetCalculator.cpp.