HArD::Core2D
Hybrid Arbitrary Degree::Core 2D - Library to implement 2D schemes with edge and cell polynomials as unknowns
Public Member Functions | Public Attributes | List of all members
Solution Struct Reference

Structure to store a solution and its derivatives. More...

#include <TestCase.hpp>

Public Member Functions

 Solution (const FType< double > value, const CellFType< VectorRd > gradient, const CellFType< MatrixRd > hessian)
 

Public Attributes

const FType< double > value
 
const CellFType< VectorRdgradient
 
const CellFType< MatrixRdhessian
 

Detailed Description

Structure to store a solution and its derivatives.

Constructor & Destructor Documentation

◆ Solution()

Solution::Solution ( const FType< double >  value,
const CellFType< VectorRd gradient,
const CellFType< MatrixRd hessian 
)
inline
Parameters
gradientSolution
hessianGradient of the solution Hessian of the solution

Member Data Documentation

◆ gradient

const CellFType<VectorRd> Solution::gradient

◆ hessian

const CellFType<MatrixRd> Solution::hessian

◆ value

const FType<double> Solution::value

The documentation for this struct was generated from the following file: