MOAB: Mesh Oriented datABase
(version 5.4.1)
|
Port Todd Munson's quasi-Newton solver to Mesquite. More...
#include "Mesquite.hpp"
#include "QuasiNewton.hpp"
#include "MsqDebug.hpp"
#include "MsqError.hpp"
#include "PatchData.hpp"
Go to the source code of this file.
Namespaces | |
namespace | MBMesquite |
Implements the NonSmoothDescent class member functions. | |
Functions | |
template<typename T > | |
static void | MBMesquite::free_vector (std::vector< T > &v) |
static void | MBMesquite::plus_eq_scaled (Vector3D *v, double s, const Vector3D *x, size_t n) |
Port Todd Munson's quasi-Newton solver to Mesquite.
Definition in file QuasiNewton.cpp.