MOAB: Mesh Oriented datABase  (version 5.4.1)
QuasiNewton.cpp File Reference

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"
+ Include dependency graph for QuasiNewton.cpp:

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)

Detailed Description

Port Todd Munson's quasi-Newton solver to Mesquite.

Author:
Jason Kraftcheck (Mesquite Port)

Definition in file QuasiNewton.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines