Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
includeLinks/MsqHessian.hpp File Reference
#include "Mesquite.hpp"
#include "Matrix3D.hpp"
#include "PatchData.hpp"
#include "MsqTimer.hpp"
#include <iosfwd>
Include dependency graph for includeLinks/MsqHessian.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MsqHessian
 Vector3D is the object that effeciently stores the objective function Hessian each entry is a Matrix3D object (i.e. a vertex Hessian). More...
 

Namespaces

 Mesquite
 Used to hold the error state and return it to the application.
 

Functions

void axpy (Vector3D res[], size_t size_r, const MsqHessian &H, const Vector3D x[], size_t size_x, const Vector3D y[], size_t size_y, MsqError &)
 
msq_stdio::ostream & operator<< (msq_stdio::ostream &s, const MsqHessian &h)
 Prints out the MsqHessian blocks. More...