MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include "Mesquite.hpp"
#include "TShapeSizeOrientNB1.hpp"
#include "MsqMatrix.hpp"
#include "TMPCommon.hpp"
#include "TMPDerivs.hpp"
Go to the source code of this file.
Namespaces | |
namespace | MBMesquite |
Implements the NonSmoothDescent class member functions. | |
Functions | |
template<unsigned DIM> | |
static bool | MBMesquite::eval (const MsqMatrix< DIM, DIM > &T, double &result) |
template<unsigned DIM> | |
static bool | MBMesquite::grad (const MsqMatrix< DIM, DIM > &T, double &result, MsqMatrix< DIM, DIM > &wrt_T) |
template<unsigned DIM> | |
static bool | MBMesquite::hess (const MsqMatrix< DIM, DIM > &T, double &result, MsqMatrix< DIM, DIM > &deriv_wrt_T, MsqMatrix< DIM, DIM > *second_wrt_T) |